summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-dpaa/usdpaa/usdpaa_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-dpaa/usdpaa/usdpaa_git.bb b/recipes-dpaa/usdpaa/usdpaa_git.bb
index e636261..44d28fe 100644
--- a/recipes-dpaa/usdpaa/usdpaa_git.bb
+++ b/recipes-dpaa/usdpaa/usdpaa_git.bb
@@ -9,19 +9,19 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
9 9
10DEPENDS += "flib" 10DEPENDS += "flib"
11 11
12SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v1.9.x" 12SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v2.0.x"
13SRCREV = "b73546dc923d9f3df92af08c2ebaf36d83ab96ea" 13SRCREV = "940d8f7f989c567b8c554ddba7bc4f0f4f21eb11"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}"' 17WRAP_ARCH ?= "${TARGET_ARCH}"
18export ARCH="${TARGET_ARCH}" 18WRAP_ARCH_fsl-lsch2 = "arm64"
19EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}" ARCH="${WRAP_ARCH}"'
19 20
20do_install () { 21do_install () {
21 oe_runmake install DESTDIR=${D} 22 oe_runmake install LIBDIR=${BASELIB} DESTDIR=${D}
22} 23}
23 24
24PARALLEL_MAKE_pn-${PN} = "" 25PARALLEL_MAKE_pn-${PN} = ""
25
26COMPATIBLE_HOST_qoriq-ppc = ".*" 26COMPATIBLE_HOST_qoriq-ppc = ".*"
27COMPATIBLE_HOST ?= "(none)" 27COMPATIBLE_HOST ?= "(none)"