aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/kaeilos.conf
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-18 22:18:55 +0000
committerKhem Raj <raj.khem@gmail.com>2010-07-21 10:24:49 -0700
commite7adac34e40afeb0c0ae5fe3d1207d9bf10dfabc (patch)
treef9932465ae13556f8d7fd2259d75f137f62ffa7d /conf/distro/kaeilos.conf
parent49cd7db742d12a7cf5c88673625561524044cd72 (diff)
downloadopenembedded-e7adac34e40afeb0c0ae5fe3d1207d9bf10dfabc.tar.gz
distro: Move thumb into distro features
* Currenlty we define the thumb specific overrides in machine tune files and as machine conf files are included before the distro conf files the overrides dont get right values and set incorrectly. * This patch moves the tune-thumb.inc from machine/include into distro/include and lets distro decide on thumb and thumb-interworking features based on the machine selected. If a machine which does not support thumb like all armv4 based machines is selected then distro makes correct decision now to disable thumb and thumb-interworking based upon the machine seletected. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/distro/kaeilos.conf')
-rw-r--r--conf/distro/kaeilos.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/kaeilos.conf b/conf/distro/kaeilos.conf
index eb12d2ed04..b1412805d1 100644
--- a/conf/distro/kaeilos.conf
+++ b/conf/distro/kaeilos.conf
@@ -124,6 +124,7 @@ PREFERRED_VERSION_binutils-cross-sdk_avr32 = "2.17"
# Toolchain virtuals:
require conf/distro/include/toolchain-${TOOLCHAIN_TYPE}.inc
+require conf/distro/include/arm-thumb.inc
PREFERRED_PROVIDER_dbus-glib = "dbus-glib"
PREFERRED_PROVIDER_hotplug = "udev"