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
committerPatrick Vacek <patrickvacek@gmail.com>2019-04-26 15:36:30 +0200
commit6d3d6b5ab6761b27a638bf56f3c9e0ff8c09c300 (patch)
tree86959ed6baf612e1ce4dc2b4258656ed13ea4fbf /classes/sota_am335x-evm-wifi.bbclass
parentb56a039e475da35c8858574d74899f265c01c043 (diff)
downloadmeta-updater-6d3d6b5ab6761b27a638bf56f3c9e0ff8c09c300.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