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