diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2020-02-11 11:11:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-11 11:11:22 +0100 |
| commit | b3e96c54e1d1b16ee8e1df335599a41001650e39 (patch) | |
| tree | 41d8ce61737739ffc87b82dea8fe3d4dfdd8d2b0 | |
| parent | 1b433912a8e05a99920ee6d9875865d75911a4f2 (diff) | |
| parent | 331ad9ea98e48429c2a518b3b7fb6d8adc5faa0c (diff) | |
| download | meta-updater-b3e96c54e1d1b16ee8e1df335599a41001650e39.tar.gz | |
Merge pull request #682 from minori-yasumura/thud
Rename defconfig and bootfiles
| -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 " |
