summaryrefslogtreecommitdiff
path: root/target/qemu-mips/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-06 20:43:57 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-06 20:43:57 +0100
commit0151157c0f04799a8c4673fc430c6bfebda83d7e (patch)
tree0eabaed966bd7256865c8ce29ea5f997f618909c /target/qemu-mips/Makefile
parentd9c9f5dfecc6d6cb24d45d478e0e7147d9c6f2dc (diff)
fix qemu-x86_64 image, get rid of duplicat include dir
- fix image build for different root filesystems - get rid of duplicate symlink to include dir - finetune mpd config file
Diffstat (limited to 'target/qemu-mips/Makefile')
-rw-r--r--target/qemu-mips/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/qemu-mips/Makefile b/target/qemu-mips/Makefile
index 58d8b7936..1b9d2dcef 100644
--- a/target/qemu-mips/Makefile
+++ b/target/qemu-mips/Makefile
@@ -10,12 +10,12 @@ include $(TOPDIR)/mk/image.mk
kernel-install:
cp $(LINUX_DIR)/vmlinux $(BIN_DIR)/${ADK_TARGET}-${ARCH}-kernel
-ifeq ($(FS),ext2)
+ifeq ($(FS),archive)
imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@echo
@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL),"
@echo "Use following command to create a QEMU Image:"
- @echo "sudo ./scripts/create-image.sh -n qemu-mips.img $(BIN_DIR)/$(ROOTFSTARBALL)"
+ @echo "sudo ./scripts/create-image.sh -f $(ADK_TARGET_ROOTFS) -n qemu-mips.img $(BIN_DIR)/$(ROOTFSTARBALL)"
@echo "Start qemu with following options:"
@echo 'qemu-system-mips -nographic -M malta -kernel $(BIN_DIR)/${ADK_TARGET}-${ARCH}-kernel -hda qemu-mips.img -append "root=/dev/hda1"'
@echo 'Login as user root with password linux123 via ssh or console'