summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcajun-rat <p@beta16.co.uk>2017-04-12 11:54:13 +0200
committerGitHub <noreply@github.com>2017-04-12 11:54:13 +0200
commitb4373b62f1a433fbcc83175e6aa6432133a766d0 (patch)
treeac620072af2dd5bf092f9a9c2efbb2b7492b96c1
parente7bd268205bdb44ac46d34beec63ce57f8ce8b30 (diff)
parent8a5f5aad92557ed3af3d7733d1777475e053453a (diff)
downloadmeta-updater-b4373b62f1a433fbcc83175e6aa6432133a766d0.tar.gz
Merge pull request #48 from advancedtelematic/bugfix/porteruboot
Fix non-existing UBOOT_MACHINE
-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