diff options
author | John Klug <john.klug@multitech.com> | 2017-02-24 18:11:08 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2017-02-24 18:11:20 -0600 |
commit | ff58bedebbc36d656768ff600f1b3ee7dc4bd4f0 (patch) | |
tree | 32b0fef36c3aca2d79dc836f68a596a550a8602a /recipes-core/images/mlinux-mtcap-image.bb | |
parent | 2422d1b225b71cc97c416d2876ab62c4b388804e (diff) | |
download | meta-mlinux-ff58bedebbc36d656768ff600f1b3ee7dc4bd4f0.tar.gz meta-mlinux-ff58bedebbc36d656768ff600f1b3ee7dc4bd4f0.tar.bz2 meta-mlinux-ff58bedebbc36d656768ff600f1b3ee7dc4bd4f0.zip |
Add new packages for future wifi bt feature
Diffstat (limited to 'recipes-core/images/mlinux-mtcap-image.bb')
-rw-r--r-- | recipes-core/images/mlinux-mtcap-image.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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} \ |