summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Sagar <vishal.sagar@xilinx.com>2020-04-03 09:36:17 +0530
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-04-02 21:16:43 -0700
commitd9abb7adf6a23b5e64b88d90b02d46d0716ae358 (patch)
treeffc4255e06199268d4cc833c26c1259436205ea9
parent210193dceba4990778e3d53d2a127d2849c19d1f (diff)
downloadmeta-xilinx-d9abb7adf6a23b5e64b88d90b02d46d0716ae358.tar.gz
kernel-module-hdmi_git.bb: Add versal support
Add support for versal. Signed-off-by: Vishal Sagar <vishal.sagar@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb b/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb
index f615d9a2..42a69d13 100644
--- a/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb
+++ b/meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb
@@ -21,5 +21,6 @@ inherit module
21EXTRA_OEMAKE += "O=${STAGING_KERNEL_BUILDDIR}" 21EXTRA_OEMAKE += "O=${STAGING_KERNEL_BUILDDIR}"
22COMPATIBLE_MACHINE = "^$" 22COMPATIBLE_MACHINE = "^$"
23COMPATIBLE_MACHINE_zynqmp = "zynqmp" 23COMPATIBLE_MACHINE_zynqmp = "zynqmp"
24COMPATIBLE_MACHINE_versal = "versal"
24 25
25PACKAGE_ARCH = "${SOC_FAMILY_ARCH}" 26PACKAGE_ARCH = "${SOC_FAMILY_ARCH}"