qemuarm-jessie.conf 712 B

123456789101112131415161718192021222324
  1. #
  2. # This software is a part of ISAR.
  3. # Copyright (C) 2015-2017 ilbers GmbH
  4. #
  5. # This configuration file is a part of bitbake multiconfig. Bitbake combines
  6. # these settings with local.conf ones and start task execution with this
  7. # environment.
  8. # This sets the default machine to be qemuarm in this configuration:
  9. MACHINE ?= "qemuarm"
  10. # This sets the default distribution configuration:
  11. DISTRO ?= "debian-jessie"
  12. DISTRO_ARCH ?= "armhf"
  13. KERNEL_NAME ?= "armmp"
  14. QEMU_ROOTFS_DEV ?= "vda"
  15. QEMU_ARCH ?= "arm"
  16. QEMU_MACHINE ?= "virt"
  17. QEMU_CPU ?= "cortex-a15"
  18. # TODO: start_vm doesn't support multiline vars
  19. QEMU_DISK_ARGS ?= "-drive file=##ROOTFS_IMAGE##,if=none,format=raw,id=hd0 -device virtio-blk-device,drive=hd0"