[oe-commits] org.oe.dev kernel.bbclass: comment initramfs stuff till rootfs locking works properly (initramfs should be optional as well)

koen commit oe at amethyst.openembedded.net
Thu May 22 14:47:49 UTC 2008


kernel.bbclass: comment initramfs stuff till rootfs locking works properly (initramfs should be optional as well)

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: efad54af651868e9999e798853be17588ea01c21
ViewMTN: http://monotone.openembedded.org/revision/info/efad54af651868e9999e798853be17588ea01c21
Files:
1
classes/kernel.bbclass
Diffs:

#
# mt diff -r2280c7233e5c8d278a16f63319c5415517abca43 -refad54af651868e9999e798853be17588ea01c21
#
#
#
# patch "classes/kernel.bbclass"
#  from [8ed575119a74e50c5bcb39266997cba3f60792c2]
#    to [8bfcc768d0866b5f1fce354eb3490df2d206628b]
#
============================================================
--- classes/kernel.bbclass	8ed575119a74e50c5bcb39266997cba3f60792c2
+++ classes/kernel.bbclass	8bfcc768d0866b5f1fce354eb3490df2d206628b
@@ -91,9 +91,9 @@ do_builtin_initramfs() {
 	# Make sure to kill injected initramfs, in case someone will do "-c compile -f"
 	rm usr/initramfs_data.cpio.gz
 }
-addtask builtin_initramfs after do_compile
-do_builtin_initramfs[nostamp] = "1"
-do_builtin_initramfs[depends] = "${INITRAMFS_IMAGE_TARGET}:do_rootfs"
+#addtask builtin_initramfs after do_compile
+#do_builtin_initramfs[nostamp] = "1"
+#do_builtin_initramfs[depends] = "${INITRAMFS_IMAGE_TARGET}:do_rootfs"
 
 kernel_do_stage() {
 	ASMDIR=`readlink include/asm`






More information about the Openembedded-commits mailing list