From fdfe29f7fc0fb1ca87ddb68807d99ebe302b51cf Mon Sep 17 00:00:00 2001 From: Andrea Adami Date: Wed, 22 Aug 2012 21:48:20 +0000 Subject: 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 Signed-off-by: Koen Kooi --- meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-initramfs/recipes-bsp') diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-image.bb index 33ceca43e5..7e617adbdf 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 -- cgit 1.2.3-korg