summaryrefslogtreecommitdiff
path: root/conf/distro/angstrom-2008.1.conf
AgeCommit message (Collapse)AuthorFiles
2010-01-02angstrom: update mplayer preferred versionKoen Kooi1
2009-12-22archos5: first batch of archos5 machine support. Downloaded from archos.com ↵Koen Kooi1
website
2009-12-21angstrom: use eabi for armv4 and remove arm-oabiThomas Kunze1
With gcc 4.4.2 armv4 can use eabi
2009-12-08opkg: add provides for update-alternatives and set opkg as default u-a ↵Martin Jansa1
provider in sane-feed-ipk Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08angstrom-2008.1.conf: remove preferred providers set already in ↵Martin Jansa1
compatibility-providers.conf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-03angstrom-2008.1.conf : update uclibc to latest bugfix releaseGraeme Gregory1
This was needed to clear some linking errors occuring on avr32
2009-12-02angstrom: blacklist fso-apmKoen Kooi1
2009-11-30angstrom 2009.X: bump DISTRO_PR to 5 per earlier agreementKoen Kooi1
2009-11-24Angstrom: switch to opkg-nogpg-nocurl per RFC on the angstrom-devel mailinglistKoen Kooi1
2009-11-04angstrom-2008.1.conf: Must use mplayer-svn, anything older is incompatible ↵Stanislav Brabec1
with linux-libc-headers-2.6.31.
2009-10-30angstrom: bump DISTRO_PR and some cleanupsKoen Kooi1
2009-10-27angstrom: switch to linux-libc-headers 2.6.31Koen Kooi1
2009-10-14angstrom: clean ups of the external toolchain supportDenys Dmytriyenko1
2009-10-14angstrom: framework to select internal/external toolchain and brand ↵Denys Dmytriyenko1
(csl/generic for now)
2009-10-11angstrom-2008-1.conf: Use gconf rather than gconf-dbusSteve Sakoman1
2009-08-19angstrom-2008.1.conf: Prefer util-linux-ng over util-linux.Stanislav Brabec1
2009-08-16angstrom: add preferred provider for qt4Koen Kooi1
* bitbake had the following to say: NOTE: multiple providers are available for qt4x11 (qt4-x11-free-gles, qt4-x11-free); NOTE: consider defining PREFERRED_PROVIDER_qt4x11 Which seems to give a fairly obvious way to fix it, so let's actually do so. * I wish OE had something like PROVIDER_PREFERENCE = "1" to do this sort of stuff globally, but OTOH it really is a distro decision
2009-08-08angstrom: prefer fribidi 0.19.x over libfribidi 0.10.xKoen Kooi1
2009-07-23Merge commit 'origin/org.openembedded.dev' into org.openembedded.devDmitry Eremin-Solenikov1
2009-07-22angstrom: change blacklist messages a bitKoen Kooi1
2009-07-19angstrom: default to nogpg opkgDmitry Eremin-Solenikov1
Since feeds aren't signed anyway, default to nogpg opkg version. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2009-07-16angstrom-2008.1.conf : add bluez3 blacklistGraeme Gregory1
angstrom.inc : inherit class to make blacklist happen
2009-06-26many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat:Stanislav Brabec1
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html
2009-06-16angstrom 2009.X: switch to glibc 2.9Koen Kooi1
* runtime testing on beagleboard, sheevaplug and om-gta01 reveals 2.9 to be as stable as 2.6.1
2009-06-05angstrom 2009.X: weakly assign xserver-xorg as default * images can still ↵Koen Kooi1
pick kdrive if wanted
2009-05-27angstrom 2009.X: remove some useless preffered_version filesKoen Kooi1
2009-05-21Angstrom 2009.X: set OLDEST_KERNEL to 2.6.16 to avoid problems with ppoll()Koen Kooi1
2009-05-18angstrom 2009.X: weakly assign OLDEST_KERNELKoen Kooi1
2009-05-13angstrom 2009.X: toolchain updates:Koen Kooi1
* make gcc 4.3.3 the default compiler (except for ppc and avr32) * make binutils 2.18 the default (except for armv7a and avr32) * disable thumb for armv4t/5te since there's no gcc/binutils combo that works 100% with thumb * bump distro_pr to force a rebuild * point feed configs at unstable feed Acked-By: Graeme Gregory <dp@xora.org.uk>
2009-05-04All distro conf files: Use LIBC to pick or set your libc.Tom Rini1
Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-04-23angstrom 2009.X: move armv7a and vortex to gcc 4.3.3Koen Kooi1
* runtime tested on beagleboard and overo
2009-04-21angstrom: have bluez4 provide bluez-utils as wellKoen Kooi1
2009-04-21angstrom-2008.1: do not use Thumb for uclibcMarcin Juszkiewicz1
Compilation is broken with binutils which Angstrom uses. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org>
2009-04-17angstrom, exquisite, psplash, opkg, angsrtom-images, sysvinit: abstract splashCarsten Haitzler (Rasterman1
this abstracts psplash to be generic. now as long as something provides a splashfuncs file that sysvinit (and other scripts) can source, and all the approproate init hooks to start the splash etc. you can use psplash, exquisitie, usplash or anything that tickles your fancy. this moves splash toa ${SPLASH} variable to include in your image (or override). the default in angstrom is psplash - unless you override it. opkg also runs a configure script that cna take forever - and so this speically sends off some splash commands (if there) to let you know the systme is alive and working (but just busy). this is one commit as if this breaks things you either want to fix the minor break or totally revert the whole patch. i hope it didn't break anything.
2009-04-12bluez4: fix HUGE bugKoen Kooi1
* the recipe installed the .pc file, but not headers and libs, so application checking for bluez4 would actually build against bluez3 headers and libs * for angstrom, replace bluez-libs3 with bluez4 at buildtime
2009-04-02angstrom-2008.1.conf: fix typosAndrea Adami1
-golden rule: don't commit if you're tired...
2009-04-01xine: update to new xine recipewoglinde1
* as a side node only opie-mediaplayer2 compiles out of the box
2009-04-01angstrom-2008.1.conf: add PREFERRED_VERSION_psplashAndrea Adami1
-Acked-by: Koen Kooi <koen at openembedded.org>
2009-03-31angstrom 2009.X: switch to bluez4Koen Kooi1
2009-03-05angstrom-{2008.1|2007-for-openmoko}: remove my nameMichael 'Mickey' Lauer1
2009-02-22angstrom 2009.X: select our preferred opkg variant, can be overridden on a ↵Koen Kooi1
per image bases * no impact on dep and rpm modes
2009-02-13angstrom distro config: clean up armv7a a bit and document DISTRO_ vars so ↵Koen Kooi1
people don't needlessly create forks just to keep avahi out of an image
2009-02-01angstrom 2009.X: use regular toolchain for armv7a kernel buildsKoen Kooi1
2009-01-26angstrom 2009.X: make 486sx use gcc 4.3.2Koen Kooi1
2009-01-14angstrom 2008.1: move psplash and debug apps to RRECOMMENDS so people can ↵Koen Kooi1
filter them out with BAD_RECOMMENDATIONS in image recipes when needed
2009-01-02angstrom 2008: bump to 2009 internally, the file is still called 2008Koen Kooi1
2008-12-29angstrom 2008.1: remove opkg and opkg-collateral, rootfs_ipk.bbclass already ↵Koen Kooi1
takes care of those for us
2008-12-12angstrom-2008.1.conf: Update uclibc PREFERRED_VERSION to 0.9.30Khem Raj1
angstrom-2008-preferred-versions.inc: Delete uclibc PREFERRED_VERSION
2008-12-08angstrom: rename ANGSTROM_MODE to ANGSTROMLIBC to make it work with bitbake ↵Koen Kooi1
env filtering (>1.8.10) * http://www.angstrom-distribution.org/files/source-me.txt has been adjusted as well
2008-11-28angstrom 2008: switch from en-gb to en-us since en-gb sometimes gets misdetectedKoen Kooi1