diff options
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 " |
