]> code.ossystems Code Review - meta-freescale.git/commitdiff
usdpaa: update to 940d8f7
authorTing Liu <ting.liu@nxp.com>
Tue, 14 Jun 2016 03:56:49 +0000 (11:56 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 12 Aug 2016 14:41:02 +0000 (11:41 -0300)
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>
recipes-dpaa/usdpaa/usdpaa_git.bb

index 769224a350287e82e64c97f1154e5834d9f6de63..ae3c510894464c589a741fc92eb9d3a7cddd93b4 100644 (file)
@@ -9,18 +9,18 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 DEPENDS += "flib"
 
-SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v1.9.x"
-SRCREV = "b73546dc923d9f3df92af08c2ebaf36d83ab96ea"
+SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v2.0.x"
+SRCREV = "940d8f7f989c567b8c554ddba7bc4f0f4f21eb11"
 
 S = "${WORKDIR}/git"
 
-EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}"'
-export ARCH="${TARGET_ARCH}"
+WRAP_ARCH ?= "${TARGET_ARCH}"
+WRAP_ARCH_ls1043ardb = "arm64"
+EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}" ARCH="${WRAP_ARCH}"'
 
 do_install () {
-    oe_runmake install DESTDIR=${D}
+    oe_runmake install LIBDIR=${BASELIB} DESTDIR=${D}
 }
 
 PARALLEL_MAKE_pn-${PN} = ""
-
-COMPATIBLE_MACHINE = "(qoriq-ppc)"
+COMPATIBLE_MACHINE = "(qoriq-ppc|ls1043a)"