summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-09-20 07:26:11 -0700
committerMark Hatle <mark.hatle@amd.com>2022-09-20 07:32:17 -0700
commita19613e42c9194ab34c2c9938de62bc94392666e (patch)
tree479d271c9b778a5bbc04a7c6f7770db0ea9d1528
parentd142dd5cdc5e8206016b4ef2292d05da09ce316e (diff)
downloadmeta-xilinx-a19613e42c9194ab34c2c9938de62bc94392666e.tar.gz
linux-xlnx: Move the versal-net to the default xilinx_defconfig
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc
index 08755b26..adefabea 100644
--- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc
+++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc
@@ -53,7 +53,6 @@ KBUILD_DEFCONFIG:zynqmp ?= "xilinx_defconfig"
53KBUILD_DEFCONFIG:zynq ?= "xilinx_zynq_defconfig" 53KBUILD_DEFCONFIG:zynq ?= "xilinx_zynq_defconfig"
54KBUILD_DEFCONFIG:microblaze ?= "mmu_defconfig" 54KBUILD_DEFCONFIG:microblaze ?= "mmu_defconfig"
55KBUILD_DEFCONFIG:versal ?= "xilinx_defconfig" 55KBUILD_DEFCONFIG:versal ?= "xilinx_defconfig"
56KBUILD_DEFCONFIG:versal-net ?= "xilinx_versal_net_defconfig"
57 56
58KERNEL_FEATURES:append:zynqmp = "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' features/xen/xen.scc', '', d)}" 57KERNEL_FEATURES:append:zynqmp = "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' features/xen/xen.scc', '', d)}"
59 58