From ebea1ead476773a34752ad43237eeda0c90352cc Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Fri, 10 Jun 2011 16:31:12 +0100 Subject: micro.conf: update DISTRO_FEATURES etc --- conf/distro/micro.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index 0eaf294..56171b9 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -18,14 +18,13 @@ DISTRO_VERSION = "${SRCDATE}" ############################################################################# # DISTRO FEATURE SELECTION ############################################################################# -# No features selected -DISTRO_FEATURES += "eabi" +DISTRO_FEATURES += "eabi ipv6 ipv4 largefile thumb-interwork xattr" ############################################################################# # LIBRARY NAMES ############################################################################# # Use Debian naming scheme for library (.so) files -INHERIT += "debian" +INHERIT += "debian recipe_sanity" ############################################################################# # PACKAGING & FEEDS @@ -50,6 +49,7 @@ DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images/${MACHINE}" # Image output types IMAGE_FSTYPES ?= "tar.gz jffs2" +IMAGE_FEATURES = "read-only-rootfs" ############################################################################# # LINUX KERNEL SELECTION @@ -60,10 +60,10 @@ MACHINE_KERNEL_VERSION = "2.6" ############################################################################# # TOOLCHAIN ############################################################################# -LIBC ?= "eglibc" +TCLIBC ?= "eglibc" PREFERRED_VERSION_eglibc = "2.13" PREFERRED_ARM_INSTRUCTION_SET ?= "thumb" -require conf/distro/include/sane-toolchain.inc +#FULL_OPTIMIZATION = "-O2 ${DEBUG_FLAGS}" require conf/distro/include/arm-thumb.inc ############################################################################# -- cgit 1.2.3-korg