summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
index a24604df..dfc649bc 100644
--- a/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
+++ b/recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb
@@ -3,18 +3,18 @@ on an AIOP Tile using MC interfaces. This application enables the user to \
3fetch status of tile, load a valid ELF file and run it on a tile and get and set \ 3fetch status of tile, load a valid ELF file and run it on a tile and get and set \
4time of day." 4time of day."
5SECTION = "dpaa2" 5SECTION = "dpaa2"
6LICENSE = "Freescale-EULA" 6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://Freescale-EULA;md5=395c11b7d81446eaa8f997521afe0ebb" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987"
8 8
9SRC_URI = "git://git.freescale.com/ppc/sdk/gpp-aioptool.git;nobranch=1 \ 9SRC_URI = "git://github.com/qoriq-open-source/gpp-aioptool.git;nobranch=1 \
10" 10"
11SRCREV = "d2b674e0a084429c89994dc8b39827592917a7a6" 11SRCREV = "a350379796653a0e0f8c096c46d84b8469ef19a9"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15TARGET_CC_ARCH += "${LDFLAGS}" 15TARGET_CC_ARCH += "${LDFLAGS}"
16 16
17EXTRA_OEMAKE = 'KERNEL_PATH="${STAGING_KERNEL_DIR}"' 17EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}" KERNEL_PATH="${STAGING_KERNEL_DIR}"'
18 18
19do_configure[depends] += "virtual/kernel:do_shared_workdir" 19do_configure[depends] += "virtual/kernel:do_shared_workdir"
20 20
@@ -22,4 +22,4 @@ do_install () {
22 oe_runmake install DESTDIR=${D} 22 oe_runmake install DESTDIR=${D}
23} 23}
24 24
25COMPATIBLE_MACHINE = "(ls2088a)" 25COMPATIBLE_MACHINE = "(ls2088a|ls1088a)"