From 4bb6f26b05450777d14aa96e10783066c2503dc2 Mon Sep 17 00:00:00 2001 From: John Klug Date: Wed, 11 Nov 2020 16:17:52 -0600 Subject: Add new BSP submodule for Atmel Processors. --- recipes-kernel/rs9113/rs9113rf.inc | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 recipes-kernel/rs9113/rs9113rf.inc (limited to 'recipes-kernel/rs9113/rs9113rf.inc') diff --git a/recipes-kernel/rs9113/rs9113rf.inc b/recipes-kernel/rs9113/rs9113rf.inc new file mode 100644 index 0000000..86a1f5e --- /dev/null +++ b/recipes-kernel/rs9113/rs9113rf.inc @@ -0,0 +1,30 @@ +DESCRIPTION = "Immunity testing for rs9113" +SECTION = "base" +PRIORITY = "optional" +LICENSE = "GPLv2+" +PR = "r2" +inherit allarch +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +SRC_URI = " \ + file://rf/LICENSE.txt \ + file://rf/ble2 \ + file://rf/bt \ + file://rf/bt2 \ + file://rf/btr \ + file://rf/stop \ + file://rf/ubt \ + file://rf/uwf \ + file://rf/wf \ + file://rf/wf2 \ + file://rf/wfr \ + " + +FILES_${PN} = "/opt/rs9113rf" + +RDEPENDS_${PN} = "bash" + +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 +} -- cgit v1.2.3