summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-apps/image-update
diff options
context:
space:
mode:
authorSharath Kumar Dasari <sharath.kumar.dasari@xilinx.com>2023-12-21 11:08:25 +0530
committerSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-01-03 10:02:12 -0700
commit2757215333b58a36965261d6b76749cc08a54e10 (patch)
tree18a3a6346604c3bfcca98139c71827e970590a4f /meta-xilinx-core/recipes-apps/image-update
parentd99a43aaa5536163a2d9ecef3bb202ed282138a6 (diff)
downloadmeta-xilinx-2757215333b58a36965261d6b76749cc08a54e10.tar.gz
image-update: Added compatible versal machine to the recipe
Signed-off-by: Sharath Kumar Dasari <sharath.kumar.dasari@xilinx.com> Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-apps/image-update')
-rw-r--r--meta-xilinx-core/recipes-apps/image-update/image-update_1.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-apps/image-update/image-update_1.0.bb b/meta-xilinx-core/recipes-apps/image-update/image-update_1.0.bb
index 8a707df4..db518b2c 100644
--- a/meta-xilinx-core/recipes-apps/image-update/image-update_1.0.bb
+++ b/meta-xilinx-core/recipes-apps/image-update/image-update_1.0.bb
@@ -16,6 +16,7 @@ S = "${WORKDIR}/git"
16 16
17COMPATIBLE_MACHINE = "^$" 17COMPATIBLE_MACHINE = "^$"
18COMPATIBLE_MACHINE:zynqmp = "zynqmp" 18COMPATIBLE_MACHINE:zynqmp = "zynqmp"
19COMPATIBLE_MACHINE:versal = "versal"
19 20
20PACKAGE_ARCH:zynqmp = "${SOC_FAMILY_ARCH}" 21PACKAGE_ARCH:zynqmp = "${SOC_FAMILY_ARCH}"
21 22