diff options
author | John Klug <john.klug@multitech.com> | 2019-02-14 11:45:16 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-02-14 11:45:16 -0600 |
commit | 5be99b7ece9468dbdc66adadbd9035d9e7b8abe7 (patch) | |
tree | 1f5627088b9ac73480b4c322911747e74ffb0efe /recipes-kernel/rs9113/rs9113.inc | |
parent | d5232d3b9e86f6e531b0fbf057a6b536be9608db (diff) | |
download | meta-multitech-atmel-5be99b7ece9468dbdc66adadbd9035d9e7b8abe7.tar.gz meta-multitech-atmel-5be99b7ece9468dbdc66adadbd9035d9e7b8abe7.tar.bz2 meta-multitech-atmel-5be99b7ece9468dbdc66adadbd9035d9e7b8abe7.zip |
Remove wpa_supplicant init script from rs9113-noarch, and simplify recipe.
Diffstat (limited to 'recipes-kernel/rs9113/rs9113.inc')
-rw-r--r-- | recipes-kernel/rs9113/rs9113.inc | 28 |
1 files changed, 11 insertions, 17 deletions
diff --git a/recipes-kernel/rs9113/rs9113.inc b/recipes-kernel/rs9113/rs9113.inc index 0ef9277..750060e 100644 --- a/recipes-kernel/rs9113/rs9113.inc +++ b/recipes-kernel/rs9113/rs9113.inc @@ -75,34 +75,21 @@ python do_fetch_prepend () { os.system(ex + ";" + gt + "|" + tar) } +# Required drivers for Bluetooth and WiFi FILES_kernel-module-${PN} = " \ /opt/rs9113/*.ko \ " +# Required utility FILES_${PN}-util = "/opt/rs9113/transmit \ /opt/rs9113/onebox_util \ " FILES_${PN}-dbg = "/opt/rs9113/.debug/bt_bbp_utils \ - /opt/rs9113/.debug/bbp_util \ - /opt/rs9113/.debug/zb_bbp_util \ - /opt/rs9113/.debug/transmit \ - /opt/rs9113/.debug/zb_util \ - /opt/rs9113/.debug/bt_transmit \ - /opt/rs9113/.debug/onebox_util \ - /opt/rs9113/.debug/receive \ - /opt/rs9113/.debug/zb_transmit \ - /opt/rs9113/.debug/bt_util \ - /opt/rs9113/.debug/START_RS9116_NBZ_D0N \ - /opt/rs9113/.debug/sniffer_app \ - /opt/rs9113/.debug/transmit_packet \ - /opt/rs9113/.debug/bt_receive \ + /opt/rs9113/.debug \ " -# pmemdata is for upgrading rs9113 non-volatile firmware -# *.rpm are firmware files for various modes of -# rs9113 or rs9116 operation. MODE_PER is for -# certification testing. +# ELF files here are not normally installed on images. FILES_${PN}-utils-extra = " \ /opt/rs9113/zb* \ /opt/rs9113/bt_transmit \ @@ -121,6 +108,12 @@ FILES_${PN}-utils-extra = " \ /opt/rs9113/START_RS9116_NBZ_D0N \ " +# pmemdata is for upgrading rs9113 non-volatile firmware +# *.rps are firmware files for various modes of +# rs9113 or rs9116 operation. +# MODE_PER is for certification testing. +# ZIGBEE is not supported. +# Files here are not normally installed on images. FILES_${PN}-misc = " \ /opt/rs9113/firmware/RS9113_WLAN_BT_DUAL_MODE_PER.rps \ /opt/rs9113/firmware/RS9113_ZIGBEE_ROUTER.rps \ @@ -136,6 +129,7 @@ FILES_${PN}-misc = " \ /opt/rs9113/p2pcommands.pl \ /opt/rs9113/*reg \ /opt/rs9113/afe_spi \ + /opt/rs9113/init.d \ " CONFFILES_${PN}-noarch = "${sysconfdir}/default/" |