diff options
author | Jesse Gilles <jgilles@multitech.com> | 2012-09-12 16:01:14 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2012-09-18 13:36:56 -0500 |
commit | 53948616ce6637a4bfa99f82c080cdcf419ce8fb (patch) | |
tree | c65ff7e7fae10708612f27845e4a92b259ea4a1b | |
parent | 28bb649d01a21a8d6982d0d93499f93c3a5692c9 (diff) |
add corecdp-mtpcie-dk-image
-rw-r--r-- | multitech/recipes/images/corecdp-mtpcie-dk-image.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/multitech/recipes/images/corecdp-mtpcie-dk-image.bb b/multitech/recipes/images/corecdp-mtpcie-dk-image.bb new file mode 100644 index 0000000..237176e --- /dev/null +++ b/multitech/recipes/images/corecdp-mtpcie-dk-image.bb @@ -0,0 +1,14 @@ +require corecdp-base-image.bb + +IMAGE_INSTALL += " \ +libnl \ +wpa-supplicant \ +iw wireless-tools \ +hostap-daemon hostap-utils \ +ti-compat-wireless-wl12xx wl12xx-firmware \ +bluez4 \ +iperf \ +ti-wifi-utils \ +" + +export IMAGE_BASENAME = "corecdp-mtpcie-dk-image" |