diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-13 19:43:37 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-13 19:43:37 +0100 |
commit | d86dfe2d99406af510e6ff16ba4aa602d90fb664 (patch) | |
tree | fa50338428328fc72a6f929e9a2362da27c5dbc3 /packages | |
parent | 71d21c5e379ab3f5d754a967a52240963552a71c (diff) |
initramfs-kexecboot-image: set ONLINE_PACKAGE_MANAGEMENT = "none"
* this means no packagemanagemnt files get installed
Diffstat (limited to 'packages')
-rw-r--r-- | 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 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 |