summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOYTIS <tossel@gmail.com>2017-04-12 11:46:12 +0200
committerGitHub <noreply@github.com>2017-04-12 11:46:12 +0200
commit8a5f5aad92557ed3af3d7733d1777475e053453a (patch)
treeac620072af2dd5bf092f9a9c2efbb2b7492b96c1 /conf
parente7bd268205bdb44ac46d34beec63ce57f8ce8b30 (diff)
downloadmeta-updater-8a5f5aad92557ed3af3d7733d1777475e053453a.tar.gz
Fix non-existing UBOOT_MACHINE
Diffstat (limited to 'conf')
-rw-r--r--conf/include/local/sota_porter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/include/local/sota_porter.inc b/conf/include/local/sota_porter.inc
index 64923f9..9828248 100644
--- a/conf/include/local/sota_porter.inc
+++ b/conf/include/local/sota_porter.inc
@@ -8,5 +8,5 @@ IMAGE_CLASSES_append_sota = " image_types_uboot "
8IMAGE_BOOT_FILES_sota += "porter-bootfiles/*" 8IMAGE_BOOT_FILES_sota += "porter-bootfiles/*"
9 9
10OSTREE_BOOTLOADER ?= "u-boot" 10OSTREE_BOOTLOADER ?= "u-boot"
11UBOOT_MACHINE_sota = "porter_vin_config" 11UBOOT_MACHINE_sota = "porter_config"
12 12