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:
cd7022d
)
kexecboot: if the 1337 installkit for kexecboot demands tar.gz files, why not instruc...
author
Koen Kooi
<koen@openembedded.org>
Mon, 2 Feb 2009 17:43:31 +0000
(18:43 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 2 Feb 2009 17:43:31 +0000
(18:43 +0100)
conf/machine/include/kexecboot.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/kexecboot.inc
b/conf/machine/include/kexecboot.inc
index
7f06866
..
deaccb3
100644
(file)
--- a/
conf/machine/include/kexecboot.inc
+++ b/
conf/machine/include/kexecboot.inc
@@
-4,6
+4,8
@@
MACHINE_FEATURES_append = " kexecboot "
+IMAGE_FSTYPES += " tar.gz "
+
# Include Kernel image in kexecboot enabled images
RDEPENDS_kernel-base = "kernel-image"