[oe-commits] Phil Blundell : micro: eliminate some bloat

git version control git at git.openembedded.org
Sat Jun 6 09:12:21 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 02ce57eaf0cbc7c659e78a5591cf503f9b286791
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=02ce57eaf0cbc7c659e78a5591cf503f9b286791

Author: Phil Blundell <philb at gnu.org>
Date:   Sat Jun  6 10:11:23 2009 +0100

micro: eliminate some bloat
Acked-by: Chris Larson

---

 conf/distro/micro.conf |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf
index bf4e5e1..a6fb64e 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"





More information about the Openembedded-commits mailing list