[oe-commits] Koen Kooi : initramfs-kexecboot-image: set ONLINE_PACKAGE_MANAGEMENT = " none"

GIT User account git at amethyst.openembedded.net
Sat Dec 13 18:46:56 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d86dfe2d99406af510e6ff16ba4aa602d90fb664
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d86dfe2d99406af510e6ff16ba4aa602d90fb664

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Dec 13 19:43:37 2008 +0100

initramfs-kexecboot-image: set ONLINE_PACKAGE_MANAGEMENT = "none"
* this means no packagemanagemnt files get installed

---

 packages/kexecboot/initramfs-kexecboot-image.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/kexecboot/initramfs-kexecboot-image.bb b/packages/kexecboot/initramfs-kexecboot-image.bb
index e0434b5..3fd1088 100644
--- a/packages/kexecboot/initramfs-kexecboot-image.bb
+++ b/packages/kexecboot/initramfs-kexecboot-image.bb
@@ -1,5 +1,6 @@
 #initramfs image which mounts the rootfilesystem and kexecs a kernel from there
 
+ONLINE_PACKAGE_MANAGEMENT = "none"
 IMAGE_FSTYPES += " cpio.gz"
 inherit image
 





More information about the Openembedded-commits mailing list