aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/minimal.conf
AgeCommit message (Collapse)Author
2009-06-09minimal.conf: really set inodes in ext2 rootfs to 8192 now.Rolf Leggewie
2009-06-09minimal.conf: increase number of inodes in ext2 rootfs to 8192.Rolf Leggewie
2009-05-19conf/distro/minimal.conf: assign DISTRO_TYPE only weaklyRolf Leggewie
2009-05-04All distros: Bring in conf/distro/include/${LIBC}.incTom Rini
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' Lauer
2009-03-19sane-toolchain.inc: move non-weak assignments for CACHE and DEPLOY_DIR to ↵Michael 'Mickey' Lauer
minimal.conf; make them weak You can override DEPLOY_DIR now in your local.conf.
2009-03-17minimal: ship debug apps, if requestedMichael 'Mickey' Lauer
2009-03-13minimal.conf: make IMAGE_FSTYPES a weak assignment to allow overwritingDenys Dmytriyenko
2009-03-05minimal.conf: ship task-cli-debug, if we're building a debug distroMichael 'Mickey' Lauer
2009-03-02minimal.conf: don't build ext2fs; remove irda; use packaged stagingMichael 'Mickey' Lauer
2009-02-26minimal.conf: blatantly steal the collective wisdom (and I admit it must haveMichael 'Mickey' Lauer
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' Lauer
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj
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 Purdie
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 Lauer
that this is a distribution configuration that serves as a lean-and-mean starting point, imposing only a minimal amount of policies.