From 7269b0a3f0b7e5f41ba65c7321fde9b8fd88c642 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sat, 15 Feb 2025 02:15:57 +0100 Subject: removed old (compulab) yocto directory --- .../recipes-bsp/imx-mkimage/imx-boot_%.bbappend | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 yocto/meta-bsp-rvphone/recipes-bsp/imx-mkimage/imx-boot_%.bbappend (limited to 'yocto/meta-bsp-rvphone/recipes-bsp/imx-mkimage') diff --git a/yocto/meta-bsp-rvphone/recipes-bsp/imx-mkimage/imx-boot_%.bbappend b/yocto/meta-bsp-rvphone/recipes-bsp/imx-mkimage/imx-boot_%.bbappend deleted file mode 100644 index 5fa1774..0000000 --- a/yocto/meta-bsp-rvphone/recipes-bsp/imx-mkimage/imx-boot_%.bbappend +++ /dev/null @@ -1,13 +0,0 @@ -do_compile_preppend () { - make_file=${S}/iMX8M/soc.mak - if [ -e ${make_file} ]; then - sed -i "s/^dtbs = .*dtb/dtbs = ${UBOOT_DTB_NAME}/g" ${make_file} - if [ ! -z ${DDR_FIRMWARE_VERSION} ]; then - sed -i "/^lpddr4_.mem_.d = / i LPDDR_FW_VERSION = _${DDR_FIRMWARE_VERSION}" ${make_file} - fi - fi -} - -addtask compile_preppend before do_compile after do_configure - -COMPATIBLE_MACHINE = "(cl-imx8)" -- cgit v1.2.3