summaryrefslogtreecommitdiffstats
path: root/classes/sota_porter.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/sota_porter.bbclass')
-rw-r--r--classes/sota_porter.bbclass10
1 files changed, 10 insertions, 0 deletions
diff --git a/classes/sota_porter.bbclass b/classes/sota_porter.bbclass
new file mode 100644
index 0000000..a8f5ba1
--- /dev/null
+++ b/classes/sota_porter.bbclass
@@ -0,0 +1,10 @@
1# Commit united image to OSTree, not just uImage
2OSTREE_KERNEL = "uImage+dtb"
3
4EXTRA_IMAGEDEPENDS_append_sota = " porter-bootfiles"
5IMAGE_CLASSES_append_sota = " image_types_uboot "
6IMAGE_BOOT_FILES_sota += "porter-bootfiles/*"
7
8OSTREE_BOOTLOADER ?= "u-boot"
9UBOOT_MACHINE_sota = "porter_config"
10