mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
kernel.bbclass: remove unintended change of INITRAMFS_TASK
* during an unfortunate round of tests right before commiting the patch * do_configure[depends] became kernel_do_configure[depends] * Nonsense! * As documented in commit 4dfef62dfe54a3b2c557a6df81d155adc1e03ccb * of OpenEmbedded git server, this must be in do_configure[depends] * to do the magic. (From OE-Core rev: df31400ef89c14b45860feb906d4355d5f7de0c7) Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
122ccf2657
commit
ffaf73eb9e
@@ -195,7 +195,7 @@ kernel_do_configure() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
kernel_do_configure[depends] += "${INITRAMFS_TASK}"
|
do_configure[depends] += "${INITRAMFS_TASK}"
|
||||||
|
|
||||||
do_menuconfig() {
|
do_menuconfig() {
|
||||||
export DISPLAY='${DISPLAY}'
|
export DISPLAY='${DISPLAY}'
|
||||||
|
|||||||
Reference in New Issue
Block a user