diff options
author | Matthew McClintock <msm@freescale.com> | 2012-02-27 11:01:23 -0600 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-02-27 11:01:23 -0600 |
commit | 0be433565b865cdf667a27fda8ecb7e8bd915183 (patch) | |
tree | 0617f34353bce4f0fdc966a2fb107d3805b80574 | |
parent | 9b4689da5571dc36085a7948d115e0a634176b2a (diff) | |
download | meta-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.bb | 6 |
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" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" |
7 | 7 | ||
8 | PR = "r9" | 8 | PR = "r10" |
9 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |
10 | DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" | 10 | DEPENDS = "boot-format-native virtual/${TARGET_PREFIX}gcc" |
11 | 11 | ||
@@ -15,9 +15,9 @@ SRCREV = "348d8fceba39e5622d315ffda7d72ff6bbcf05ec" | |||
15 | SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ | 15 | SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ |
16 | " | 16 | " |
17 | DEPENDS_append_e5500-64b = " lib32-gcc-cross" | 17 | DEPENDS_append_e5500-64b = " lib32-gcc-cross" |
18 | PATH_append_e5500-64b = ":${STAGING_BINDIR_NATIVE}/powerpc-${DISTRO}mllib32-${HOST_OS}/" | 18 | PATH_append_e5500-64b = ":${STAGING_BINDIR_NATIVE}/${DEFAULTTUNE_virtclass-multilib-lib32}${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}/" |
19 | TOOLCHAIN_OPTIONS_append_e5500-64b = "/../lib32-${MACHINE}" | 19 | TOOLCHAIN_OPTIONS_append_e5500-64b = "/../lib32-${MACHINE}" |
20 | WRAP_TARGET_PREFIX_e5500-64b = "powerpc-${DISTRO}mllib32-${HOST_OS}-" | 20 | WRAP_TARGET_PREFIX_e5500-64b = "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-" |
21 | 21 | ||
22 | WRAP_TARGET_PREFIX = "${TARGET_PREFIX}" | 22 | WRAP_TARGET_PREFIX = "${TARGET_PREFIX}" |
23 | EXTRA_OEMAKE = 'CROSS_COMPILE=${WRAP_TARGET_PREFIX} CC="${WRAP_TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' | 23 | EXTRA_OEMAKE = 'CROSS_COMPILE=${WRAP_TARGET_PREFIX} CC="${WRAP_TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' |