From: Grazvydas Ignotas Date: Tue, 16 Sep 2014 09:08:31 +0000 (+0300) Subject: omap3-pandora-kernel2: don't include modules.dep X-Git-Tag: sz_172rc~50 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=1d223711ef3093aeb74895ee70861e225246849f omap3-pandora-kernel2: don't include modules.dep the file generated by kernel build is not functional for some reason, omit it so that it's regenerated on boot instead. --- diff --git a/recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb b/recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb index 5305bbf..1f850ac 100644 --- a/recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb +++ b/recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb @@ -21,6 +21,7 @@ S = "${WORKDIR}" do_install() { cp -a ${S}/boot ${D}/ cp -a ${S}/lib ${D}/ + rm -f ${D}/lib/modules/*/modules.dep* } FILES_${PN} = "boot lib"