diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2020-07-14 09:42:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-14 09:42:23 +0200 |
| commit | 4af1ea60f37d8a63a3a9633be14591f1b2066cd1 (patch) | |
| tree | a8bfc25e3f3d4e21ddaf548dd1679a2e414a1ec8 /classes/sota_porter.bbclass | |
| parent | 983123656f93a28c4c1ad07e4b1855833511d922 (diff) | |
| parent | 4cb3ea0eca94ba8b20d2c8035e6c12f863e4fd3d (diff) | |
| download | meta-updater-4af1ea60f37d8a63a3a9633be14591f1b2066cd1.tar.gz | |
Merge pull request #749 from advancedtelematic/feat/dunfell/2020.8
Feat/dunfell/2020.8
Diffstat (limited to 'classes/sota_porter.bbclass')
| -rw-r--r-- | classes/sota_porter.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/sota_porter.bbclass b/classes/sota_porter.bbclass index 80062e1..6c6fe70 100644 --- a/classes/sota_porter.bbclass +++ b/classes/sota_porter.bbclass | |||
| @@ -7,5 +7,5 @@ IMAGE_BOOT_FILES_sota += "porter-bootfiles/*" | |||
| 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_virtual/network-configuration ?= "connman" | 10 | PREFERRED_RPROVIDER_network-configuration ?= "connman" |
| 11 | IMAGE_INSTALL_append_sota = " virtual/network-configuration " | 11 | IMAGE_INSTALL_append_sota = " network-configuration " |
