diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2012-08-22 21:48:20 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-08-24 11:06:17 +0200 |
commit | fdfe29f7fc0fb1ca87ddb68807d99ebe302b51cf (patch) | |
tree | 3036e4332b049f06157a1c1a83d4037200a54c92 /meta-initramfs/recipes-bsp | |
parent | 781b19b3bd6785a638505e6d993319691bea7925 (diff) | |
download | meta-openembedded-contrib-fdfe29f7fc0fb1ca87ddb68807d99ebe302b51cf.tar.gz |
initramfs-kexecboot-image: zap LDCONFIGDEPEND
* Override the settings of image.bbclass:
* we don't need ld.so.cache in our minimal image.
* While there, remove now unused ONLINE_PACKAGE_MANAGEMENT var.
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-initramfs/recipes-bsp')
-rw-r--r-- | meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb index 33ceca43e50..7e617adbdf9 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb @@ -25,6 +25,6 @@ IMAGE_INITSCRIPTS = "" IMAGE_DEV_MANAGER = "" FEED_DEPLOYDIR_BASE_URI = "" -ONLINE_PACKAGE_MANAGEMENT = "none" +LDCONFIGDEPEND = "" inherit image |