summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFiles
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>
2010-07-08uclibc: add 0.9.31Bernhard Reutner-Fischer1
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08uClibc: redo configurationBernhard Reutner-Fischer3
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08angstrom: include jalimo bits now that openjdk is in OEKoen Kooi1
2010-07-08htcdream.conf: use xf86-video-fbdev and xf86-video-tslibDenis 'GNUtoo' Carikli1
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-07-07shr: prefer dbus 1.3.1Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-06neek: board added; first nios2 boardFrans Meulenbroeks2
see comments in nios2.inc and neek.conf this is still somewhat work in progress and could use some work Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-07-05angstrom-2008-preferred-versions.inc: Go back to udev-141 for Zaurus ↵Stanislav Brabec1
clamshells. udev-151 requires kernel >= 2.6.27.
2010-07-03kaeilos-2009-preferred-versions.inc: updated packages versionMarco Cavallini1
2010-07-02qemumipsel.conf: Add qemumipsel support, based upon qemumips.Graham Gower1
Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-01sane-toolchain.inc: use 4.4.4 as PREFERRED_GCC_VERSION for armv7Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Lukas-David Gorris <lukas@htc-linux.org>
2010-07-01xserver-xorg: upgrade 1.9 RC3 to RC4Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-01angstrom-jalimo: add config file tailored to building jalimo stuff for angstromKoen Kooi1
2010-07-01omap3evm: Cleanup machine configRoger Monk1
* Set uboot preferred provider * Set VT * Set x-loader machine * Align jffs2 params with other ti targets Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-01am3517-evm: Machine config cleanupRoger Monk1
* Remove legacy OMAP3517 extra machine * Only used internally - safe to remove * Add uboot preferred provider * Set Machine configs for uboot/xloader * Set VT Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-07-01dm3730-am3715-evm: Add x-loader MACHINE nameRoger Monk1
Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-06-30EFL: bump SRCREV a bit more for tasn's fix for Arabic shapingMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-29angstrom: prefert python-pycairo 1.8.0Koen Kooi1
2010-06-29efl: bump SRCREV to 49934Koen Kooi1
2010-06-28shr: remove P_V for boost 1.40.0 -> prefer newer boost 1.41.0Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-28xorg: bump versions xorg-sgml-doctools xf86-video-intel libxfont util-macrosMartin Jansa1
* adjust bumping script to handle -native versions better with BBCLASSEXTEND Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-27conf/distro/jlime-2010.1.conf:Kristoffer Ericson1
* Hardcode TARGET_OS = "linux" so its easier for eager builders (and doesnt get caught in sanity check). Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-06-27linux-omap-psp 2.6.32: disable mt9t111 module, it causes non-xM boards to ↵Koen Kooi1
hang at boot
2010-06-26linux-omap-psp 2.6.32: add WIP camera drivers for the beagleboard xMKoen Kooi1
2010-06-26angstrom: pin xorg to 1.7.4 till the 1.8.x/mesa 7.8 combo gets more testingKoen Kooi1
2010-06-25shr: drop unused DISTRO_* definitionsMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-25htcdream: don't set PREFERRED_PROVIDER_virtual/libgl to mesa-driMartin Jansa1
* there was --disable-egl in mesa-dri recipes (there are mesa recipes for this) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Henning Heinold <heinold@inf.fu-berlin.de> Acked-by: Graeme Gregory <dp@xora.org.uk>