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