diff options
| author | Anatoliy Odukha <aodukha@gmail.com> | 2021-08-05 14:22:58 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-05 14:22:58 +0300 |
| commit | f29bd466855c3b57a264c34764504c0837ab0eb2 (patch) | |
| tree | 9acfde74b457f8f555277179f0d8fa8ca44d1944 /classes/sota_porter.bbclass | |
| parent | a0d9835bad4c86416323b1055315fc1fb09bcde5 (diff) | |
| parent | f46d8ef7e0eaa3c3df743fff3821115697093d7b (diff) | |
| download | meta-updater-f29bd466855c3b57a264c34764504c0837ab0eb2.tar.gz | |
Merge pull request #816 from shr-project/jansa/master
Convert to new override syntax
Diffstat (limited to 'classes/sota_porter.bbclass')
| -rw-r--r-- | classes/sota_porter.bbclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/classes/sota_porter.bbclass b/classes/sota_porter.bbclass index 6c6fe70..ffefecb 100644 --- a/classes/sota_porter.bbclass +++ b/classes/sota_porter.bbclass | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | # Commit united image to OSTree, not just uImage | 1 | # Commit united image to OSTree, not just uImage |
| 2 | OSTREE_KERNEL = "uImage+dtb" | 2 | OSTREE_KERNEL = "uImage+dtb" |
| 3 | 3 | ||
| 4 | EXTRA_IMAGEDEPENDS_append_sota = " porter-bootfiles" | 4 | EXTRA_IMAGEDEPENDS:append:sota = " porter-bootfiles" |
| 5 | IMAGE_BOOT_FILES_sota += "porter-bootfiles/*" | 5 | IMAGE_BOOT_FILES:sota += "porter-bootfiles/*" |
| 6 | 6 | ||
| 7 | OSTREE_BOOTLOADER ?= "u-boot" | 7 | OSTREE_BOOTLOADER ?= "u-boot" |
| 8 | UBOOT_MACHINE_sota = "porter_config" | 8 | UBOOT_MACHINE:sota = "porter_config" |
| 9 | 9 | ||
| 10 | PREFERRED_RPROVIDER_network-configuration ?= "connman" | 10 | PREFERRED_RPROVIDER_network-configuration ?= "connman" |
| 11 | IMAGE_INSTALL_append_sota = " network-configuration " | 11 | IMAGE_INSTALL:append:sota = " network-configuration " |
