summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2012-02-27 11:01:23 -0600
committerMatthew McClintock <msm@freescale.com>2012-02-27 11:01:23 -0600
commit0be433565b865cdf667a27fda8ecb7e8bd915183 (patch)
tree0617f34353bce4f0fdc966a2fb107d3805b80574
parent9b4689da5571dc36085a7948d115e0a634176b2a (diff)
downloadmeta-fsl-ppc-0be433565b865cdf667a27fda8ecb7e8bd915183.tar.gz
u-boot_git.bb: update u-boot recipe to use new triplet's after multilib changes
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r--recipes-kernel/u-boot/u-boot_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb
index 25bc2e5..af5343f 100644
--- a/recipes-kernel/u-boot/u-boot_git.bb
+++ b/recipes-kernel/u-boot/u-boot_git.bb
@@ -5,7 +5,7 @@ PROVIDES = "virtual/bootloader"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
7 7
8PR = "r9" 8PR = "r10"
9INHIBIT_DEFAULT_DEPS = "1" 9INHIBIT_DEFAULT_DEPS = "1"
10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" 10DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc"
11 11
@@ -15,9 +15,9 @@ SRCREV = "348d8fceba39e5622d315ffda7d72ff6bbcf05ec"
15SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ 15SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \
16 " 16 "
17DEPENDS_append_e5500-64b = " lib32-gcc-cross" 17DEPENDS_append_e5500-64b = " lib32-gcc-cross"
18PATH_append_e5500-64b = ":${STAGING_BINDIR_NATIVE}/powerpc-${DISTRO}mllib32-${HOST_OS}/" 18PATH_append_e5500-64b = ":${STAGING_BINDIR_NATIVE}/${DEFAULTTUNE_virtclass-multilib-lib32}${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}/"
19TOOLCHAIN_OPTIONS_append_e5500-64b = "/../lib32-${MACHINE}" 19TOOLCHAIN_OPTIONS_append_e5500-64b = "/../lib32-${MACHINE}"
20WRAP_TARGET_PREFIX_e5500-64b = "powerpc-${DISTRO}mllib32-${HOST_OS}-" 20WRAP_TARGET_PREFIX_e5500-64b = "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-"
21 21
22WRAP_TARGET_PREFIX = "${TARGET_PREFIX}" 22WRAP_TARGET_PREFIX = "${TARGET_PREFIX}"
23EXTRA_OEMAKE = 'CROSS_COMPILE=${WRAP_TARGET_PREFIX} CC="${WRAP_TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' 23EXTRA_OEMAKE = 'CROSS_COMPILE=${WRAP_TARGET_PREFIX} CC="${WRAP_TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'