summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc
index a597dca1..4cc3a9e2 100644
--- a/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc
+++ b/meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx.inc
@@ -18,11 +18,19 @@ require linux-microblaze.inc
18 18
19DESCRIPTION = "Xilinx Kernel" 19DESCRIPTION = "Xilinx Kernel"
20 20
21EXTKERNELSRC = "${@'1' if d.getVar('EXTERNALSRC') else ''}"
22
21# Force the use of the KBUILD_DEFCONFIG even if some other defconfig was generated in the ${WORKDIR} 23# Force the use of the KBUILD_DEFCONFIG even if some other defconfig was generated in the ${WORKDIR}
22do_kernel_metadata_prepend () { 24do_kernel_metadata_prepend () {
23 [ -n "${KBUILD_DEFCONFIG}" ] && [ -e ${WORKDIR}/defconfig ] && rm ${WORKDIR}/defconfig 25 [ -n "${KBUILD_DEFCONFIG}" ] && [ -e ${WORKDIR}/defconfig ] && rm ${WORKDIR}/defconfig
24} 26}
25 27
28do_configure_prepend () {
29 if [ -n "${KBUILD_DEFCONFIG}" ] && [ -n "${EXTKERNELSRC}" ]; then
30 cp ${S}/arch/${ARCH}/configs/${KBUILD_DEFCONFIG} ${WORKDIR}/defconfig
31 fi
32}
33
26inherit kernel-simpleimage 34inherit kernel-simpleimage
27 35
28# Default to be only compatible with specific machines or soc families 36# Default to be only compatible with specific machines or soc families