Fix arch QA issues

This commit is contained in:
Julien CHAUVEAU 2014-04-07 14:38:45 +02:00
parent 48362faf04
commit 1f44fb069c

View File

@ -15,6 +15,9 @@ SRCREV_pn-${PN} = "${AUTOREV}"
S = "${WORKDIR}/git"
kernel_do_configure() {
do_configure_prepend() {
make -C "${S}" ${DEFCONFIG}
# Fix arch QA issues ("Architecture did not match")
rm -f ${S}/mkkrnlimg
}