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>
This commit is contained in:
Andrea Adami 2012-08-22 21:48:20 +00:00 committed by Koen Kooi
parent 781b19b3bd
commit fdfe29f7fc

View File

@ -25,6 +25,6 @@ IMAGE_INITSCRIPTS = ""
IMAGE_DEV_MANAGER = ""
FEED_DEPLOYDIR_BASE_URI = ""
ONLINE_PACKAGE_MANAGEMENT = "none"
LDCONFIGDEPEND = ""
inherit image