mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 19:17:07 +00:00
qemu/mips: arrange for vmlinux to be bootable
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
@@ -63,10 +63,8 @@ do_wrlinux_configcheck() {
|
||||
}
|
||||
|
||||
do_wrlinux_link_vmlinux() {
|
||||
if [ -n "${KERNEL_IMAGETYPE_LINK}" ]; then
|
||||
cd ${B}/arch/${ARCH}/boot
|
||||
ln -sf ../../../${KERNEL_IMAGETYPE_LINK}
|
||||
fi
|
||||
cd ${B}/arch/${ARCH}/boot
|
||||
ln -sf ../../../vmlinux
|
||||
}
|
||||
|
||||
do_wrlinux_configme[depends] = "kern-tools-native:do_populate_sysroot"
|
||||
|
||||
Reference in New Issue
Block a user