@@ -18,7 +18,7 @@
# 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
+# o Allow the user to select between glibc or musl with the TCLIBC variable
#
# This is currently a partial definition, the following tasks remain:
# [ ] Integrate linux-yocto-tiny ktype into linux-yocto
@@ -55,7 +55,7 @@ ENABLE_WIDEC = "false"
ENABLE_WIDEC:class-native = "true"
# Drop native language support. This removes the
-# eglibc->bash->gettext->libc-posix-clang-wchar dependency.
+# glibc->bash->gettext->libc-posix-clang-wchar dependency.
USE_NLS = "no"
# As we don't have native language support, don't install locales into images
IMAGE_LINGUAS = ""
@@ -89,10 +89,6 @@ QB_DEFAULT_FSTYPE = "cpio.gz"
# 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 = ""
SKIP_RECIPE[build-appliance-image] = "not buildable with poky-tiny"
SKIP_RECIPE[core-image-rt] = "not buildable with poky-tiny"
Removed leftovers from the eglibc to glibc and uclibc to musl migrations in poky-tiny.conf - Updated TCLIBC comment to reference glibc/musl instead of eglibc/uclibc. - Updated dependency chain comment to reference glibc instead of eglibc. - Removed the mtrace RDEPENDS for eglibc since the package no longer exists. Signed-off-by: Kris Gavvala <kris.gavvala@windriver.com> --- meta-poky/conf/distro/poky-tiny.conf | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)