aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/include/angstrom.inc
AgeCommit message (Collapse)Author
2008-03-26teslab: add and activate by defaultorg.openembedded.angstrom-2007.12-stableKoen Kooi
2008-03-03applied changes from 6c2d621bdfd446c13552a5e4b126ef9c5dd20106Paul Sokolovsky
through 3859c4593b2a4ff696a5e81383ed8bc6dd957598 angstrom.inc: Make Angstrom bitbake caches to be per libc mode.
2008-02-17applied changes from 465f9c73626153a7e195a5b8c08ae66282c3722fPaul Sokolovsky
through 242687582dbdcc1fdca2fc9af1f32a2b5c591f3c bitbake.conf, image.bbclass: Add and use USERDISTRO var to preserve original DISTRO value. (PaulS, Koen)
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-22angstrom.inc: add FEED_ARCH for mpc8313e-rdb and mpc8323e-rdb machinesJeremy Laine
2007-11-19angstrom.inc: fix sepukku typoKoen Kooi
2007-10-21angstrom-2007.1.conf: already uses include/angstrom.inc,Philipp Zabel
no need to duplicate the FEED_ARCH variables
2007-09-04angstrom.inc: include a var that selects which package will provide the feed ↵Koen Kooi
configs
2007-09-02angstrom: make ANGSTROM_URI overridableKoen Kooi
2007-08-31angstrom: more .deb integration Koen Kooi
2007-08-27angstrom.inc: let sepukku delete the workdir on failure, not tinderclientKoen Kooi
2007-08-27angstrom: add sane defaults for tinderclient and seppukuKoen Kooi
2007-08-27angstrom: start adding support for building .debs and .rpms instead of .ipk ↵Koen Kooi
packages
2007-08-14angstrom: more armv6 machinesKoen Kooi
2007-08-14angstrom: armv6 tweaksKoen Kooi
2007-08-02angstrom: add very experimental 'eglibc' ANGSTROM_MODEKoen Kooi
* set ANGSTROM_MODE = 'eglibc' to use eglibc as your c library * as the eglibc commit stated: 'only tested up to do_compile'
2007-05-27angstrom: distinguish between uclibc and glibc imagesKoen Kooi
2007-04-15conf/*: remove all MACHINE_TASK_PROVIDER definitions that were simply ↵Rod Whitby
forcibly defining it to the default value set in bitbake.conf. Approved by hrw and RP.
2007-02-19angstrom: inherit the new and improved insane.bbclass by default so everyone ↵Koen Kooi
shares and enjoys our QA efforts
2007-02-09angstrom.inc: made the nslu2 distro features override more generic.Rod Whitby
2007-02-08angstrom.inc: Removed SLUGOS_IMAGESEX from throughout OE.Rod Whitby
2007-02-05angstrom.inc: override DISTRO_FEATURES for the nslu2le machine to get the ↵Rod Whitby
rootfs under 6.5MB
2006-12-05angstrom: add source mirror for angstromKoen Kooi
2006-11-26angstrom: we want PCI supportMarcin Juszkiewicz
2006-11-23angstrom.inc: also use softfloat for armebKoen Kooi
2006-11-11Add quotes for assignments to make the new parser happyHolger Freyther
2006-11-07angstrom: disable binary locale generation for mx31ads since qemu doesn't ↵Koen Kooi
like armv6/eabi/hardvfp
2006-11-05angstrom: add support for ixp4xx/LE and disable NLS for uclibcKoen Kooi
2006-10-18angstrom: check for sanityKoen Kooi
2006-10-07angstrom: switch to task-baseKoen Kooi
* die task-bootstrap, die!
2006-09-14angstrom: prepare for uclibc/NPTL and seperate uclibc and glibc packagesKoen Kooi
* NOTE: DEPLOY_DIR changed, remove all do_packages and do_install stamps
2006-09-13angstrom.inc: reinstate TARGET_VENDORKoen Kooi
2006-09-13angstrom: introduce ANGSTROM_MODE to select between 'glibc' and 'uclibc', ↵Koen Kooi
inspired by poky * uclibc .28 lacks EABI support and svn trunk is b0rked
2006-09-05angstrom: set correct mail addressKoen Kooi
2006-08-30angsgrom: make TARET_FPU overridableKoen Kooi
* put TARGET_FPU="" in conf/machine/include/tune-<foo>.conf to build a hardfloat toolchain * mixing soft and hardfloat code is safe, BUT hardfloat binaries still don't run onf FPU-less systems
2006-08-28angstrom|familiar|openzaurus.inc: s/DISTO_FEATURES/DISTRO_FEATURES/ :DMichael Lauer
2006-08-28angstrom: tidy up angstrom.incKoen Kooi
2006-08-27Add DISTRO_FEATURES to angstrom, familar and openzaurus. At this moment this ↵Richard Purdie
maintains status quo but distro maintainers are free to adjust it to their needs
2006-08-26angstrom: enable binary locale generation and add visbility stuff to cxxflagsKoen Kooi
2006-08-09angstrom: correct email addressKoen Kooi
2006-07-22Remove references to imaginary variables. BOOTSTRAP_EXTRA_DEPENDS is no ↵Richard Purdie
longer required/exists. Ditto GPE_EXTRA_DEPENDS.
2006-07-14distro configurations: rename include files to *.inc and adjust those which ↵Michael Lauer
include it accordingly