aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom.inc
AgeCommit message (Collapse)Author
2009-11-24conf/distro/angstrom*: Add support for nios2 architecture.Walter Goossens
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-07-16angstrom-2008.1.conf : add bluez3 blacklistGraeme Gregory
angstrom.inc : inherit class to make blacklist happen
2009-07-16angstrom: disable packagehistory, it works a bit too well with multimachine ↵Koen Kooi
builds
2009-07-14angstrom: use packagehistory by defaultKoen Kooi
2009-06-20angstrom: inheric recipe_sanity by defaultKoen Kooi
2009-06-17Angstrom: fix OESTATS_SERVER hostKoen Kooi
2009-06-12Angstrom: set BUILDNAMEKoen Kooi
2009-06-08angstrom: disable binary locales for ep9312 (tuning) instead of ep93xx (machine)Marcin Juszkiewicz
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 Juszkiewicz
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 Kooi
2009-05-13angstrom 2009.X: toolchain updates:Koen Kooi
* 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 Rini
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 Kooi
2009-04-15Revert "Openmoko: linux-openmoko-2.6.29 - commit new recipe tied to upstream ↵Mike Westerhof
kernel" This reverts commit fb7eba513b2d59c33163bd380019a4cabc8b6782. Change rejected.
2009-04-15Openmoko: linux-openmoko-2.6.29 - commit new recipe tied to upstream kernelMike Westerhof
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 Schmidt
2009-01-18angstrom: make armv5teb use a partial thumb userspace as wellKoen Kooi
* 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 Kooi
2008-12-08angstrom: rename ANGSTROM_MODE to ANGSTROMLIBC to make it work with bitbake ↵Koen Kooi
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 Kooi
2008-11-30angstrom: disable binary localegen for armv6-novfp as wellKoen Kooi
* qemu crashed
2008-11-27angstrom: use src_distribute_local in symlink mode by defaultKoen Kooi
2008-11-14angstrom: switch armv4t to thumb as per RFC on angstrom-develKoen Kooi
2008-10-17angstrom: enable oabi compat for gta01 to keep gllin working, schwartz ↵Koen Kooi
doesn't seem to work 100%
2008-10-15angstrom: turn of OABI compat in EABI kernelsKoen Kooi
2008-09-20angstrom.inc: work around armv5te alignment issue for cairo and webkitKoen Kooi
2008-07-19conf/bitbake.conf: Merge in multimachine making it the standard layout as ↵Richard Purdie
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 Kooi
2008-05-22angstrom: update sepukku stuffKoen Kooi
2008-05-05angstrom: add TARGET_FPU for various archsKoen Kooi
2008-05-04divers: s/bugs.openembedded.org/bugs.openembedded.net/ for all of OERolf Leggewie
* 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 Kooi
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 Gregory
2008-03-19angstrom: set QA_LOG to 1Koen Kooi
2008-03-18angstrom: turn on packaged-stagingKoen Kooi
2008-03-17angstrom 2008: add support for beagleboardKoen Kooi
2008-03-14angstrom.inc: document inherit statementsKoen Kooi
2008-03-14angstrom: set PSTAGE_EXTRAPATH to ANGSTROM_MODE to make mixing of glibc and ↵Koen Kooi
eglibc safe
2008-03-01angstrom: disable localegen for armeb Koen Kooi
2008-02-21angstrom.inc: Make Angstrom bitbake caches to be per libc mode.Paul Sokolovsky
* 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 Sokolovsky
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 Kooi
6d44b490ec30acc0370a045d7b1eb3eae2b73ab9) to branch 'org.openembedded.dev.avr32' (head 6793a5c97e2e2221d152d0e63239c891b2c4ec5e)
2008-01-11Added support for mx31MoBoard - closes #3947Valentin Longchamp
2007-12-23merge of '6765ce1f621a9ef917ba1521afc7b81013e14dc2'Koen Kooi
and 'fcc520f13c2e5df6e6b7d52dcbfb32cb1750c941'
2007-12-19angstrom: have autobuilder report distro version to bugzillaKoen Kooi
2007-12-19angstrom.inc: Remove the nslu2 DISTRO_FEATURES override, since the ↵Rod Whitby
equivalent is done in a much better way in base-image now.
2007-12-18task-base: Introduce "vfat" feature to get VFAT support.Paul Sokolovsky
* 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 Kooi
2007-11-29propagate from branch 'org.openembedded.dev' (head ↵Koen Kooi
0238eff8862126ac83c3f05d7a6fb094feff89e9) to branch 'org.openembedded.dev.avr32' (head afeaa97ba6962d277699aab10b0b6a8089342824)
2007-11-22angstrom.inc: add FEED_ARCH for mpc8313e-rdb and mpc8323e-rdb machinesJeremy Laine