guowenxue
2023-12-21 2c3d96c5c0e1a3bfd3f36b83471b771d9dae476c
1
2
3
4
5
6
7
8
9
10
11
12
require recipes-kernel/linux/linux-yocto.inc
 
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
SRC_URI += " file://linux-imx-lf-6.1.36-2.1.0.patch "
PATCHTOOL = "patch"
 
KERNEL_DANGLING_FEATURES_WARN_ONLY="1"
 
do_copy_defconfig:append() {
    cp ${S}/arch/arm64/configs/${MACHINE}_defconfig ${WORKDIR}/defconfig
    cp ${S}/arch/arm64/configs/${MACHINE}_defconfig ${B}/.config
}