From 02ce57eaf0cbc7c659e78a5591cf503f9b286791 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sat, 6 Jun 2009 10:11:23 +0100 Subject: micro: eliminate some bloat Acked-by: Chris Larson --- conf/distro/micro.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'conf/distro') diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index bf4e5e1a82..a6fb64e4d8 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -98,3 +98,12 @@ USE_NLS_gcc-cross = "no" # Disable binary locale generation ENABLE_BINARY_LOCALE_GENERATION = "0" +# Don't install useless symlinks to libraries +PACKAGE_SNAP_LIB_SYMLINKS = "1" + +# Collapse /usr into / +layout_prefix = "" +layout_exec_prefix = "" + +# Don't install ldconfig and associated gubbins +USE_LDCONFIG = "0" -- cgit v1.2.3