diff options
author | Matthew McClintock <msm@freescale.com> | 2012-09-14 13:19:46 -0500 |
---|---|---|
committer | Matthew McClintock <msm@freescale.com> | 2012-09-14 13:19:46 -0500 |
commit | 5b4671bc8f8e0f9471a09827a54b9bbac9f8650f (patch) | |
tree | c0db23500c10416b1670a92d3a73178f473c77a5 | |
parent | c52ca2293fefb9b38051341ad23d2a11bab87ed0 (diff) | |
download | meta-fsl-ppc-5b4671bc8f8e0f9471a09827a54b9bbac9f8650f.tar.gz |
Revert "e6500.inc: force biarch gcc for kernel build"
We will just skip the kernel recipe if we don't have biarch enabled
This reverts commit f3469d97cef7fcd6277dfab7326f7a8e0d5bb5bd.
-rw-r--r-- | conf/machine/e6500.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/e6500.inc b/conf/machine/e6500.inc index b725d75..4687972 100644 --- a/conf/machine/e6500.inc +++ b/conf/machine/e6500.inc | |||
@@ -16,6 +16,3 @@ KERNEL_IMAGETYPE ?= "uImage" | |||
16 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" | 16 | # ext2.gz.u-boot ext2.bz2.u-boot ext2.lzma.u-boot" |
17 | 17 | ||
18 | MACHINEOVERRIDES .= ":e6500:fslmachine" | 18 | MACHINEOVERRIDES .= ":e6500:fslmachine" |
19 | |||
20 | #not ideal but we require 64-bit support to build the kernel | ||
21 | DISTRO_FEATURES_append = " multiarch" | ||