From 1d223711ef3093aeb74895ee70861e225246849f Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Tue, 16 Sep 2014 12:08:31 +0300 Subject: [PATCH] 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. --- recipes/linux/omap3-pandora-kernel2_3.2-pandora.bb | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2