diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-07-28 15:44:15 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-08-07 11:42:29 -0300 |
commit | 80d397b3459f255d0512e08aa141108539a038f7 (patch) | |
tree | ccf019e4314b8b4d2a0eaef3f95675b9c5ae4afc /recipes-dpaa2 | |
parent | 04600265f0404c61d863ec4f83fd3bc287170d0e (diff) | |
download | meta-freescale-80d397b3459f255d0512e08aa141108539a038f7.tar.gz |
gpp-aioptool: update to a350379
*include the following changes
a350379 - Update license from EULA to BSD
11bcb64 - make: fix build environments for cross compilation
a539012 - src: update tool version and supported MC version info
5a1156d - flib/mc: Upgrade MC Flib to 10.1.3
4c03e6c - mc/flib: cleanup unused MC objects
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
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)" |