diff options
| author | Manuel Traut <manut@linutronix.de> | 2015-05-08 11:06:50 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@linutronix.de> | 2015-05-08 11:06:50 +0200 |
| commit | 597d81051b02d14bf86a7e6ff76a412ce8b5ffb6 (patch) | |
| tree | ccc28df4ad7f467433686db42cc7ac2a3d31a1bf | |
| parent | 7534c270229cf58afdb7f9a38f642503f1d22007 (diff) | |
yocto/meta-mini: remove distro config
it's better to copy poky.conf and modify it during the training
Signed-off-by: Manuel Traut <manut@linutronix.de>
| -rw-r--r-- | distribution/yocto-advanced/poky/meta-mini/conf/distro/mini.conf | 124 |
1 files changed, 0 insertions, 124 deletions
diff --git a/distribution/yocto-advanced/poky/meta-mini/conf/distro/mini.conf b/distribution/yocto-advanced/poky/meta-mini/conf/distro/mini.conf deleted file mode 100644 index bc1a20a..0000000 --- a/distribution/yocto-advanced/poky/meta-mini/conf/distro/mini.conf +++ /dev/null @@ -1,124 +0,0 @@ -# Distribution definition for: mini -# -# Copyright (c) 2011, Intel Corporation. -# All rights reserved. -# -# This file is released under the MIT license as described in -# ../meta/COPYING.MIT. -# -# Poky-tiny is intended to define a tiny Linux system comprised of a -# Linux kernel tailored to support each specific MACHINE and busybox. -# Poky-tiny sets some basic policy to ensure a usable system while still -# keeping the rootfs and kernel image as small as possible. -# -# The policies defined are intended to meet the following goals: -# o Serial consoles only (no framebuffer or VGA console) -# o Basic support for IPV4 networking -# o Single user ash shell -# o Static images (no support for adding packages or libraries later) -# o Read-only or RAMFS root filesystem -# o Combined Linux kernel + rootfs in under 4MB -# o Allow the user to select between eglibc or uclibc with the TCLIBC variable -# -# This is currently a partial definition, the following tasks remain: -# [ ] Integrate linux-yocto-tiny ktype into linux-yocto -# [ ] Define linux-yocto-tiny configs for all supported BSPs -# [ ] Drop ldconfig from the installation -# [ ] Modify the runqemu scripts to work with ext2 parameter: -# runqemu qemux86 qemuparams="-nographic" bootparams="console=ttyS0,115200 root=0800" -# [ ] Modify busybox to allow for DISTRO_FEATURES-like confiruration - -require conf/distro/poky.conf -DISTRO = "mini" - -# FIXME: consider adding a new "tiny" feature -#DISTRO_FEATURES_append = " tiny" - -# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny -#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot" -# Drop kernel-module-af-packet from RRECOMMENDS -POKY_DEFAULT_EXTRA_RRECOMMENDS = "" - -# FIXME: what should we do with this? -TCLIBCAPPEND = "" - -# Disable wide char support for ncurses as we don't include it in -# in the LIBC features below. -ENABLE_WIDEC="false" - -SANITY_TESTED_DISTROS = "Debian-unstable Debian-testing" - -# Drop native language support. This removes the -# eglibc->bash->gettext->libc-posix-clang-wchar dependency. -USE_NLS="no" - -# Reconfigure eglibc for a smaller installation -# Comment out any of the lines below to disable them in the build -#DISTRO_FEATURES_LIBC_TINY = "libc-posix-clang-wchar libc-posix-regexp\ -# libc-posix-regexp-glibc libc-libm libc-crypt libc-spawn" -#DISTRO_FEATURES_LIBC_TINY_append_x86-64 = " libc-libm-big" -# -## Required for "who" -#DISTRO_FEATURES_LIBC_MINIMAL = "libc-utmp libc-getlogin" -#DISTRO_FEATURES_LIBC_REGEX = "libc-posix-regexp" -#DISTRO_FEATURES_LIBC_NET = "libc-inet libc-nis" -# -#DISTRO_FEATURES_LIBC = "${DISTRO_FEATURES_LIBC_TINY} \ -# ${DISTRO_FEATURES_LIBC_MINIMAL} \ -# ${DISTRO_FEATURES_LIBC_REGEX} \ -# ${DISTRO_FEATURES_LIBC_NET} \ -# " - -# Enable LFS - see bug YOCTO #5865 -DISTRO_FEATURES_append_libc-uclibc = " largefile" - -# Use tmpdevfs and the busybox runtime services -VIRTUAL-RUNTIME_dev_manager = "" -VIRTUAL-RUNTIME_login_manager = "" -VIRTUAL-RUNTIME_init_manager = "tiny-init" -VIRTUAL-RUNTIME_keymaps = "" - -# FIXME: Consider adding "modules" to MACHINE_FEATURES and using that in -# packagegroup-core-base to select modutils-initscripts or not. Similar with "net" and -# netbase. - -# By default we only support ext2 and initramfs. We don't build live as that -# pulls in a lot of dependencies for the live image and the installer, like -# udev, grub, etc. These pull in gettext, which fails to build with wide -# character support. -IMAGE_FSTYPES = "sdcard ext3 tar.gz" - -# Drop v86d from qemu dependency list (we support serial) -# Drop grub from meta-intel BSPs -# FIXME: A different mechanism is needed here. We could define -tiny -# variants of all compatible machines, but that leads to a lot -# more machine configs to maintain long term. -MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "" - -# The mtrace script included by eglibc is a perl script. This means the system -# will build perl in case this package is installed. Since we don't care about -# this script for the purposes of tiny, remove the dependency from here. -RDEPENDS_${PN}-mtrace_pn-eglibc = "" - -INHERIT += "blacklist" -PNBLACKLIST[build-appliance-image] = "not buildable with mini" -PNBLACKLIST[core-image-base] = "not buildable with mini" -PNBLACKLIST[core-image-clutter] = "not buildable with mini" -PNBLACKLIST[core-image-directfb] = "not buildable with mini" -PNBLACKLIST[core-image-full-cmdline] = "not buildable with mini" -PNBLACKLIST[core-image-lsb] = "not buildable with mini" -PNBLACKLIST[core-image-lsb-dev] = "not buildable with mini" -PNBLACKLIST[core-image-lsb-sdk] = "not buildable with mini" -PNBLACKLIST[core-image-rt] = "not buildable with mini" -PNBLACKLIST[core-image-rt-sdk] = "not buildable with mini" -PNBLACKLIST[core-image-sato] = "not buildable with mini" -PNBLACKLIST[core-image-sato-dev] = "not buildable with mini" -PNBLACKLIST[core-image-sato-sdk] = "not buildable with mini" -PNBLACKLIST[core-image-x11] = "not buildable with mini" -# PNBLACKLIST[qt4e-demo-image] = "not buildable with mini" -PNBLACKLIST[core-image-weston] = "not buildable with mini" - -# Disable python usage in opkg-utils since it won't build with tiny config -PACKAGECONFIG_pn-opkg-utils = "" - -PREFERRED_PROVIDER_virtual/kernel = "linux-vanilla" |
