diff options
author | cajun-rat <p@beta16.co.uk> | 2017-05-10 13:20:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-10 13:20:47 +0200 |
commit | 221a3753efeb67ea2c5e06dc7033c03385d37a00 (patch) | |
tree | c2778df22ad1c6a94909483c31d0a405686281e8 | |
parent | 9c2eec7d7729997102f0950672f1d890e2fb3c5d (diff) | |
parent | eeb82cd4093f511aabaf7ee1b1c4c47c8baad2f1 (diff) | |
download | meta-updater-221a3753efeb67ea2c5e06dc7033c03385d37a00.tar.gz |
Merge pull request #60 from advancedtelematic/bugfix/noconnman
Disable connman, systemd-networkd is used instead
-rw-r--r-- | classes/sota_am335x-evm-wifi.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/sota_am335x-evm-wifi.bbclass b/classes/sota_am335x-evm-wifi.bbclass index 24d0832..821e8fb 100644 --- a/classes/sota_am335x-evm-wifi.bbclass +++ b/classes/sota_am335x-evm-wifi.bbclass | |||
@@ -8,7 +8,8 @@ EXTRA_IMAGEDEPENDS_append_sota = " acer-bootfiles" | |||
8 | IMAGE_BOOT_FILES_sota = "bootfiles/*" | 8 | IMAGE_BOOT_FILES_sota = "bootfiles/*" |
9 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 root=/dev/ram0 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk0p2 console=ttyO0,115200n8l" | 9 | OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 root=/dev/ram0 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk0p2 console=ttyO0,115200n8l" |
10 | 10 | ||
11 | IMAGE_INSTALL_append_sota = " uim iw wl18xx-calibrator wlconf wl18xx-fw hostapd wpa-supplicant connman" | 11 | IMAGE_INSTALL_append_sota = " uim iw wl18xx-calibrator wlconf wl18xx-fw hostapd wpa-supplicant" |
12 | IMAGE_INSTALL_remove_sota = " connman connman-client" | ||
12 | 13 | ||
13 | PREFERRED_VERSION_linux-ti-staging_sota = "4.4.54+gitAUTOINC+ecd4eada6f" | 14 | PREFERRED_VERSION_linux-ti-staging_sota = "4.4.54+gitAUTOINC+ecd4eada6f" |
14 | 15 | ||