git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71d21c5
)
initramfs-kexecboot-image: set ONLINE_PACKAGE_MANAGEMENT = "none"
author
Koen Kooi
<koen@openembedded.org>
Sat, 13 Dec 2008 18:43:37 +0000
(19:43 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 13 Dec 2008 18:43:37 +0000
(19:43 +0100)
* this means no packagemanagemnt files get installed
packages/kexecboot/initramfs-kexecboot-image.bb
patch
|
blob
|
history
diff --git
a/packages/kexecboot/initramfs-kexecboot-image.bb
b/packages/kexecboot/initramfs-kexecboot-image.bb
index
e0434b5
..
3fd1088
100644
(file)
--- 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