From c747f7c07e4cd7f5e8e8cf8e5ff8ab5bcb2facaa Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 2 Jun 2021 18:57:45 +0200 Subject: u-boot-toradex-tk1: complete update to 2020.07 While we did rename the branch we forgot to also rename this recipe. Fix this. Fixes commit a21f73d1e08e ("u-boot-toradex: update to 2020.07") Signed-off-by: Marcel Ziswiler (cherry picked from commit 1f19651ec747c4842dfd0dba25bc056322f2edac) --- recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb | 27 ------------------------ recipes-bsp/u-boot/u-boot-toradex-tk1_2020.07.bb | 27 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 27 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb create mode 100644 recipes-bsp/u-boot/u-boot-toradex-tk1_2020.07.bb diff --git a/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb b/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb deleted file mode 100644 index ade3907..0000000 --- a/recipes-bsp/u-boot/u-boot-toradex-tk1_2019.07.bb +++ /dev/null @@ -1,27 +0,0 @@ -require u-boot-toradex-common-tk1.inc -require recipes-bsp/u-boot/u-boot.inc - -B = "${WORKDIR}/build" - -DEPENDS += "bc-native dtc-native" -DEPENDS_append_apalis-tk1 = " cbootimage-native" - -PROVIDES += "u-boot" - -COMPATIBLE_MACHINE = "(apalis-tk1)" - -SRC_URI_append_apalis-tk1 = " \ - file://apalis-tk1.img.cfg \ - file://fw_env.config \ - file://PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct \ -" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -do_deploy_append_apalis-tk1() { - cd ${DEPLOYDIR} - cp ${WORKDIR}/PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct . - cbootimage -s tegra124 ${WORKDIR}/apalis-tk1.img.cfg apalis-tk1.img - rm PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct -} - diff --git a/recipes-bsp/u-boot/u-boot-toradex-tk1_2020.07.bb b/recipes-bsp/u-boot/u-boot-toradex-tk1_2020.07.bb new file mode 100644 index 0000000..ade3907 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-toradex-tk1_2020.07.bb @@ -0,0 +1,27 @@ +require u-boot-toradex-common-tk1.inc +require recipes-bsp/u-boot/u-boot.inc + +B = "${WORKDIR}/build" + +DEPENDS += "bc-native dtc-native" +DEPENDS_append_apalis-tk1 = " cbootimage-native" + +PROVIDES += "u-boot" + +COMPATIBLE_MACHINE = "(apalis-tk1)" + +SRC_URI_append_apalis-tk1 = " \ + file://apalis-tk1.img.cfg \ + file://fw_env.config \ + file://PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct \ +" + +PACKAGE_ARCH = "${MACHINE_ARCH}" + +do_deploy_append_apalis-tk1() { + cd ${DEPLOYDIR} + cp ${WORKDIR}/PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct . + cbootimage -s tegra124 ${WORKDIR}/apalis-tk1.img.cfg apalis-tk1.img + rm PM375_Hynix_2GB_H5TC4G63AFR_RDA_924MHz.bct +} + -- cgit v1.2.3