diff options
author | OYTIS <tossel@gmail.com> | 2017-04-12 11:46:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-12 11:46:12 +0200 |
commit | 8a5f5aad92557ed3af3d7733d1777475e053453a (patch) | |
tree | ac620072af2dd5bf092f9a9c2efbb2b7492b96c1 /conf | |
parent | e7bd268205bdb44ac46d34beec63ce57f8ce8b30 (diff) | |
download | meta-updater-8a5f5aad92557ed3af3d7733d1777475e053453a.tar.gz |
Fix non-existing UBOOT_MACHINE
Diffstat (limited to 'conf')
-rw-r--r-- | conf/include/local/sota_porter.inc | 2 |
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 " | |||
8 | IMAGE_BOOT_FILES_sota += "porter-bootfiles/*" | 8 | IMAGE_BOOT_FILES_sota += "porter-bootfiles/*" |
9 | 9 | ||
10 | OSTREE_BOOTLOADER ?= "u-boot" | 10 | OSTREE_BOOTLOADER ?= "u-boot" |
11 | UBOOT_MACHINE_sota = "porter_vin_config" | 11 | UBOOT_MACHINE_sota = "porter_config" |
12 | 12 | ||