diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-06-14 11:56:49 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-08-12 11:41:02 -0300 |
commit | 891fb98b507e572fd98d036b95f8c38edf82bd73 (patch) | |
tree | 7b8d51a7dd6ba1f430cf6af0fcdd94c0ac1eba20 /recipes-dpaa | |
parent | 2a3ab5923fbbb8cb0379046c905412bad6ea2cd8 (diff) | |
download | meta-freescale-891fb98b507e572fd98d036b95f8c38edf82bd73.tar.gz |
usdpaa: update to 940d8f7
Changelog:
7f19829 qbman: fix endianess conversion for query result
3047eb5 qbman: re-enable preemption when releasing a ceetm ccg
bfff7db qbman/qman_high.c: Correct endianness for ARM
4102487 qman: Set overhead accounting limit (oal) in LNI
759fb1c Removal of warning due to bad casting
8a44b2a qbman: update qbman driver to support ceetm in LE mode
556b085 Handling endianness for macless in usdpaa-drivers and initializing "na" variable as and when required
606fe43 qbman: remove 06-usdpaa-uio.rules from QBman installable files
ab81ed3 bman: fix stockpile logic
2cc5062 USDPAA driver fman changes for LS1043 support
3b62bf2 fsl_sec: fix ERA property reading from device tree
c1662b8 CONFIG_PPC flags added in Makefile for powerpc boards
179254b Standalone-env corrections for SDK2.0 for all platforms
b2b32b8 LS1043 support in standalone-env for SDK2.0
0fb857b Integrate support for ARM platforms for QBMan
fa7d506 LS1043 support for SDK2.0
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-dpaa')
-rw-r--r-- | recipes-dpaa/usdpaa/usdpaa_git.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb index 769224a3..ae3c5108 100644 --- a/recipes-dpaa/usdpaa/usdpaa_git.bb +++ b/recipes-dpaa/usdpaa/usdpaa_git.bb | |||
@@ -9,18 +9,18 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
9 | 9 | ||
10 | DEPENDS += "flib" | 10 | DEPENDS += "flib" |
11 | 11 | ||
12 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v1.9.x" | 12 | SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v2.0.x" |
13 | SRCREV = "b73546dc923d9f3df92af08c2ebaf36d83ab96ea" | 13 | SRCREV = "940d8f7f989c567b8c554ddba7bc4f0f4f21eb11" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}"' | 17 | WRAP_ARCH ?= "${TARGET_ARCH}" |
18 | export ARCH="${TARGET_ARCH}" | 18 | WRAP_ARCH_ls1043ardb = "arm64" |
19 | EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}" ARCH="${WRAP_ARCH}"' | ||
19 | 20 | ||
20 | do_install () { | 21 | do_install () { |
21 | oe_runmake install DESTDIR=${D} | 22 | oe_runmake install LIBDIR=${BASELIB} DESTDIR=${D} |
22 | } | 23 | } |
23 | 24 | ||
24 | PARALLEL_MAKE_pn-${PN} = "" | 25 | PARALLEL_MAKE_pn-${PN} = "" |
25 | 26 | COMPATIBLE_MACHINE = "(qoriq-ppc|ls1043a)" | |
26 | COMPATIBLE_MACHINE = "(qoriq-ppc)" | ||