summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/distro/micro.conf10
1 files 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
#############################################################################