diff options
Diffstat (limited to 'recipes-dpaa2')
-rw-r--r-- | recipes-dpaa2/gpp-aioptool/gpp-aioptool_git.bb | 12 |
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 \ | |||
3 | fetch status of tile, load a valid ELF file and run it on a tile and get and set \ | 3 | fetch status of tile, load a valid ELF file and run it on a tile and get and set \ |
4 | time of day." | 4 | time of day." |
5 | SECTION = "dpaa2" | 5 | SECTION = "dpaa2" |
6 | LICENSE = "Freescale-EULA" | 6 | LICENSE = "BSD" |
7 | LIC_FILES_CHKSUM = "file://Freescale-EULA;md5=395c11b7d81446eaa8f997521afe0ebb" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=386a6287daa6504b7e7e5014ddfb3987" |
8 | 8 | ||
9 | SRC_URI = "git://git.freescale.com/ppc/sdk/gpp-aioptool.git;nobranch=1 \ | 9 | SRC_URI = "git://github.com/qoriq-open-source/gpp-aioptool.git;nobranch=1 \ |
10 | " | 10 | " |
11 | SRCREV = "d2b674e0a084429c89994dc8b39827592917a7a6" | 11 | SRCREV = "a350379796653a0e0f8c096c46d84b8469ef19a9" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | TARGET_CC_ARCH += "${LDFLAGS}" | 15 | TARGET_CC_ARCH += "${LDFLAGS}" |
16 | 16 | ||
17 | EXTRA_OEMAKE = 'KERNEL_PATH="${STAGING_KERNEL_DIR}"' | 17 | EXTRA_OEMAKE = 'CC="${CC}" LD="${CC}" KERNEL_PATH="${STAGING_KERNEL_DIR}"' |
18 | 18 | ||
19 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 19 | do_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 | ||
25 | COMPATIBLE_MACHINE = "(ls2088a)" | 25 | COMPATIBLE_MACHINE = "(ls2088a|ls1088a)" |