From 29f8850c7c2233c097bafbab0901d011c77d6f1d Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Tue, 19 Feb 2013 10:12:49 -0600 Subject: corecdp-base-image: add wifi and bluetooth support for mtocgd3 Adds wifi and blueooth support for mtocgd3 and mt100eocg-pcie-dk Also adds Exar vizzini driver for mtocgd3 (for RS485 support) --- multitech/recipes/images/corecdp-base-image.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/multitech/recipes/images/corecdp-base-image.bb b/multitech/recipes/images/corecdp-base-image.bb index 8f95f2b..53e4a1e 100644 --- a/multitech/recipes/images/corecdp-base-image.bb +++ b/multitech/recipes/images/corecdp-base-image.bb @@ -26,8 +26,23 @@ NETWORKING_FEATURES = "ppp \ openssl \ openssh-sftp-server \ rsync \ + iperf \ " +WIFI_FEATURES = " \ + libnl \ + wpa-supplicant \ + wireless-tools \ + iw \ + " + +WL1271_SUPPORT = " \ + ti-compat-wireless-wl12xx wl12xx-firmware \ + ti-wifi-utils \ + " + +BLUETOOTH_FEATURES = "bluez4" + TIME_FEATURES = "tzdata \ cron \ ntpdate \ @@ -65,6 +80,13 @@ IMAGE_INSTALL = "task-boot \ ${MISC_FEATURES} \ " +# Add Wi-fi/Bluetooth support for devices that support it +IMAGE_INSTALL_append_mtocgd3 = " ${WIFI_FEATURES} ${WL1271_SUPPORT} ${BLUETOOTH_FEATURES} " +IMAGE_INSTALL_append_mt100eocg-pcie-dk = " ${WIFI_FEATURES} ${WL1271_SUPPORT} ${BLUETOOTH_FEATURES} " + +# Add exar usb-serial driver for mtocgd3 hardware +IMAGE_INSTALL_append_mtocgd3 += "vizzini" + IMAGE_PREPROCESS_COMMAND = "create_etc_timestamp" export IMAGE_BASENAME = "corecdp-base-image" -- cgit v1.2.3