summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Blundell <philb@brightsign.biz>2011-06-10 16:31:12 +0100
committerPhil Blundell <philb@brightsign.biz>2011-06-10 16:31:12 +0100
commitebea1ead476773a34752ad43237eeda0c90352cc (patch)
treeedf259b225ee749d530212b78f1f08136f77575a
parent02eb58ede8ca5c4236eadf465b533978c2f46a1c (diff)
downloadmeta-micro-ebea1ead476773a34752ad43237eeda0c90352cc.tar.gz
micro.conf: update DISTRO_FEATURES etc
-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
#############################################################################