summaryrefslogtreecommitdiffstats
path: root/external/meta-updater/classes/sota_m3ulcb.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'external/meta-updater/classes/sota_m3ulcb.bbclass')
-rw-r--r--external/meta-updater/classes/sota_m3ulcb.bbclass11
1 files changed, 11 insertions, 0 deletions
diff --git a/external/meta-updater/classes/sota_m3ulcb.bbclass b/external/meta-updater/classes/sota_m3ulcb.bbclass
new file mode 100644
index 00000000..b93cc407
--- /dev/null
+++ b/external/meta-updater/classes/sota_m3ulcb.bbclass
@@ -0,0 +1,11 @@
+# Commit united image to OSTree, not just uImage
+OSTREE_KERNEL = "Image"
+
+EXTRA_IMAGEDEPENDS_append_sota = " m3ulcb-ota-bootfiles"
+IMAGE_BOOT_FILES_sota += "m3ulcb-ota-bootfiles/*"
+
+OSTREE_BOOTLOADER ?= "u-boot"
+UBOOT_MACHINE_sota = "m3ulcb_defconfig"
+
+PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman"
+IMAGE_INSTALL_append_sota = " virtual/network-configuration "