diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2020-06-22 09:29:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-22 09:29:26 +0200 |
commit | bed1238b211417fa68bd8fcb301ce7d112da6ef1 (patch) | |
tree | 6f7f472c40d7f03afbd616be3bb28b4af32f47bf /classes/sota_minnowboard.bbclass | |
parent | 80072521db9312965d8c52a09bbfb29a633d2274 (diff) | |
parent | 5e08158e9eae225ce74017f5ea51fdf1ba27943b (diff) | |
download | meta-updater-bed1238b211417fa68bd8fcb301ce7d112da6ef1.tar.gz |
Merge pull request #722 from liuming50/fix-network-configuration-naming
meta: change virtual/network-configuration to network-configuration
Diffstat (limited to 'classes/sota_minnowboard.bbclass')
-rw-r--r-- | classes/sota_minnowboard.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/sota_minnowboard.bbclass b/classes/sota_minnowboard.bbclass index a907217..3128965 100644 --- a/classes/sota_minnowboard.bbclass +++ b/classes/sota_minnowboard.bbclass | |||
@@ -8,5 +8,5 @@ IMAGE_FSTYPES_remove_sota = "live hddimg" | |||
8 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 console=ttyS0,115200 console=tty0" | 8 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 rw rootfstype=ext4 rootwait rootdelay=2 console=ttyS0,115200 console=tty0" |
9 | IMAGE_INSTALL_append = " minnowboard-efi-startup" | 9 | IMAGE_INSTALL_append = " minnowboard-efi-startup" |
10 | 10 | ||
11 | PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman" | 11 | PREFERRED_RPROVIDER_network-configuration ?= "connman" |
12 | IMAGE_INSTALL_append_sota = " virtual/network-configuration " | 12 | IMAGE_INSTALL_append_sota = " network-configuration " |