[oe] [meta-oe][meta-initramfs][PATCH] initramfs-kexecboot-image: zap LDCONFIGDEPEND

Andrea Adami andrea.adami at gmail.com
Wed Aug 22 21:48:20 UTC 2012


* 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 at gmail.com>
---
 .../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 33ceca4..7e617ad 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
-- 
1.7.8.6





More information about the Openembedded-devel mailing list