From 8a5f5aad92557ed3af3d7733d1777475e053453a Mon Sep 17 00:00:00 2001 From: OYTIS Date: Wed, 12 Apr 2017 11:46:12 +0200 Subject: Fix non-existing UBOOT_MACHINE --- conf/include/local/sota_porter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " IMAGE_BOOT_FILES_sota += "porter-bootfiles/*" OSTREE_BOOTLOADER ?= "u-boot" -UBOOT_MACHINE_sota = "porter_vin_config" +UBOOT_MACHINE_sota = "porter_config" -- cgit v1.2.3-54-g00ecf