diff options
Diffstat (limited to 'distribution/yocto-advanced/poky/meta-mini/conf/distro/lxt.conf')
| -rw-r--r-- | distribution/yocto-advanced/poky/meta-mini/conf/distro/lxt.conf | 51 |
1 files changed, 16 insertions, 35 deletions
diff --git a/distribution/yocto-advanced/poky/meta-mini/conf/distro/lxt.conf b/distribution/yocto-advanced/poky/meta-mini/conf/distro/lxt.conf index 85aef9c..945fdbb 100644 --- a/distribution/yocto-advanced/poky/meta-mini/conf/distro/lxt.conf +++ b/distribution/yocto-advanced/poky/meta-mini/conf/distro/lxt.conf @@ -34,11 +34,6 @@ DISTRO = "lxt" # FIXME: consider adding a new "tiny" feature #DISTRO_FEATURES_append = " tiny" -# Distro config is evaluated after the machine config, so we have to explicitly -# set the kernel provider to override a machine config. -PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny" -PREFERRED_VERSION_linux-yocto-tiny = "3.8%" - # 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 @@ -51,42 +46,28 @@ TCLIBCAPPEND = "" # 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-libm libc-crypt" -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} \ - " - -# Comment out any of the lines below to disable them in the build -# DISTRO_FEATURES options: -# alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci -DISTRO_FEATURES_TINY = "pci" -DISTRO_FEATURES_NET = "ipv4" -DISTRO_FEATURES_USB = "usbhost" -#DISTRO_FEATURES_USBGADGET = "usbgadget" -#DISTRO_FEATURES_WIFI = "wifi" - -DISTRO_FEATURES = "${DISTRO_FEATURES_TINY} \ - ${DISTRO_FEATURES_NET} \ - ${DISTRO_FEATURES_USB} \ - ${DISTRO_FEATURES_USBGADGET} \ - ${DISTRO_FEATURES_WIFI} \ - ${DISTRO_FEATURES_LIBC} \ - " +#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" |
