summaryrefslogtreecommitdiff
path: root/meta-openbmc-mods/meta-common/recipes-utilities/io-app/io-app.bb
blob: af0bc8fdec58b7dd041618f3160d622306629ba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUMMARY = "IO App"
DESCRIPTION = "IO application for accessing memory-mapped IO regions on the BMC"

inherit cmake

LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM += "\
    file://io-app.c;beginline=2;endline=14;md5=639666a0bf40bb717b46b378297eeceb \
    "

SRC_URI = "\
    file://CMakeLists.txt;subdir=${BP} \
    file://io-app.c;subdir=${BP} \
    "