From: Phil Blundell Date: Sat, 6 Jun 2009 09:11:23 +0000 (+0100) Subject: micro: eliminate some bloat X-Git-Tag: Release-2010-05/1~3226^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02ce57eaf0cbc7c659e78a5591cf503f9b286791;p=openembedded.git micro: eliminate some bloat Acked-by: Chris Larson --- 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"