summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa/usdpaa/usdpaa_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-dpaa/usdpaa/usdpaa_git.bb')
-rw-r--r--recipes-dpaa/usdpaa/usdpaa_git.bb6
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
8DEPENDS += "flib" 8DEPENDS += "flib"
9 9
10SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v2.0.x" 10SRC_URI = "git://git.freescale.com/ppc/sdk/usdpaa.git;branch=sdk-v2.0.x"
11SRCREV = "940d8f7f989c567b8c554ddba7bc4f0f4f21eb11" 11SRCREV = "a21c62ec9ac015f6c37f89d595e892852055b0fb"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15WRAP_ARCH ?= "${TARGET_ARCH}" 15WRAP_ARCH ?= "${TARGET_ARCH}"
16WRAP_ARCH_ls1043ardb = "arm64" 16WRAP_ARCH_fsl-lsch2 = "arm64"
17EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}" ARCH="${WRAP_ARCH}"' 17EXTRA_OEMAKE = 'CC="${CC}" LD="${LD}" AR="${AR}" ARCH="${WRAP_ARCH}"'
18 18
19do_install () { 19do_install () {
@@ -22,6 +22,6 @@ do_install () {
22 22
23PARALLEL_MAKE_pn-${PN} = "" 23PARALLEL_MAKE_pn-${PN} = ""
24 24
25COMPATIBLE_MACHINE = "(qoriq-ppc|ls1043a)" 25COMPATIBLE_MACHINE = "(qoriq-ppc|fsl-lsch2)"
26PACKAGE_ARCH = "${MACHINE_SOCARCH}" 26PACKAGE_ARCH = "${MACHINE_SOCARCH}"
27 27