diff options
| author | Minori Yasumura <minori@witz-inc.co.jp> | 2020-02-11 16:32:19 +0900 |
|---|---|---|
| committer | Patrick Vacek <patrickvacek@gmail.com> | 2020-03-24 14:50:20 +0100 |
| commit | 1b1e4f67b4ffe0b15a0883a2623d7ccf8d9c0f55 (patch) | |
| tree | d1b6fed594f2d1e99849c3448090731c3c3e9cbb /classes | |
| parent | e9ed31933d579eb16fcb6c1d17b77ec47c6225ce (diff) | |
| download | meta-updater-1b1e4f67b4ffe0b15a0883a2623d7ccf8d9c0f55.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>
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/sota_m3ulcb.bbclass | 7 |
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 |
| 2 | OSTREE_KERNEL = "Image" | 2 | OSTREE_KERNEL = "Image" |
| 3 | 3 | ||
| 4 | EXTRA_IMAGEDEPENDS_append_sota = " m3ulcb-ota-bootfiles" | 4 | EXTRA_IMAGEDEPENDS_append_sota = " renesas-ota-bootfiles" |
| 5 | IMAGE_BOOT_FILES_sota += "m3ulcb-ota-bootfiles/*" | 5 | IMAGE_BOOT_FILES_sota += "renesas-ota-bootfiles/*" |
| 6 | 6 | ||
| 7 | OSTREE_BOOTLOADER ?= "u-boot" | 7 | OSTREE_BOOTLOADER ?= "u-boot" |
| 8 | UBOOT_MACHINE_sota = "m3ulcb_defconfig" | 8 | |
| 9 | UBOOT_MACHINE_sota = "${@d.getVar('SOC_FAMILY').split(':')[1]}_ulcb_defconfig" | ||
| 9 | 10 | ||
| 10 | PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman" | 11 | PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman" |
| 11 | IMAGE_INSTALL_append_sota = " virtual/network-configuration " | 12 | IMAGE_INSTALL_append_sota = " virtual/network-configuration " |
