From ff58bedebbc36d656768ff600f1b3ee7dc4bd4f0 Mon Sep 17 00:00:00 2001 From: John Klug Date: Fri, 24 Feb 2017 18:11:08 -0600 Subject: Add new packages for future wifi bt feature --- recipes-core/images/mlinux-base-image.bb | 2 +- recipes-core/images/mlinux-mtcap-image.bb | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'recipes-core') diff --git a/recipes-core/images/mlinux-base-image.bb b/recipes-core/images/mlinux-base-image.bb index 6b19725..a0c460d 100644 --- a/recipes-core/images/mlinux-base-image.bb +++ b/recipes-core/images/mlinux-base-image.bb @@ -26,7 +26,7 @@ WIFI_FEATURES = " \ wpa-supplicant \ wireless-tools \ iw \ - hostap-daemon hostap-utils \ + hostap-daemon hostap-utils \ " BLUETOOTH_FEATURES = "bluez4" diff --git a/recipes-core/images/mlinux-mtcap-image.bb b/recipes-core/images/mlinux-mtcap-image.bb index e1d419b..c559023 100644 --- a/recipes-core/images/mlinux-mtcap-image.bb +++ b/recipes-core/images/mlinux-mtcap-image.bb @@ -26,6 +26,14 @@ TIME_FEATURES = "tzdata tzdata-africa tzdata-americas tzdata-antarctica tzdata-a ntpdate \ " +WIFI_FEATURES = "libnl \ + wpa-supplicant \ + wireless-tools \ + iw \ + hostap-daemon hostap-utils \ + wilc1000 \ + " + MULTITECH_FEATURES += " \ u-boot-linux-utils \ mlinux-scripts \ @@ -45,6 +53,9 @@ IMAGE_INSTALL += "lora-network-server \ MISC_FEATURES = "minicom lrzsz nano" # Extra stuff to install +# Someday add wifi features +# ${WIFI_FEATURES} +# IMAGE_INSTALL += " \ ${FILESYSTEM_FEATURES} \ ${TIME_FEATURES} \ -- cgit v1.2.3