diff options
author | Zhenhua Luo <zhenhua.luo@nxp.com> | 2016-12-20 20:18:53 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-01-11 10:53:43 -0200 |
commit | 8f2a95e1215656f7e54a156d7b41752d1244eb3d (patch) | |
tree | 89b198e73f1c461ad51eee1f2695f39be82c852c /recipes-dpaa | |
parent | 034697bed41e582645fb1f0f8d47b4e13a882094 (diff) | |
download | meta-freescale-8f2a95e1215656f7e54a156d7b41752d1244eb3d.tar.gz |
usdpaa: upgrade to SDK 2.0 GA-1611 release
* a21c62e qbman: add support for qman portal v3.2.1
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa')
-rw-r--r-- | recipes-dpaa/usdpaa/usdpaa_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb index 9aac0f0c..193d8ba9 100644 --- a/recipes-dpaa/usdpaa/usdpaa_git.bb +++ b/recipes-dpaa/usdpaa/usdpaa_git.bb | |||
@@ -8,12 +8,12 @@ inherit pkgconfig | |||
8 | DEPENDS += "flib" | 8 | DEPENDS += "flib" |
9 | 9 | ||
10 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v2.0.x" | 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v2.0.x" |
11 | SRCREV = "940d8f7f989c567b8c554ddba7bc4f0f4f21eb11" | 11 | SRCREV = "a21c62ec9ac015f6c37f89d595e892852055b0fb" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | WRAP_ARCH ?= "${TARGET_ARCH}" | 15 | WRAP_ARCH ?= "${TARGET_ARCH}" |
16 | WRAP_ARCH_ls1043ardb = "arm64" | 16 | WRAP_ARCH_fsl-lsch2 = "arm64" |
17 | EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}" ARCH="${WRAP_ARCH}"' | 17 | EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}" ARCH="${WRAP_ARCH}"' |
18 | 18 | ||
19 | do_install () { | 19 | do_install () { |
@@ -22,6 +22,6 @@ do_install () { | |||
22 | 22 | ||
23 | PARALLEL_MAKE_pn-${PN} = "" | 23 | PARALLEL_MAKE_pn-${PN} = "" |
24 | 24 | ||
25 | COMPATIBLE_MACHINE = "(qoriq-ppc|ls1043a)" | 25 | COMPATIBLE_MACHINE = "(qoriq-ppc|fsl-lsch2)" |
26 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 26 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" |
27 | 27 | ||