From 6a7f8999ef3c7640f8ee3cf4afa59aa71b388c80 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Fri, 10 May 2024 13:55:11 +0200 Subject: ti-sci-fw_git: drop bbappend Since meta-ti: 7b797da2ef43 ("ti-sci-fw: Drop k3-image-gen and only provide firmware") the tiboot3-* binaries are assembled as part of the U-Boot build process and no longer within ti-sci-fw. Thus the bbappend is now obsolete, drop it. Signed-off-by: Max Krummenacher --- recipes-bsp/ti-sci-fw/ti-sci-fw_git.bbappend | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 recipes-bsp/ti-sci-fw/ti-sci-fw_git.bbappend diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bbappend b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bbappend deleted file mode 100644 index 8d00cce..0000000 --- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bbappend +++ /dev/null @@ -1,23 +0,0 @@ -# build the k3r5 tiboot also for DFU -EXTRA_OEMAKE_DFU = "\ - CROSS_COMPILE=${TARGET_PREFIX} SOC=${SYSFW_SOC} SOC_TYPE=${SYSFW_SUFFIX} \ - CONFIG=${SYSFW_CONFIG} SYSFW_DIR="${S}/ti-sysfw" \ - SBL="${STAGING_DIR_HOST}/boot/u-boot-spl.bin-${UBOOT_DFU_CONFIG}" \ -" - -do_compile:prepend:k3r5 () { - if [ -e "${STAGING_DIR_HOST}/boot/u-boot-spl.bin-${UBOOT_DFU_CONFIG}" ]; then - cd ${WORKDIR}/imggen/ - make ${EXTRA_OEMAKE_DFU} $@ - if [ -f "${WORKDIR}/imggen/${SYSFW_TIBOOT3}" ]; then - mv "${WORKDIR}/imggen/${SYSFW_TIBOOT3}" "${WORKDIR}/imggen/${SYSFW_TIBOOT3}"-dfu - fi - make clean - fi -} - -do_deploy:append:k3r5 () { - if [ -f "${WORKDIR}/imggen/${SYSFW_TIBOOT3}-dfu" ]; then - install -m 644 ${WORKDIR}/imggen/${SYSFW_TIBOOT3}-dfu ${DEPLOYDIR}/ - fi -} -- cgit v1.2.3