diff options
| author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-08-29 12:38:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-08-29 12:38:14 +0000 |
| commit | 081b8be83fd8dd718ea8feb7e3cd6baea271032b (patch) | |
| tree | d544ea076cfd899627f92c7734a561fd32f25d0f /conf | |
| parent | 77e5f299dcc82c237dae3e95fa35bc7c45054e96 (diff) | |
| parent | 2174e75e81397e9c9a99272888a6cc55c494d2f1 (diff) | |
| download | meta-updater-081b8be83fd8dd718ea8feb7e3cd6baea271032b.tar.gz | |
Merge "Replaced functionality in qemux86-ota machine with algsetup.sh feature. otaimg is now a live image."
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/machine/qemux86-ota.conf | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/conf/machine/qemux86-ota.conf b/conf/machine/qemux86-ota.conf deleted file mode 100644 index 3c58870..0000000 --- a/conf/machine/qemux86-ota.conf +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | #@TYPE: Machine | ||
| 2 | #@NAME: common_pc | ||
| 3 | #@DESCRIPTION: Machine configuration for running a common x86 | ||
| 4 | |||
| 5 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | ||
| 6 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa" | ||
| 7 | PREFERRED_PROVIDER_virtual/libgles1 ?= "mesa" | ||
| 8 | PREFERRED_PROVIDER_virtual/libgles2 ?= "mesa" | ||
| 9 | |||
| 10 | require conf/machine/include/qemu.inc | ||
| 11 | require conf/machine/include/tune-i586.inc | ||
| 12 | |||
| 13 | KERNEL_IMAGETYPE = "bzImage" | ||
| 14 | |||
| 15 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-buildrom" | ||
| 16 | UBOOT_MACHINE = "qemu-x86_defconfig" | ||
| 17 | |||
| 18 | IMAGE_CLASSES += "image_types_ota" | ||
| 19 | IMAGE_FSTYPES += "otaimg" | ||
| 20 | |||
| 21 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1" | ||
| 22 | |||
| 23 | XSERVER = "xserver-xorg \ | ||
| 24 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-swrast xserver-xorg-extension-glx', '', d)} \ | ||
| 25 | xf86-input-vmmouse \ | ||
| 26 | xf86-input-keyboard \ | ||
| 27 | xf86-input-evdev \ | ||
| 28 | xf86-video-cirrus \ | ||
| 29 | xf86-video-fbdev \ | ||
| 30 | xf86-video-vmware" | ||
| 31 | |||
| 32 | MACHINE_FEATURES += "x86" | ||
| 33 | |||
| 34 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "v86d" | ||
| 35 | |||
| 36 | MACHINEOVERRIDES .= ":qemux86" | ||
| 37 | KMACHINE = "qemux86" | ||
