Age | Commit message (Collapse) | Author | Files |
|
* 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>
|
|
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>
|
|
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>
|
|
|
|
|
|
sane-feed.inc
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* 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>
|
|
compatibility-providers.conf
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
|
|
* 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>
|
|
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>
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
minimal.conf; make them weak
You can override DEPLOY_DIR now in your local.conf.
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
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.
|
|
discussed on the mailing list. Anyone wanting the previous layout can INHERIT the new singlemachine class
|
|
that this is a distribution
configuration that serves as a lean-and-mean starting point, imposing only a minimal amount of policies.
|