summaryrefslogtreecommitdiffstats
path: root/classes/sota_qemux86-64.bbclass
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-04-25 15:21:07 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-04-26 11:04:39 +0200
commit4d610e9f230dd23589b18588446c2368f3a99446 (patch)
tree4c2f39cc49525698ef8197646bd652db270df8b8 /classes/sota_qemux86-64.bbclass
parent4ebfc44b3eff288b8cc2f6b2b4251159cbeab14b (diff)
downloadmeta-updater-4d610e9f230dd23589b18588446c2368f3a99446.tar.gz
Replace includes with bblcasses
They are more flexible and allow tricks like conditionally inheriting machine-related classes from the main one which makes things easier for external users like AGL
Diffstat (limited to 'classes/sota_qemux86-64.bbclass')
-rw-r--r--classes/sota_qemux86-64.bbclass9
1 files changed, 9 insertions, 0 deletions
diff --git a/classes/sota_qemux86-64.bbclass b/classes/sota_qemux86-64.bbclass
new file mode 100644
index 0000000..533c11c
--- /dev/null
+++ b/classes/sota_qemux86-64.bbclass
@@ -0,0 +1,9 @@
1# See https://advancedtelematic.atlassian.net/browse/PRO-2693
2PREFERRED_VERSION_linux-yocto_qemux86-64_sota = "4.4%"
3
4# U-Boot support for SOTA
5PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota"
6UBOOT_MACHINE_sota = "qemu-x86_defconfig"
7OSTREE_BOOTLOADER ?= "u-boot"
8
9OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda"