summaryrefslogtreecommitdiff
path: root/conf/distro/minimal.conf
AgeCommit message (Collapse)AuthorFiles
2010-09-03minimal.conf: Select bluez4 for bluez-utils-dbus and bluez-utilsKhem Raj1
* Set bluez-libs for PREFERRED_PROVIDER for bluez-libs Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-08-27minimal.conf: added ivp4 and ipv6 as distro featuresFrans Meulenbroeks1
minimal.conf has nfs as distro feature but not ip4 or ipv6. This makes that busybox does not generate networking applets Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-08-08minimal.conf: Revert "minimal.conf: Dont redefine OVERRIDES"Michael 'Mickey' Lauer1
This reverts commit f00b1bec3efb8490b3343c368d36788e290e6fc7. Unfortunately this slipped under my radar. MACHINE_CLASS is being used by me, e.g. for Motorola EZX, HTC MSM7, and more -- so please leave it in here.
2010-08-03opkg recipe overhaul - removal of opkg-nogpg and opkg-nogpg-nocurl.Graham Gower1
None of the distros in OE appear to want/need gpg or curl support in opkg; so have opkg.inc remove them by default. This diff makes things more consistent across all distros/tasks/images. The slugos recipe is kept intact and further divided from the more modern recipes. The opkg-native recipe is the sane-srcrev version even when building slugos, which should allow for changes to opkg related bbclasses without breaking the slugos build. Build tested for qemumipsel/minimal-image and nslu2/slugos-image. minimal-image builds 10% quicker in my setup and is 1mb smaller. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-24distro: Add new feature to indicate thumb-interworking.Khem Raj1
* This would be used to decide if we can use BX in return instructions in uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-21distro: Move thumb into distro featuresKhem Raj1
* Currenlty we define the thumb specific overrides in machine tune files and as machine conf files are included before the distro conf files the overrides dont get right values and set incorrectly. * This patch moves the tune-thumb.inc from machine/include into distro/include and lets distro decide on thumb and thumb-interworking features based on the machine selected. If a machine which does not support thumb like all armv4 based machines is selected then distro makes correct decision now to disable thumb and thumb-interworking based upon the machine seletected. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-19Revert "distro: Move thumb into distro features"Khem Raj1
This reverts commit e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-19distro: Move thumb into distro featuresKhem Raj1
* Currenlty we define the thumb specific overrides in machine tune files and as machine conf files are included before the distro conf files the overrides dont get right values and set incorrectly. * This patch moves the tune-thumb.inc from machine/include into distro/include and lets distro decide on thumb and thumb-interworking features based on the machine selected. If a machine which does not support thumb like all armv4 based machines is selected then distro makes correct decision now to disable thumb and thumb-interworking based upon the machine seletected. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-08minimal.conf: Dont redefine OVERRIDESKhem Raj1
* OVERRIDES here are identical to ones from bitbake.conf except MACHINE_CLASS which seems to be used nowhere. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-24distro/minimal.conf: Dont keep CACHE as weak assignment.Khem Raj1
* As this is a weak assignment and bitbake.conf has a proper assignment and bitbake.conf is included before distro conf file it leaves this weak assignment as no-op. The problem happens when using minimal but changing libc from eglibc to uclibc then it will use same cache directory and then its infact wrong. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-01minimal: Quoting fixups, always set virtual/psplash to what we would want.Tom Rini1
virtual/psplash is now always being set by compatibility-providers.conf so we want to always override it. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-03-28distros: remove leading dots in DISTRO_VERSIONsAntonio Ospite1
Having a leading dot in DISTRO_VERSION will result in a '-.' string when building archive names; this may lead to mistakenly think that something is missing in the archive name. Example: minimal-.dev-snapshot-20100216-i686-linux-armv5te-linux-gnueabi-toolchain.tar.bz2 ^^ Remove the leading dot in DISTRO_VERSIONs to avoid such possible confusion. Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-01-14conf/distro/minimal.conf: don't set SPLASH for headless machinesRolf Leggewie1
2010-01-14conf/distro/minimal.conf: minimal should have a generic OE splashRolf Leggewie1
2010-01-11conf/distro/minimal.conf: add src_distribute_local and otherwise stop using ↵Rolf Leggewie1
sane-feed.inc
2010-01-06conf/distro/: move minimal to xorg 7.5Rolf Leggewie1
2009-12-25minimal.conf: Add PREFERRED_PROVIDER for opkg and update-alternatives.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-20minimal: Add 'mplt' to DISTRO_FEATURES.Khem Raj1
* As minimal-uclibc includes minimal conf the distro features get inherited. mplt is not supported on uclibc yet. So we should disable it for uclibc/mips based distros. * Add a note about overriding DISTRO_FEATURES. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
2009-12-08minimal.conf: remove preferred providers as the same are defined in ↵Martin Jansa1
compatibility-providers.conf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-10minimal.conf: fix spelling for BAD_RECOMMENDATIONSSebastian Spaeth1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-09-03OpenEmbedded: Switch to using linux-uclibceabi and linux-gnu for TARGET_OSKhem Raj1
* Bump the ABI_LAYOUT. Build from scratch will be needed. * Replace using TARGET_OS from linux->linux-gnu. * Replace using linux-uclibcgnueabi->linux-uclibceabi. * Add 'eabi' to DISTRO_FEATURES (only for minimal and micro). * Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS. * Fix the micro conf to get console image building. * Fix the linux-uclibcgnueabi overrides in all recipes. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Phill Blundell <pb@reciva.com> Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
2009-08-23minimal, sane-toolchain: Use eglibc if LIBC is not selected.Khem Raj1
Currently we fall back to glibc if LIBC is not set. We now will use eglibc as default lib for minimal and sane-toolchain Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-19minimal.conf: build opie 1.2.4Rolf Leggewie1
2009-07-31minimal.conf: Add PREFERRED_PROVIDER for libusb0.Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-06-24conf: remove bluetooth from DISTRO_FEATURES in minimal.confRolf Leggewie1
2009-06-09minimal.conf: really set inodes in ext2 rootfs to 8192 now.Rolf Leggewie1
2009-06-09minimal.conf: increase number of inodes in ext2 rootfs to 8192.Rolf Leggewie1
2009-05-19conf/distro/minimal.conf: assign DISTRO_TYPE only weaklyRolf Leggewie1
2009-05-04All distros: Bring in conf/distro/include/${LIBC}.incTom Rini1
With minimal/minimal-uclibc we have to do a little rework so that minimal-uclibc can override the main distro. Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-03-21minimal.conf: override OVERRIDES to include the MACHINE_CLASSMichael 'Mickey' Lauer1
2009-03-19sane-toolchain.inc: move non-weak assignments for CACHE and DEPLOY_DIR to ↵Michael 'Mickey' Lauer1
minimal.conf; make them weak You can override DEPLOY_DIR now in your local.conf.
2009-03-17minimal: ship debug apps, if requestedMichael 'Mickey' Lauer1
2009-03-13minimal.conf: make IMAGE_FSTYPES a weak assignment to allow overwritingDenys Dmytriyenko1
2009-03-05minimal.conf: ship task-cli-debug, if we're building a debug distroMichael 'Mickey' Lauer1
2009-03-02minimal.conf: don't build ext2fs; remove irda; use packaged stagingMichael 'Mickey' Lauer1
2009-02-26minimal.conf: blatantly steal the collective wisdom (and I admit it must haveMichael 'Mickey' Lauer1
been ton of work, thanks koen et. al.) people put in the angstrom distribution configuration and reorganize the sections a bit for more clarity. Most of this is really distribution-independent, so I'd welcome if angstrom would include one or the other of these sane-*.inc and maintain it there.
2009-02-25minimal.conf: use newer glibc and gccMichael 'Mickey' Lauer1
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj1
components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working.
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-06-24rename generic[-uclibc].conf to minimal[-uclibc].conf to better indicate ↵Michael Lauer1
that this is a distribution configuration that serves as a lean-and-mean starting point, imposing only a minimal amount of policies.