summaryrefslogtreecommitdiff
path: root/recipes-bsp/trdx-k20-fw
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/trdx-k20-fw')
-rw-r--r--recipes-bsp/trdx-k20-fw/files/LICENCE1
-rw-r--r--recipes-bsp/trdx-k20-fw/files/apalis-tk1-k20.binbin22000 -> 0 bytes
-rw-r--r--recipes-bsp/trdx-k20-fw/trdx-k20-fw_1.0.bb16
3 files changed, 0 insertions, 17 deletions
diff --git a/recipes-bsp/trdx-k20-fw/files/LICENCE b/recipes-bsp/trdx-k20-fw/files/LICENCE
deleted file mode 100644
index f077faf..0000000
--- a/recipes-bsp/trdx-k20-fw/files/LICENCE
+++ /dev/null
@@ -1 +0,0 @@
-This is a licence file
diff --git a/recipes-bsp/trdx-k20-fw/files/apalis-tk1-k20.bin b/recipes-bsp/trdx-k20-fw/files/apalis-tk1-k20.bin
deleted file mode 100644
index aa7f966..0000000
--- a/recipes-bsp/trdx-k20-fw/files/apalis-tk1-k20.bin
+++ /dev/null
Binary files differ
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
deleted file mode 100644
index eee4b64..0000000
--- a/recipes-bsp/trdx-k20-fw/trdx-k20-fw_1.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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/
-}