diff options
author | Matthew McClintock <msm@freescale.com> | 2012-08-14 15:17:15 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-08-14 15:17:33 -0500 |
commit | 556225e27e08aaa324f6e6975ed450e4fbdb71c1 (patch) | |
tree | 268d4c896aea90ce67952b6720045640773fc959 | |
parent | d1375710f5d2f0d056e0a70a820afa6e9eab8dc3 (diff) | |
download | meta-fsl-ppc-556225e27e08aaa324f6e6975ed450e4fbdb71c1.tar.gz |
u-boot_git.bb: add default multilib compiler info
Signed-off-by: Matthew McClintock <msm@freescale.com>
-rw-r--r-- | recipes-kernel/u-boot/u-boot_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/u-boot/u-boot_git.bb b/recipes-kernel/u-boot/u-boot_git.bb index 75f0a30..49ed087 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 = "r19" | 8 | PR = "r20" |
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 | ||
@@ -17,6 +17,7 @@ SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git \ | |||
17 | DEPENDS_append_e5500-64b = " lib32-gcc-cross" | 17 | DEPENDS_append_e5500-64b = " lib32-gcc-cross" |
18 | PATH_append_e5500-64b = ":${STAGING_BINDIR_NATIVE}/${DEFAULTTUNE_virtclass-multilib-lib32}${TARGET_VENDOR_virtclass-multilib-lib32}-${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 | TARGET_VENDOR_virtclass-multilib-lib32 = "-${DISTRO}mllib32" | ||
20 | WRAP_TARGET_PREFIX_e5500-64b = "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-" | 21 | WRAP_TARGET_PREFIX_e5500-64b = "powerpc${TARGET_VENDOR_virtclass-multilib-lib32}-${HOST_OS}-" |
21 | 22 | ||
22 | WRAP_TARGET_PREFIX = "${TARGET_PREFIX}" | 23 | WRAP_TARGET_PREFIX = "${TARGET_PREFIX}" |