summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorNava kishore Manne <nava.kishore.manne@amd.com>2024-10-19 18:47:53 +0530
committerMark Hatle <mark.hatle@amd.com>2024-10-23 10:45:12 -0500
commit32d172113d830a893db9a09e812fea8ef43131d7 (patch)
treed933af5b8c459c897fa230fc3a09bb471a0f7d3a /meta-xilinx-core
parentfcd6f227eb0bb2b6d4e55f512bdd5cf0dd154ccc (diff)
downloadmeta-xilinx-32d172113d830a893db9a09e812fea8ef43131d7.tar.gz
libdfx_2024.2.bb: Update SRCREV for 2024.2
This ensures that the latest changes and fixes from the 2024.2 release are included in the libdfx package. Changelog: libdfx: Updates library limitation section libdfx: Add proper validation check for the input folder contents Signed-off-by: Nava kishore Manne <nava.kishore.manne@amd.com> Updated commit message, included changelog Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-bsp/libdfx/libdfx_2024.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2024.2.bb b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2024.2.bb
index 1616a697..3a097b24 100644
--- a/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2024.2.bb
+++ b/meta-xilinx-core/recipes-bsp/libdfx/libdfx_2024.2.bb
@@ -8,7 +8,7 @@ BRANCH ?= "xlnx_rel_v2024.2"
8REPO ?= "git://github.com/Xilinx/libdfx.git;protocol=https" 8REPO ?= "git://github.com/Xilinx/libdfx.git;protocol=https"
9BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 9BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
10SRC_URI = "${REPO};${BRANCHARG}" 10SRC_URI = "${REPO};${BRANCHARG}"
11SRCREV = "c8275891ead62b3dfce68c00cf466715f0ac75f1" 11SRCREV = "af8d735fae286e7bc94c830a86c960598a4ac014"
12 12
13# Don't allow building for Zynq and Microblaze MACHINE unless it is supported. 13# Don't allow building for Zynq and Microblaze MACHINE unless it is supported.
14COMPATIBLE_MACHINE = "^$" 14COMPATIBLE_MACHINE = "^$"