summaryrefslogtreecommitdiffstats
path: root/classes/sota_am335x-evm-wifi.bbclass
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-03-05 16:53:41 +0100
committerLaurent Bonnans <laurent.bonnans@here.com>2019-03-05 18:25:35 +0100
commitb9abe3de1b58034604411b6a0821ccce83481272 (patch)
treed85656f52b83786a6226284fba3749f11afcfa91 /classes/sota_am335x-evm-wifi.bbclass
parent15e19a1f00f70595a39b7a816dc44a29e1472f05 (diff)
downloadmeta-updater-b9abe3de1b58034604411b6a0821ccce83481272.tar.gz
Remove connman* from base IMAGE_INSTALL_append
No sense to force that if poky does not, let's move it to platform-specific for now. Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'classes/sota_am335x-evm-wifi.bbclass')
-rw-r--r--classes/sota_am335x-evm-wifi.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/sota_am335x-evm-wifi.bbclass b/classes/sota_am335x-evm-wifi.bbclass
index adefb47..1458d44 100644
--- a/classes/sota_am335x-evm-wifi.bbclass
+++ b/classes/sota_am335x-evm-wifi.bbclass
@@ -7,7 +7,6 @@ IMAGE_BOOT_FILES_sota = "bootfiles/*"
7OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 root=/dev/ram0 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk0p2 console=ttyO0,115200n8l" 7OSTREE_KERNEL_ARGS ?= "ramdisk_size=16384 root=/dev/ram0 rw rootfstype=ext4 rootwait rootdelay=2 ostree_root=/dev/mmcblk0p2 console=ttyO0,115200n8l"
8 8
9IMAGE_INSTALL_append_sota = " uim iw wl18xx-calibrator wlconf wl18xx-fw hostapd wpa-supplicant" 9IMAGE_INSTALL_append_sota = " uim iw wl18xx-calibrator wlconf wl18xx-fw hostapd wpa-supplicant"
10IMAGE_INSTALL_remove_sota = " connman connman-client"
11 10
12PREFERRED_VERSION_linux-ti-staging_sota = "4.4.54+gitAUTOINC+ecd4eada6f" 11PREFERRED_VERSION_linux-ti-staging_sota = "4.4.54+gitAUTOINC+ecd4eada6f"
13 12