summaryrefslogtreecommitdiff
path: root/recipes-kernel/rsi-91x/rs9113-fw_1.6.6.bb
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2023-01-27 15:45:34 -0600
committerJohn Klug <john.klug@multitech.com>2023-02-02 13:57:35 -0600
commit79fb3774a89d3377aa47b7457f1a0a907a3c8f49 (patch)
tree549d693afe3063fa70dd95879d1be740709b5ce6 /recipes-kernel/rsi-91x/rs9113-fw_1.6.6.bb
parente69a9ee18c41b1f8f9eefcc380ac81befc9a1be1 (diff)
downloadmeta-multitech-atmel-79fb3774a89d3377aa47b7457f1a0a907a3c8f49.tar.gz
meta-multitech-atmel-79fb3774a89d3377aa47b7457f1a0a907a3c8f49.tar.bz2
meta-multitech-atmel-79fb3774a89d3377aa47b7457f1a0a907a3c8f49.zip
Latest rs9113-fw is 1.6.6
Diffstat (limited to 'recipes-kernel/rsi-91x/rs9113-fw_1.6.6.bb')
-rw-r--r--recipes-kernel/rsi-91x/rs9113-fw_1.6.6.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes-kernel/rsi-91x/rs9113-fw_1.6.6.bb b/recipes-kernel/rsi-91x/rs9113-fw_1.6.6.bb
new file mode 100644
index 0000000..9b250ec
--- /dev/null
+++ b/recipes-kernel/rsi-91x/rs9113-fw_1.6.6.bb
@@ -0,0 +1,20 @@
+LICENSE = "Proprietary"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28"
+
+PR = "r1"
+
+inherit allarch
+SRCREV = "v${PV}"
+
+SRC_URI = "https://www.multitech.net/mlinux/sources/rs9113-fw-1.6.5.tar.gz"
+SRC_URI[sha256sum] = "5d11e5859a9540364fb9b11948a4a70ea77bbe5cda9471f0db40458b691c252a"
+
+FILES_${PN} = "${nonarch_base_libdir}"
+PACKAGES = "${BPN}"
+
+do_install() {
+ cd ${WORKDIR}
+ pwd
+ install -m 0755 -d ${D}${base_libdir}/firmware/
+ install ${S}/*.rps ${D}${base_libdir}/firmware
+}