summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFiles
2010-08-0437x-evm: remove USE_VT from am37x-evm and dm37x-evm confChase Maupin2
* Removed the USE_VT = 0 setting from am37x-evm and dm37x-evm configuration files. With matrix-gui-e using chvt 4 it is OK for these consoles to be created. * The console is used for the beagleboard validation software as well so it should be available to allow running the validation software on these boards. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-08-04bitbake.conf: Don't export 'LIBC' to the environmentTom Rini1
perl makes use of this variable and it doesn't match how we use it. Since it doesn't need to be exposed like this, don't. No acks, but "sounds good" to Koen and "don't see why not" from Roman Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-08-04linux-omap-psp 2.6.32: remove duplicate patchKoen Kooi1
2010-08-04davinci.inc, omap3.inc: bump MACHINE_KERNEL_PRKoen Kooi2
2010-08-04libxi: move to 1.3.2 with fixed ASCIIDOC testMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03opkg recipe overhaul - removal of opkg-nogpg and opkg-nogpg-nocurl.Graham Gower9
None of the distros in OE appear to want/need gpg or curl support in opkg; so have opkg.inc remove them by default. This diff makes things more consistent across all distros/tasks/images. The slugos recipe is kept intact and further divided from the more modern recipes. The opkg-native recipe is the sane-srcrev version even when building slugos, which should allow for changes to opkg related bbclasses without breaking the slugos build. Build tested for qemumipsel/minimal-image and nslu2/slugos-image. minimal-image builds 10% quicker in my setup and is 1mb smaller. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03bitbake.conf,cmake.bbclass,cross.bbclass,icecc.bbclass: Point the toolchain ↵Khem Raj1
paths to new multi-machine friendly toolchain install location. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03linux-openmoko-2.6.32: upgrade stable patch to 2.6.32.17, move more stuff to ↵Martin Jansa1
modules, update om-gta02 to load them Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03shr: add PREFERRED_PROVIDER_virtual/libglMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-03xorg: bump latest versions from 2010-08-02Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-31om-gta02.conf: autoload ar6000 and btusb modulesKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-30angstrom: switch to qt 4.6.3Koen Kooi1
2010-07-30zaurus-2.6.inc: Set PREFERRED_PROVIDER for udev-compat to udev-compat141 hereAndrea Adami3
* extend support to c7x0 and poodle
2010-07-28omap3 machines: build matching x-loader as well on each image buildKoen Kooi1
2010-07-28linux-omap-psp: Update omap3evm defconfigRoger Monk1
* Re-base against latest psp defconfig * Sync-up config with beagleboard Signed-off-by: Roger Monk <r-monk@ti.com>
2010-07-27bitbake.conf: Correct APACHE mirror location for APR recipes.Sean_Hudson@Dell.com1
Hi all, We recently noticed that apr and apr-util recipes were not fetching correctly. It appears as though the APACHE_MIRROR variable in the bitbake.conf file. Below is a trivial patch to update the variable. Regards, Sean Signed-off-by: Sean Hudson <Sean_Hudson@Dell.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-27minimal: commentary typo fixBernhard Reutner-Fischer1
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-26Siteinfo cleanup v2Chris Larson1
- Don't supply site files for native. - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass. - Drop the ${FILE_DIRNAME}/site-<bits> stuff, there are other ways to do it. - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS. Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-26Revert "Siteinfo cleanup"Chris Larson1
Will revisit. This reverts commit 87dc166bade8722af4076c8644cac6a0a437826f.
2010-07-26Siteinfo cleanupChris Larson1
- Don't supply site files for native - Split up the site information, so we don't need to add every single combination of os and architecture to the siteinfo.bbclass - Instead of specifically looking for '${FILE_DIRNAME}/site-${PV}/<sitefile>', leverage FILESPATH. Now it searches the paths in both BBPATH and FILESPATH for "site/<sitefile>". - SITEINFO_ENDIANESS -> SITEINFO_ENDIANNESS Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-07-25bitbake.conf: Add thumb-interwork to DISTRO_FEATURES if machine supports it.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-24angstrom-2008-preferred-versions.inc: Remove spitz and akita specific udev ↵Stanislav Brabec1
version, opkg upgrade would break the system. Reverts 48dd1c1. Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-07-24akita.conf, spitz.conf: Set PREFERRED_PROVIDER for udev-compat to ↵Stanislav Brabec2
udev-compat141.
2010-07-24Merge branch 'org.openembedded.dev' of ↵Marco Cavallini6
git://git.openembedded.org/openembedded into org.openembedded.dev
2010-07-24kaeilos-2010.conf: switched opkg stuff to opkg-nogpg-nocurlMarco Cavallini1
2010-07-24angstrom: add ipkg to blacklistKoen Kooi1
2010-07-24distro: Add new feature to indicate thumb-interworking.Khem Raj5
* This would be used to decide if we can use BX in return instructions in uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-23EFL: bump SRCREVMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-22conf/machine/include/nios2.inc: removed pinningsFrans Meulenbroeks1
removed the pinnings of gcc, glibc, binutils etc these are not needed any more now the recipes involved have COMPATIBLE_TARGET_SYS to protect against usage of recipes that do not support nios2 Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-22sanity.bbclass, abi_version.conf: Bump the ABI to inform that cross has died.Khem Raj1
* tmpdir layout is changed bump ABI version to force a rebuild. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Richard Purdie <rpurdie@rpsys.net> Ackef-by: Chris Larson <clarson@kergoth.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-07-22classes,bitbake.conf: Remove CROSS_DIR, install cross-packages into native ↵Khem Raj1
sysroot * Update references to CROSS_DIR in classes and bitbake.conf. * This patch is based on Joshua Lock's work in poky. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Richard Purdie <rpurdie@rpsys.net> Ackef-by: Chris Larson <clarson@kergoth.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2010-07-22linux-omap-psp 2.6.32: add patch to fix USER button on xM and turn on core dumpsKoen Kooi1
2010-07-21qemumips.conf, qemumipsel.conf: Add FEED_ARCHKhem Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-21arm-thumb.inc: Make OVERRIDE TARGET_CC_ARCH TARGET_CC_KERNEL_ARCH ↵Khem Raj1
conditionally apply for arm only. * Thumb is only relevant for ARM architecture so dont override if architecture is not arm. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-21arm-thumb.inc: Don't modify TARGET_CC_*ARCH on non-arm/armebTom Rini1
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-21distro: Move thumb into distro featuresKhem Raj21
* 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>
2010-07-21linux-omap-psp 2.6.32: add patches to make the VGA and 3MP cameras work on ↵Koen Kooi1
the beagelboard xM
2010-07-20sane-toolchain.inc: Check for architectures which dont support EABIKhem Raj1
* This patch reverses the check for EABI support. This would mean that future processors will not have to be added everytime they come out. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-07-20bitbake.conf, local.conf.sample: Disable ccache by defaultTom Rini2
This moves the current CCACHE over to local.conf.sample and documents when it's useful to enable. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-07-19Revert "distro: Move thumb into distro features"Khem Raj21
This reverts commit e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-19dm3730-am3715-evm: split machine type into twoChase Maupin2
* Split the dm3730-am3715-evm machine type into two separate machines. These are dm37x-evm and am37x-evm. * This split will allow for being able to distiguish different MACHINE_FEATURES in the future such as whether the machine has a DSP or not. This will allow for cleaner task creation. * In order to be able to choose the proper collateral and software such as documentation and codecs we need machine types that differentiate product lines (i.e. AM vs DM) and product families (i.e. 37x vs 35x). This change allows enough differentiation to chose proper collateral without requiring a machine type for every derivative chip. Signed-off-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-07-19sane-toolchain.inc: Add armv4 to ARM EABI supporting architectures.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-19distro: Move thumb into distro featuresKhem Raj21
* 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>
2010-07-19opkg: bump SRCREV to 543Koen Kooi1
2010-07-19angstrom-jalimo: fix openjdk-6-jre preferred versionMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-07-17angstrom: don't use -ggdb3 for -native and -crossKoen Kooi3
* As Phil points out, not enough people are debugging -native stuff * The actual bug in the git -native recipe not using links still isn't solved, though
2010-07-16linux-qsd8: bump srcrev, update defconfig and machine featuresLukas Gorris1
The new revision includes patch to allow use of gcc-4.5 generated binaries and adds some new features.
2010-07-16htc-qsd8: use xf86-video-fbdev until xf86-video-msm is fixedLukas Gorris1
See http://bugs.openembedded.org/show_bug.cgi?id=5451 for further information on xf86-video-msm
2010-07-15libgee: move to known-good revisionMichael 'Mickey' Lauer1
2010-07-15xserver-xorg: move from 1.8.99.904 to 1.8.99.905Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>