From: Jingdong Lu Date: Fri, 19 Aug 2011 09:37:56 +0000 (+0800) Subject: mpc8315e-rdb: add kernel modules to rootfs X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4298518d8368b3de9d81b32ed8504feaec3aad97;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mpc8315e-rdb: add kernel modules to rootfs Fix bug: [YOCTO #817] Add kernel modules to rootfs for mpc8315e. Signed-off-by: Jingdong Lu --- diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf index b30c8afef5f..c237609a75c 100644 --- a/meta-yocto/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf @@ -19,3 +19,5 @@ XSERVER = "xserver-kdrive-fbdev" UBOOT_ENTRYPOINT = "0x00000000" KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts" + +MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"