[oe-commits] Koen Kooi : kexecboot: if the 1337 installkit for kexecboot demands tar. gz files, why not instruct OE to build them?

GIT User account git at amethyst.openembedded.net
Mon Feb 2 17:48:09 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Feb  2 18:43:31 2009 +0100

kexecboot: if the 1337 installkit for kexecboot demands tar.gz files, why not instruct OE to build them?

---

 conf/machine/include/kexecboot.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/conf/machine/include/kexecboot.inc b/conf/machine/include/kexecboot.inc
index 7f06866..deaccb3 100644
--- 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" 
 





More information about the Openembedded-commits mailing list