summaryrefslogtreecommitdiff
path: root/conf/machine/include/tune-strongarm.inc
AgeCommit message (Collapse)AuthorFiles
2009-11-02tune-strongarm.inc: add EXTRA_FEED_ARCHSThomas Kunze1
2009-10-30tune-strongarm.inc:Thomas Kunze1
remove setting of oabi. With gcc 4.4 we can use eabi. Distros can reset this if they want.
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj1
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2009-01-27conf/machine: EXTRA_PACKAGES_ARCHS cleanupMarcin Juszkiewicz1
All duplicates in EXTRA_PACKAGE_ARCHS are removed. Moved EXTRA_PACKAGES_ARCHS to include/tune-* files (PPC and x86 targets), dropped it for ARM targets (as tune-arm* files have them defined properly).
2008-04-13tune files: add FEED_ARCHKoen Kooi1
2008-04-05tune-strongarm: set ARM_ABI to oabiKoen Kooi1
2008-01-28conf/machine: Go back to treating all Strongarm devices the same.Rolf Leggewie1
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-January/004031.html gcc does not differentiate between the different Strongarm flavors, why should OE?
2008-01-12conf/machine/: fix configuration for Strongarm devicesRolf Leggewie1
* replace erroneous TARGET_CC_ARCH line optimising for xscale instead of strongarm * remove inclusion of tune-strongarm.inc from collie.conf and replace it with the correct TARGET_CC_ARCH. Collie is the only Strongarm 1110 device in OE and thus needs special treatment * rename tune-strongarm.inc to tune-strongarm1100.inc and leave a short note to make it clear the file only applies to Strongarm 1100 devices.
2007-09-02conf/machine/include: Rename .conf to .inc filesRichard Purdie1