diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2019-03-07 13:39:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-07 13:39:57 +0100 |
commit | 1ab7fa4922c5a19bd323189d3c0aee42dc0cade0 (patch) | |
tree | dc39757595ec025e53f8bfe91e71185a1aa9b519 /classes/sota_minnowboard.bbclass | |
parent | 7dde0813d67a3225f1dda0afc17f8925c5208f47 (diff) | |
parent | 0599a6cb5911aa2fb546f39bab11b2b59397428c (diff) | |
download | meta-updater-1ab7fa4922c5a19bd323189d3c0aee42dc0cade0.tar.gz |
Merge pull request #504 from advancedtelematic/fix/rm-connman
Remove connman
Diffstat (limited to 'classes/sota_minnowboard.bbclass')
-rw-r--r-- | classes/sota_minnowboard.bbclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/classes/sota_minnowboard.bbclass b/classes/sota_minnowboard.bbclass index 63510e3..a907217 100644 --- a/classes/sota_minnowboard.bbclass +++ b/classes/sota_minnowboard.bbclass | |||
@@ -6,5 +6,7 @@ IMAGE_BOOT_FILES_sota = "" | |||
6 | 6 | ||
7 | IMAGE_FSTYPES_remove_sota = "live hddimg" | 7 | 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 | |||
10 | IMAGE_INSTALL_append = " minnowboard-efi-startup" | 9 | IMAGE_INSTALL_append = " minnowboard-efi-startup" |
10 | |||
11 | PREFERRED_RPROVIDER_virtual/network-configuration ?= "connman" | ||
12 | IMAGE_INSTALL_append_sota = " virtual/network-configuration " | ||