diff options
author | Zongchun Yu <zongchun.yu@nxp.com> | 2016-07-16 00:28:36 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:30:51 -0300 |
commit | 4469a2ad9ce5200a5543eeb2ce2e905f36050094 (patch) | |
tree | 7fb51dae7de664cd382c37f53d4fc9613e3d6408 /recipes-dpaa2/restool | |
parent | 4c5f28949235aef5f105fc5db31d6d037d32926d (diff) | |
download | meta-freescale-4469a2ad9ce5200a5543eeb2ce2e905f36050094.tar.gz |
restool: Add recipe
Signed-off-by: Zongchun Yu <zongchun.yu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa2/restool')
-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 00000000..aad831fa --- /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)" | ||