From: Thomas Kunze Date: Sun, 27 Jul 2008 14:56:52 +0000 (+0000) Subject: linux-rp.inc: override do_deploy for collie with empty function. Kernel X-Git-Tag: Release-2010-05/1~6449^2~1^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0048994952b7325d23b0df4ea9f52241c1e5a091;p=openembedded.git linux-rp.inc: override do_deploy for collie with empty function. Kernel for collie is now included in rootfs --- diff --git a/packages/linux/linux-rp.inc b/packages/linux/linux-rp.inc index 28f3d0dc00..e6dee572f6 100644 --- a/packages/linux/linux-rp.inc +++ b/packages/linux/linux-rp.inc @@ -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() {