summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-09-06 10:47:11 -0600
committerSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2022-09-06 23:03:57 -0600
commit24eb976bb5970b5bb59476d973dd4f75183f636b (patch)
treeb45f7ec90a1c0abe188b9878c483c0bbe03ee1e3
parent6bcece6b076713597a00730df1457dfee6719853 (diff)
downloadmeta-xilinx-24eb976bb5970b5bb59476d973dd4f75183f636b.tar.gz
linux-xlnx: Enable versal-net platform
Signed-off-by: Mark Hatle <mark.hatle@amd.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
-rw-r--r--meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc
index adefabea..08755b26 100644
--- a/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc
+++ b/meta-xilinx-core/recipes-kernel/linux/linux-xlnx.inc
@@ -53,6 +53,7 @@ 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"
56 57
57KERNEL_FEATURES:append:zynqmp = "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' features/xen/xen.scc', '', d)}" 58KERNEL_FEATURES:append:zynqmp = "${@bb.utils.contains('DISTRO_FEATURES', 'xen', ' features/xen/xen.scc', '', d)}"
58 59