From: Koen Kooi Date: Sat, 13 Dec 2008 18:43:37 +0000 (+0100) Subject: initramfs-kexecboot-image: set ONLINE_PACKAGE_MANAGEMENT = "none" X-Git-Tag: Release-2010-05/1~4767^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d86dfe2d99406af510e6ff16ba4aa602d90fb664;p=openembedded.git initramfs-kexecboot-image: set ONLINE_PACKAGE_MANAGEMENT = "none" * this means no packagemanagemnt files get installed --- diff --git a/packages/kexecboot/initramfs-kexecboot-image.bb b/packages/kexecboot/initramfs-kexecboot-image.bb index e0434b5fbd..3fd1088b7d 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