From: Thomas Kunze Date: Sun, 8 Feb 2009 20:57:57 +0000 (+0100) Subject: kexecboot.inc: add kexecboot-cfg X-Git-Tag: Release-2010-05/1~3977^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64b4659e3bfd06cae4d6c743634130c9af097324;p=openembedded.git kexecboot.inc: add kexecboot-cfg add kexecboot-cfg to MACHINE_EXTRA_RRECOMMENDS for supported machines. --- diff --git a/conf/machine/include/kexecboot.inc b/conf/machine/include/kexecboot.inc index 0a9f209fe2..c8656bb117 100644 --- a/conf/machine/include/kexecboot.inc +++ b/conf/machine/include/kexecboot.inc @@ -13,3 +13,4 @@ RDEPENDS_kernel-base = "kernel-image" # we store kernel images in rootfs and only a minimal initramfs kernel in mtd1 for booting other kernels DONT_CHECK_KERNELSIZE ?= "1" +MACHINE_EXTRA_RRECOMMENDS_append = " kexecboot-cfg"