summaryrefslogtreecommitdiff
path: root/recipes-kernel/rs9113/rs9113rf.inc
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2018-01-30 12:33:01 -0600
committerJohn Klug <john.klug@multitech.com>2018-01-30 12:33:01 -0600
commit48077f86db013a519e10e28515d4d648c2fe3d4a (patch)
tree8da05fb7d5d9fa37e4854296935a2fc3e6604b3e /recipes-kernel/rs9113/rs9113rf.inc
parent5bcb4e74a45457319940c44ba31fa8ac97b9d167 (diff)
downloadmeta-multitech-atmel-48077f86db013a519e10e28515d4d648c2fe3d4a.tar.gz
meta-multitech-atmel-48077f86db013a519e10e28515d4d648c2fe3d4a.tar.bz2
meta-multitech-atmel-48077f86db013a519e10e28515d4d648c2fe3d4a.zip
RF testing for RS9113
Diffstat (limited to 'recipes-kernel/rs9113/rs9113rf.inc')
-rw-r--r--recipes-kernel/rs9113/rs9113rf.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-kernel/rs9113/rs9113rf.inc b/recipes-kernel/rs9113/rs9113rf.inc
new file mode 100644
index 0000000..433e0ed
--- /dev/null
+++ b/recipes-kernel/rs9113/rs9113rf.inc
@@ -0,0 +1,24 @@
+DESCRIPTION = "Immunity testing for rs9113"
+SECTION = "base"
+PRIORITY = "optional"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+PACKAGE_ARCH = "mtcdt"
+SRC_URI = " \
+ file://rf/LICENSE.txt \
+ file://rf/bt \
+ file://rf/btr \
+ file://rf/stop \
+ file://rf/ubt \
+ file://rf/uwf \
+ file://rf/wf \
+ file://rf/wfr \
+ "
+
+FILES_${PN} = "/opt/rs9113rf"
+
+do_install() {
+ install -m 0755 -d ${D}/opt/rs9113rf
+ install -m 0755 ${WORKDIR}/rf/[^L]* ${D}/opt/rs9113rf
+ install -m 0444 ${WORKDIR}/rf/LICENSE.txt ${D}/opt/rs9113rf
+}