summaryrefslogtreecommitdiff
path: root/conf/distro/include/angstrom.inc
AgeCommit message (Collapse)AuthorFiles
2009-07-16angstrom-2008.1.conf : add bluez3 blacklistGraeme Gregory1
angstrom.inc : inherit class to make blacklist happen
2009-07-16angstrom: disable packagehistory, it works a bit too well with multimachine ↵Koen Kooi1
builds
2009-07-14angstrom: use packagehistory by defaultKoen Kooi1
2009-06-20angstrom: inheric recipe_sanity by defaultKoen Kooi1
2009-06-17Angstrom: fix OESTATS_SERVER hostKoen Kooi1
2009-06-12Angstrom: set BUILDNAMEKoen Kooi1
2009-06-08angstrom: disable binary locales for ep9312 (tuning) instead of ep93xx (machine)Marcin Juszkiewicz1
ep93xx can be built for armv4t which supports binary locales Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org>
2009-06-02angstrom: no binary locales for ep93xxMarcin Juszkiewicz1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-22angstrom: stop disabling binary localegen for >=armv6 per RFC on the mlKoen 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-19angstrom: start removing FEED_ARCHKoen Kooi1
2009-04-15Revert "Openmoko: linux-openmoko-2.6.29 - commit new recipe tied to upstream ↵Mike Westerhof1
kernel" This reverts commit fb7eba513b2d59c33163bd380019a4cabc8b6782. Change rejected.
2009-04-15Openmoko: linux-openmoko-2.6.29 - commit new recipe tied to upstream kernelMike Westerhof1
git repo, which is currently at 2.6.29-rc3 + Openmoko patches. Note that the preferred kernel remains unchanged; select this kernel via local.conf.
2009-01-28angstrom.inc: Catch up with openmoko kernel recipe renames.Stefan Schmidt1
2009-01-18angstrom: make armv5teb use a partial thumb userspace as wellKoen Kooi1
* like armv4t and armv5te this means that large parts of userspace are built as thumb, but not libgcc, libm, libc and performance critical parts (e.g. ffmpeg)
2008-12-15angstrom: move armv5te to thumb as wellKoen Kooi1
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-30angstrom: set target fpu to soft for armv6-novfpKoen Kooi1
2008-11-30angstrom: disable binary localegen for armv6-novfp as wellKoen Kooi1
* qemu crashed
2008-11-27angstrom: use src_distribute_local in symlink mode by defaultKoen Kooi1
2008-11-14angstrom: switch armv4t to thumb as per RFC on angstrom-develKoen Kooi1
2008-10-17angstrom: enable oabi compat for gta01 to keep gllin working, schwartz ↵Koen Kooi1
doesn't seem to work 100%
2008-10-15angstrom: turn of OABI compat in EABI kernelsKoen Kooi1
2008-09-20angstrom.inc: work around armv5te alignment issue for cairo and webkitKoen Kooi1
2008-07-19conf/bitbake.conf: Merge in multimachine making it the standard layout as ↵Richard Purdie1
discussed on the mailing list. Anyone wanting the previous layout can INHERIT the new singlemachine class
2008-05-25angstrom: add oestats instructions next to sepukku instructionsKoen Kooi1
2008-05-22angstrom: update sepukku stuffKoen Kooi1
2008-05-05angstrom: add TARGET_FPU for various archsKoen Kooi1
2008-05-04divers: s/bugs.openembedded.org/bugs.openembedded.net/ for all of OERolf Leggewie1
* bugs.openembedded.org has frequent DNS issues, .net is better maintained both should usually point to the same server and bugzilla installation
2008-04-13angstrom: add FEED_ARCH to overrides and replace most machine based ↵Koen Kooi1
overrides with the arch based overrides * makes life easier for people with out-of-tree machines
2008-03-26fic-gta0? : renamed fic-gta0? to om-gta0? to reflect true name of deviceGraeme Gregory1
2008-03-19angstrom: set QA_LOG to 1Koen Kooi1
2008-03-18angstrom: turn on packaged-stagingKoen Kooi1
2008-03-17angstrom 2008: add support for beagleboardKoen Kooi1
2008-03-14angstrom.inc: document inherit statementsKoen Kooi1
2008-03-14angstrom: set PSTAGE_EXTRAPATH to ANGSTROM_MODE to make mixing of glibc and ↵Koen Kooi1
eglibc safe
2008-03-01angstrom: disable localegen for armeb Koen Kooi1
2008-02-21angstrom.inc: Make Angstrom bitbake caches to be per libc mode.Paul Sokolovsky1
* This is allows easy switching between glibc and uclibc builds, without waiting for long reparses on every switch. * Note that it applies to dependent distros, like OpenMoko, too.
2008-02-12bitbake.conf, image.bbclass: Add and use USERDISTRO var to preserve original ↵Paul Sokolovsky1
DISTRO value. * Some distros override DISTRO var to hack overrides right, etc. Yet, original value may be needed sometimes. For example, bbimage expects DISTRO to be what user set/passed it, not something else. * TODO: After interim cleanup during preparation of this patch, it turns out that angstrom is the only distro to (ab)use DISTRO overriding. It may make sense to instead get its OVERRIDES value right.
2008-01-15propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi1
6d44b490ec30acc0370a045d7b1eb3eae2b73ab9) to branch 'org.openembedded.dev.avr32' (head 6793a5c97e2e2221d152d0e63239c891b2c4ec5e)
2008-01-11Added support for mx31MoBoard - closes #3947Valentin Longchamp1
2007-12-23merge of '6765ce1f621a9ef917ba1521afc7b81013e14dc2'Koen Kooi1
and 'fcc520f13c2e5df6e6b7d52dcbfb32cb1750c941'
2007-12-19angstrom: have autobuilder report distro version to bugzillaKoen Kooi1
2007-12-19angstrom.inc: Remove the nslu2 DISTRO_FEATURES override, since the ↵Rod Whitby1
equivalent is done in a much better way in base-image now.
2007-12-18task-base: Introduce "vfat" feature to get VFAT support.Paul Sokolovsky1
* A COMBINED_FEATURE, machine and distro both must have it set for support to appear in images. * For now, deploy just kernel modules. Necessity of dosfstools requires more thought (and unlikely - vfat cannot be rootfs, so there's nothing to test/recover as emergency measure, and users can install the tools during normal operation).
2007-12-05angstrom.inc: only use utf8 localesKoen Kooi1
2007-11-29propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi1
0238eff8862126ac83c3f05d7a6fb094feff89e9) to branch 'org.openembedded.dev.avr32' (head afeaa97ba6962d277699aab10b0b6a8089342824)
2007-11-22angstrom.inc: add FEED_ARCH for mpc8313e-rdb and mpc8323e-rdb machinesJeremy Laine1
2007-11-19angstrom.inc: fix sepukku typoKoen Kooi1