From 4d610e9f230dd23589b18588446c2368f3a99446 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Tue, 25 Apr 2017 15:21:07 +0200 Subject: 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 --- classes/sota_qemux86-64.bbclass | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 classes/sota_qemux86-64.bbclass (limited to 'classes/sota_qemux86-64.bbclass') 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 @@ +# See https://advancedtelematic.atlassian.net/browse/PRO-2693 +PREFERRED_VERSION_linux-yocto_qemux86-64_sota = "4.4%" + +# U-Boot support for SOTA +PREFERRED_PROVIDER_virtual/bootloader_sota = "u-boot-ota" +UBOOT_MACHINE_sota = "qemu-x86_defconfig" +OSTREE_BOOTLOADER ?= "u-boot" + +OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/hda" -- cgit v1.2.3-54-g00ecf