mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
qemuppc: replace emulation of qemuppc from prep to mac99
With this new emulation, existing qemuppc functionality is maintained and other functionality such as framebuffer + sato and NFS boot are added. (From OE-Core rev: 52ea026df141ea23bbab38ad3a9733c15097eaa4) Signed-off-by: Liming Wang <liming.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
573daf6734
commit
523f6b69c6
+1
-6
@@ -262,7 +262,7 @@ QEMUARM_DEFAULT_FSTYPE=ext3
|
||||
QEMUMIPS_DEFAULT_KERNEL=vmlinux-qemumips.bin
|
||||
QEMUMIPS_DEFAULT_FSTYPE=ext3
|
||||
|
||||
QEMUPPC_DEFAULT_KERNEL=zImage-qemuppc.bin
|
||||
QEMUPPC_DEFAULT_KERNEL=vmlinux-qemuppc.bin
|
||||
QEMUPPC_DEFAULT_FSTYPE=ext3
|
||||
|
||||
AKITA_DEFAULT_KERNEL=zImage-akita.bin
|
||||
@@ -365,11 +365,6 @@ if [ -z "$FSTYPE" ]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$FSTYPE" = "nfs" -a "$MACHINE" = "qemuppc" ]; then
|
||||
echo "Error: usermode NFS boot is not available for qemuppc."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# FSTYPE is now set for all cases
|
||||
|
||||
# Handle cases where a ROOTFS type is given instead of a filename, e.g.
|
||||
|
||||
Reference in New Issue
Block a user