From 83634214eb2a61e21d2db5662c68f5eaf8ffa60f Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 17 Jun 2020 17:03:28 +0200 Subject: tdx-k20-fw: update to v1.5 Signed-off-by: Max Krummenacher (cherry picked from commit ab0527430fa9081ef594c6f2e49a0b7e81f6fc00) --- recipes-bsp/tdx-k20-fw/files/apalis-tk1-k20.bin | Bin 18004 -> 18392 bytes recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.2.bb | 18 ------------------ recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.5.bb | 17 +++++++++++++++++ 3 files changed, 17 insertions(+), 18 deletions(-) mode change 100644 => 100755 recipes-bsp/tdx-k20-fw/files/apalis-tk1-k20.bin delete mode 100644 recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.2.bb create mode 100644 recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.5.bb diff --git a/recipes-bsp/tdx-k20-fw/files/apalis-tk1-k20.bin b/recipes-bsp/tdx-k20-fw/files/apalis-tk1-k20.bin old mode 100644 new mode 100755 index e89ffad..5988e64 Binary files a/recipes-bsp/tdx-k20-fw/files/apalis-tk1-k20.bin and b/recipes-bsp/tdx-k20-fw/files/apalis-tk1-k20.bin differ diff --git a/recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.2.bb b/recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.2.bb deleted file mode 100644 index 478026c..0000000 --- a/recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.2.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "Toradex Apalis TK1 K20 MCU Firmware" -HOMEPAGE = "https://developer.toradex.com/" -LICENSE = "CLOSED" - -SRC_URI = "file://apalis-tk1-k20.bin \ - file://LICENCE \ - " - -LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENCE;md5=a1b1cf31b1b3d185409f31cb9beb25dc" - -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/ -} diff --git a/recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.5.bb b/recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.5.bb new file mode 100644 index 0000000..3eafcc7 --- /dev/null +++ b/recipes-bsp/tdx-k20-fw/tdx-k20-fw_1.5.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Toradex Apalis TK1 K20 MCU Firmware" +HOMEPAGE = "https://developer.toradex.com/" +LICENSE = "CLOSED" + +SRC_URI = " \ + file://apalis-tk1-k20.bin \ + file://LICENCE \ +" + +LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENCE;md5=a1b1cf31b1b3d185409f31cb9beb25dc" + +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