[oe-commits] org.oe.dev linux-rp.inc: override do_deploy for collie with empty function. Kernel

thesing commit oe at amethyst.openembedded.net
Sun Jul 27 17:29:24 UTC 2008


linux-rp.inc: override do_deploy for collie with empty function. Kernel 
	for collie is now included in rootfs

Author: thesing at openembedded.org
Branch: org.openembedded.dev
Revision: a4b0b9afdda4125fd19339c2f742abb2de9bed53
ViewMTN: http://monotone.openembedded.org/revision/info/a4b0b9afdda4125fd19339c2f742abb2de9bed53
Files:
1
packages/linux/linux-rp.inc
Diffs:

#
# mt diff -r0f1c207587daca017d005a76f3054162d295aad1 -ra4b0b9afdda4125fd19339c2f742abb2de9bed53
#
#
#
# patch "packages/linux/linux-rp.inc"
#  from [8c503982eb0f04c622745f3b357ce507a502d408]
#    to [2c46a07cacd6773da1465135b93706ce46d94b79]
#
============================================================
--- packages/linux/linux-rp.inc	8c503982eb0f04c622745f3b357ce507a502d408
+++ packages/linux/linux-rp.inc	2c46a07cacd6773da1465135b93706ce46d94b79
@@ -140,6 +140,10 @@ do_configure() {
 
 	yes '' | oe_runmake oldconfig
 }
+#collie dosn't need to deploy kernel. The kernel is in the rootfs and
+# linux-kexecboot kernel is flashed
+do_deploy_collie() {
+}
 
 # wlan-ng stuff need compiled kernel sources
 do_rm_work() {






More information about the Openembedded-commits mailing list