Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-10-30 | angstrom: bump DISTRO_PR and some cleanups | Koen Kooi | 1 | |
2009-10-27 | angstrom: switch to linux-libc-headers 2.6.31 | Koen Kooi | 1 | |
2009-10-14 | angstrom: clean ups of the external toolchain support | Denys Dmytriyenko | 1 | |
2009-10-14 | angstrom: framework to select internal/external toolchain and brand ↵ | Denys Dmytriyenko | 1 | |
(csl/generic for now) | ||||
2009-10-11 | angstrom-2008-1.conf: Use gconf rather than gconf-dbus | Steve Sakoman | 1 | |
2009-08-19 | angstrom-2008.1.conf: Prefer util-linux-ng over util-linux. | Stanislav Brabec | 1 | |
2009-08-16 | angstrom: add preferred provider for qt4 | Koen Kooi | 1 | |
* 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-08 | angstrom: prefer fribidi 0.19.x over libfribidi 0.10.x | Koen Kooi | 1 | |
2009-07-23 | Merge commit 'origin/org.openembedded.dev' into org.openembedded.dev | Dmitry Eremin-Solenikov | 1 | |
2009-07-22 | angstrom: change blacklist messages a bit | Koen Kooi | 1 | |
2009-07-19 | angstrom: default to nogpg opkg | Dmitry Eremin-Solenikov | 1 | |
Since feeds aren't signed anyway, default to nogpg opkg version. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | ||||
2009-07-16 | angstrom-2008.1.conf : add bluez3 blacklist | Graeme Gregory | 1 | |
angstrom.inc : inherit class to make blacklist happen | ||||
2009-06-26 | many files: Introduction of virtual/libusb0 provided by libusb or libusb-compat: | Stanislav Brabec | 1 | |
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html | ||||
2009-06-16 | angstrom 2009.X: switch to glibc 2.9 | Koen Kooi | 1 | |
* runtime testing on beagleboard, sheevaplug and om-gta01 reveals 2.9 to be as stable as 2.6.1 | ||||
2009-06-05 | angstrom 2009.X: weakly assign xserver-xorg as default * images can still ↵ | Koen Kooi | 1 | |
pick kdrive if wanted | ||||
2009-05-27 | angstrom 2009.X: remove some useless preffered_version files | Koen Kooi | 1 | |
2009-05-21 | Angstrom 2009.X: set OLDEST_KERNEL to 2.6.16 to avoid problems with ppoll() | Koen Kooi | 1 | |
2009-05-18 | angstrom 2009.X: weakly assign OLDEST_KERNEL | Koen Kooi | 1 | |
2009-05-13 | angstrom 2009.X: toolchain updates: | Koen Kooi | 1 | |
* 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-04 | All distro conf files: Use LIBC to pick or set your libc. | Tom Rini | 1 | |
Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com> | ||||
2009-04-23 | angstrom 2009.X: move armv7a and vortex to gcc 4.3.3 | Koen Kooi | 1 | |
* runtime tested on beagleboard and overo | ||||
2009-04-21 | angstrom: have bluez4 provide bluez-utils as well | Koen Kooi | 1 | |
2009-04-21 | angstrom-2008.1: do not use Thumb for uclibc | Marcin Juszkiewicz | 1 | |
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-17 | angstrom, exquisite, psplash, opkg, angsrtom-images, sysvinit: abstract splash | Carsten Haitzler (Rasterman | 1 | |
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-12 | bluez4: fix HUGE bug | Koen Kooi | 1 | |
* 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-02 | angstrom-2008.1.conf: fix typos | Andrea Adami | 1 | |
-golden rule: don't commit if you're tired... | ||||
2009-04-01 | xine: update to new xine recipe | woglinde | 1 | |
* as a side node only opie-mediaplayer2 compiles out of the box | ||||
2009-04-01 | angstrom-2008.1.conf: add PREFERRED_VERSION_psplash | Andrea Adami | 1 | |
-Acked-by: Koen Kooi <koen at openembedded.org> | ||||
2009-03-31 | angstrom 2009.X: switch to bluez4 | Koen Kooi | 1 | |
2009-03-05 | angstrom-{2008.1|2007-for-openmoko}: remove my name | Michael 'Mickey' Lauer | 1 | |
2009-02-22 | angstrom 2009.X: select our preferred opkg variant, can be overridden on a ↵ | Koen Kooi | 1 | |
per image bases * no impact on dep and rpm modes | ||||
2009-02-13 | angstrom distro config: clean up armv7a a bit and document DISTRO_ vars so ↵ | Koen Kooi | 1 | |
people don't needlessly create forks just to keep avahi out of an image | ||||
2009-02-01 | angstrom 2009.X: use regular toolchain for armv7a kernel builds | Koen Kooi | 1 | |
2009-01-26 | angstrom 2009.X: make 486sx use gcc 4.3.2 | Koen Kooi | 1 | |
2009-01-14 | angstrom 2008.1: move psplash and debug apps to RRECOMMENDS so people can ↵ | Koen Kooi | 1 | |
filter them out with BAD_RECOMMENDATIONS in image recipes when needed | ||||
2009-01-02 | angstrom 2008: bump to 2009 internally, the file is still called 2008 | Koen Kooi | 1 | |
2008-12-29 | angstrom 2008.1: remove opkg and opkg-collateral, rootfs_ipk.bbclass already ↵ | Koen Kooi | 1 | |
takes care of those for us | ||||
2008-12-12 | angstrom-2008.1.conf: Update uclibc PREFERRED_VERSION to 0.9.30 | Khem Raj | 1 | |
angstrom-2008-preferred-versions.inc: Delete uclibc PREFERRED_VERSION | ||||
2008-12-08 | angstrom: rename ANGSTROM_MODE to ANGSTROMLIBC to make it work with bitbake ↵ | Koen Kooi | 1 | |
env filtering (>1.8.10) * http://www.angstrom-distribution.org/files/source-me.txt has been adjusted as well | ||||
2008-11-28 | angstrom 2008: switch from en-gb to en-us since en-gb sometimes gets misdetected | Koen Kooi | 1 | |
2008-11-26 | angstrom 2008: move distro pr to main file | Koen Kooi | 1 | |
2008-11-17 | angstrom 2008: also specify binutils version | Koen Kooi | 1 | |
2008-11-14 | angstrom-2008.1.conf : make use of the X11R7.4 updates file | Graeme Gregory | 1 | |
2008-11-14 | angstrom 2008: while binutils 2.19 works fine on some platforms it breaks ↵ | Koen Kooi | 1 | |
thumb, so switch back to 2.18.something | ||||
2008-11-13 | angstrom 2008: start using binutils 2.19 | Koen Kooi | 1 | |
2008-11-12 | angstrom-2008.1.conf : move to using X11R7.4 | Graeme Gregory | 1 | |
2008-10-02 | angstrom-2008.x: include Opie 1.2.4 preferred versions | Paul Eggleton | 1 | |
2008-09-23 | angstrom 2008: disable old style initramfs handling for now, this should be ↵ | Koen Kooi | 1 | |
moved to the kexecboot effort | ||||
2008-09-17 | angstrom: require libc fixup | Koen Kooi | 1 | |
2008-08-09 | angstrom 2008: fix typo | Koen Kooi | 1 | |