From d54c4ca13c2976671fb2e91b774ae1a94039715a Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Thu, 22 Dec 2016 11:48:33 +0100 Subject: trdx-k20-fw: Apalis TK1 K20 MCU firmware Signed-off-by: Dominik Sliwa Acked-by: Marcel Ziswiler --- recipes-bsp/trdx-k20-fw/files/LICENCE | 1 + recipes-bsp/trdx-k20-fw/files/apalis-tk1-k20.bin | Bin 0 -> 22084 bytes recipes-bsp/trdx-k20-fw/trdx-k20-fw_1.0.bb | 16 ++++++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 recipes-bsp/trdx-k20-fw/files/LICENCE create mode 100644 recipes-bsp/trdx-k20-fw/files/apalis-tk1-k20.bin create mode 100644 recipes-bsp/trdx-k20-fw/trdx-k20-fw_1.0.bb (limited to 'recipes-bsp') diff --git a/recipes-bsp/trdx-k20-fw/files/LICENCE b/recipes-bsp/trdx-k20-fw/files/LICENCE new file mode 100644 index 0000000..f077faf --- /dev/null +++ b/recipes-bsp/trdx-k20-fw/files/LICENCE @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..b6490a6 Binary files /dev/null and b/recipes-bsp/trdx-k20-fw/files/apalis-tk1-k20.bin 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 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/ +} -- cgit v1.2.3