mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-05 05:04:47 +02:00
Fix arch QA issues
This commit is contained in:
parent
48362faf04
commit
1f44fb069c
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user