[oe-commits] Andrea Adami : initramfs-kexecboot-image: zap LDCONFIGDEPEND

git at git.openembedded.org git at git.openembedded.org
Fri Aug 24 09:12:54 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: fdfe29f7fc0fb1ca87ddb68807d99ebe302b51cf
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fdfe29f7fc0fb1ca87ddb68807d99ebe302b51cf

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Wed Aug 22 21:48:20 2012 +0000

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 at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../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





More information about the Openembedded-commits mailing list