summaryrefslogtreecommitdiffstats
path: root/conf/include/local/sota_porter.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/include/local/sota_porter.inc')
-rw-r--r--conf/include/local/sota_porter.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/include/local/sota_porter.inc b/conf/include/local/sota_porter.inc
index fcda041..64923f9 100644
--- a/conf/include/local/sota_porter.inc
+++ b/conf/include/local/sota_porter.inc
@@ -3,10 +3,10 @@ MACHINE = "porter"
3# Commit united image to OSTree, not just uImage 3# Commit united image to OSTree, not just uImage
4OSTREE_KERNEL = "uImage+dtb" 4OSTREE_KERNEL = "uImage+dtb"
5 5
6EXTRA_IMAGEDEPENDS_append = " porter-bootfiles" 6EXTRA_IMAGEDEPENDS_append_sota = " porter-bootfiles"
7IMAGE_CLASSES_append = " image_types_uboot " 7IMAGE_CLASSES_append_sota = " image_types_uboot "
8IMAGE_BOOT_FILES = "porter-bootfiles/*" 8IMAGE_BOOT_FILES_sota += "porter-bootfiles/*"
9 9
10OSTREE_BOOTLOADER ?= "u-boot" 10OSTREE_BOOTLOADER ?= "u-boot"
11UBOOT_MACHINE = "porter_vin_config" 11UBOOT_MACHINE_sota = "porter_vin_config"
12 12