summaryrefslogtreecommitdiff
path: root/recipes-bsp/trdx-k20-fw/trdx-k20-fw_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/trdx-k20-fw/trdx-k20-fw_1.0.bb')
-rw-r--r--recipes-bsp/trdx-k20-fw/trdx-k20-fw_1.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-bsp/trdx-k20-fw/trdx-k20-fw_1.0.bb b/recipes-bsp/trdx-k20-fw/trdx-k20-fw_1.0.bb
new file mode 100644
index 0000000..70ccc60
--- /dev/null
+++ b/recipes-bsp/trdx-k20-fw/trdx-k20-fw_1.0.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Toradex Apalis TK1 K20 MCU Firmware"
+HOMEPAGE = "https://developer.toradex.com/"
+LICENSE = "GPLv2"
+
+SRC_URI = " file://apalis-tk1-k20.bin"
+
+LIC_FILES_CHKSUM = "file://LICENCE;md5=f711eb988c2634cf4f4184914b8174cf"
+
+PR = "r0"
+
+FILES_${PN} = " /lib/firmware/apalis-tk1-k20.bin "
+
+do_install () {
+ install -d ${D}/lib/firmware/
+ install -m 0644 ${WORKDIR}/apalis-tk1-k20.bin ${D}/lib/firmware/
+}