1
0
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:
Bruce Ashfield
2010-06-24 15:00:48 -04:00
parent ae6c323a0b
commit d39ae18df2
4 changed files with 8 additions and 7 deletions
+2 -4
View File
@@ -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"