update patch file name in kirkstone-lf-5.15.71-2.2.0
2 files modified
2 files renamed
File was renamed from yocto/meta-igkboard/kirkstone-lf-5.15.71-2.2.0/recipes-bsp/u-boot/files/uboot-imx-igkboard.patch |
| | |
| | | +#include "imx6ul-14x14-evk-u-boot.dtsi" |
| | | + |
| | | +/ { |
| | | + model = "i.MX6 ULL 14x14 EVK Board"; |
| | | + model = "LingYun IoT Gateway Board"; |
| | | + compatible = "fsl,imx6ull-14x14-evk", "fsl,imx6ull"; |
| | | +}; |
| | | + |
| | |
| | | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| | | SRC_URI:append = " file://uboot-imx-igkboard.patch " |
| | | SRC_URI:append = " file://uboot-imx-lf-5.15.71-2.2.0.patch " |
| | | |
| | | addtask copy_bmp after do_unpack before do_configure |
| | | do_copy_bmp(){ |
| | |
| | | require recipes-kernel/linux/linux-yocto.inc |
| | | |
| | | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
| | | SRC_URI += " file://linux-imx-igkboard.patch " |
| | | SRC_URI += " file://linux-imx-lf-5.15.71-2.2.0.patch " |
| | | PATCHTOOL = "patch" |
| | | |
| | | do_copy_defconfig:append() { |