summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFiles
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>
2010-07-14shr: include sane-toolchain-java.inc and angstrom-jalimo.conf, add largefile ↵Martin Jansa2
to DISTRO_FEATURES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-14Merge branch 'org.openembedded.dev' of ↵Dmitry Eremin-Solenikov3
git://git.openembedded.org/openembedded into org.openembedded.dev
2010-07-14tqm8540: drop u-boot versioning, add kernel uImage parametersDmitry Eremin-Solenikov1
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-07-13angstrom: fix another regression with DISTRO_FEATURESKoen Kooi1
*sigh*
2010-07-12shr: switch to a newer glib/gtk combo as Angsrom doesMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-12shr-splash: don't use PROVIDES, as it's not used when resolving runtime deps ↵Sebastian Krzyszkowiak1
nor image content; use SHR_SPLASH_THEME variable instead Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-11conf/machine: add keymaps to recommended list for h4000/hx4700 to fix record ↵Paul Eggleton2
button
2010-07-10angstrom: fix busybox regression by adding 'ipv4 ipv6' to DISTRO_FEATURESKoen Kooi1
kudos to SHR for spotting that
2010-07-10shr.conf: add ipv4 and ipv6 to DISTRO_FEATURESKlaus Kurzmann1
needed for busybox to include networking Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-07-10angstrom: switch to a newer glib/gtk comboKoen Kooi1
2010-07-09linux-omap-psp 2.6.32: turn on oprofile for dm3730-am3715-evmKoen Kooi1
2010-07-08minimal-uclibc.conf: Add ipv6, ipv4, largefile to DISTRO_FEATURES.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08minimal.conf: Dont redefine OVERRIDESKhem Raj1
* OVERRIDES here are identical to ones from bitbake.conf except MACHINE_CLASS which seems to be used nowhere. Signed-off-by: Khem Raj <raj.khem@gmail.com>