summaryrefslogtreecommitdiffstats
path: root/classes/sota_qemux86-64.bbclass
diff options
context:
space:
mode:
authorAnton Gerasimov <anton.gerasimov@openmailbox.org>2017-11-14 10:00:21 +0100
committerAnton Gerasimov <anton.gerasimov@openmailbox.org>2017-11-14 10:00:21 +0100
commit53a0094633230b08cc56f0a6fc46fb289d27e31f (patch)
tree12ec617d6a397572141276b46f05a130a8bc4c32 /classes/sota_qemux86-64.bbclass
parenteceaca216c73bd188821e111a73723069668e1f3 (diff)
downloadmeta-updater-53a0094633230b08cc56f0a6fc46fb289d27e31f.tar.gz
Syntax fixes for compatibility with Rockorockocandidate
Diffstat (limited to 'classes/sota_qemux86-64.bbclass')
-rw-r--r--classes/sota_qemux86-64.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sota_qemux86-64.bbclass b/classes/sota_qemux86-64.bbclass
index 5ec4f69..8eed429 100644
--- a/classes/sota_qemux86-64.bbclass
+++ b/classes/sota_qemux86-64.bbclass
@@ -5,7 +5,7 @@ IMAGE_FSTYPES_remove = "wic"
5 5
6# U-Boot support for SOTA 6# U-Boot support for SOTA
7PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota" 7PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota"
8UBOOT_MACHINE_sota = "qemu-x86_defconfig" 8UBOOT_MACHINE_sota = "qemu-x86_64_defconfig"
9OSTREE_BOOTLOADER ?= "u-boot" 9OSTREE_BOOTLOADER ?= "u-boot"
10 10
11OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda" 11OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda"