diff options
| -rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb new file mode 100644 index 000000000..aad831fa0 --- /dev/null +++ b/recipes-dpaa2/restool/restool_git.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | SUMMARY = "DPAA2 Resource Manager Tool" | ||
| 2 | LICENSE = "BSD" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e613b54e73c0e4a2a8918c61924bd623" | ||
| 4 | |||
| 5 | RDEPENDS_${PN} += "bash" | ||
| 6 | |||
| 7 | SRC_URI = "git://git.freescale.com/ppc/sdk/restool.git;branch=sdk-v2.0.x" | ||
| 8 | SRCREV = "eba25cdfdccef45f7ba02dd2f829b9b55198fbb1" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | |||
| 12 | EXTRA_OEMAKE = 'CC="${CC}" EXTRA_CFLAGS="-Wno-missing-field-initializers -Wno-missing-braces"' | ||
| 13 | |||
| 14 | do_install () { | ||
| 15 | oe_runmake install DESTDIR=${D} | ||
| 16 | } | ||
| 17 | |||
| 18 | COMPATIBLE_MACHINE = "(ls2080ardb)" | ||
