Skip to content

Commit

Permalink
Remove /sbin/ldconfig
Browse files Browse the repository at this point in the history
It is not necessary to install a copy of ldconfig
in the flash image. That will save some space and
reduce a number of files on a system.
There's also no need to install ld.so.conf

Resolves #224

Change-Id: I61782d51ccebce9df801f79af80f128826750f9e
Signed-off-by: Sergey Solomin <sergey.solomin@us.ibm.com>
  • Loading branch information
SS-IBM committed Aug 23, 2016
1 parent 3636259 commit 212e8d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-phosphor/common/recipes-core/glibc/glibc_%.bbappend
@@ -0,0 +1,2 @@
#Remove /sbin/ldconfig and /etc/ld.so.conf
USE_LDCONFIG = "0"

0 comments on commit 212e8d6

Please sign in to comment.