starting to integrate the kvm tools into the build system
[kvm-coreboot.git] / config / payloads / lab.conf
blobd54bdc12393771bdf27f99836d8f4cb1166ae3d5
1 # Configuration options for the Linux As Bootloader (LAB) payload
3 # General options for all platforms
5 PAYLOAD_BUILD=scripts/Makefile.lab
7 ### Payload specific configuration
9 # Specify the default command line for the image
10 COMMAND_LINE=console=tty0 console=ttyS0,115200 rdinit=/linuxrc
12 # This is the version string printed during boot.
14 ifeq ($(CONFIG_PLATFORM_OLPC),y)
15 ROM_VERSION=BTest_$(FIRMWARE_REVISION)
16 else
17 ROM_VERSION="BuildROM L-A-B V1.0"
18 endif
20 ###########################################
21 # You shouldn't change anything under this point
22 ###########################################
24 PAYLOAD_ELF=$(OUTPUT_DIR)/lab-payload.elf
25 PAYLOAD_COMPRESSED=$(OUTPUT_DIR)/lab-payload.elf.lzma
27 PAYLOAD-y= kernel uclibc
28 PAYLOAD-$(CONFIG_KVM) += kvm-tools
29 PAYLOAD-$(CONFIG_KBL) += kexec-boot-loader
30 PAYLOAD-$(CONFIG_BUSYBOX) += busybox
31 PAYLOAD-$(CONFIG_BOOTMENU) += bootmenu
32 PAYLOAD-$(CONFIG_OLPCFLASH) += olpcflash
34 HOSTTOOLS-y += mkelfimage unifdef