summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinori Yasumura <minori@witz-inc.co.jp>2020-02-11 16:32:19 +0900
committerPatrick Vacek <patrickvacek@gmail.com>2020-03-24 14:50:22 +0100
commit32aae74c37c246ac4e4b933391dce2dad993714c (patch)
treee2e140187c0b6831635499fd80564e6e190e0452
parentc787e1f856b9cab97119b8672acbd5c4847cf4a1 (diff)
downloadmeta-updater-32aae74c37c246ac4e4b933391dce2dad993714c.tar.gz
Rename defconfig and bootfiles
The file name of sota has been changed in AGL, so change it to apply. Signed-off-by: Minori Yasumura <minori@witz-inc.co.jp>
-rw-r--r--classes/sota_m3ulcb.bbclass7
1 files changed, 4 insertions, 3 deletions
diff --git a/classes/sota_m3ulcb.bbclass b/classes/sota_m3ulcb.bbclass
index b93cc40..e7fa9c2 100644
--- a/classes/sota_m3ulcb.bbclass
+++ b/classes/sota_m3ulcb.bbclass
@@ -1,11 +1,12 @@
1# Commit united image to OSTree, not just uImage 1# Commit united image to OSTree, not just uImage
2OSTREE_KERNEL = "Image" 2OSTREE_KERNEL = "Image"
3 3
4EXTRA_IMAGEDEPENDS_append_sota = " m3ulcb-ota-bootfiles" 4EXTRA_IMAGEDEPENDS_append_sota = " renesas-ota-bootfiles"
5IMAGE_BOOT_FILES_sota += "m3ulcb-ota-bootfiles/*" 5IMAGE_BOOT_FILES_sota += "renesas-ota-bootfiles/*"
6 6
7OSTREE_BOOTLOADER ?= "u-boot" 7OSTREE_BOOTLOADER ?= "u-boot"
8UBOOT_MACHINE_sota = "m3ulcb_defconfig" 8
9UBOOT_MACHINE_sota = "${@d.getVar('SOC_FAMILY').split(':')[1]}_ulcb_defconfig"
9 10
10PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman" 11PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman"
11IMAGE_INSTALL_append_sota = " virtual/network-configuration " 12IMAGE_INSTALL_append_sota = " virtual/network-configuration "