From 32d172113d830a893db9a09e812fea8ef43131d7 Mon Sep 17 00:00:00 2001 From: Nava kishore Manne Date: Sat, 19 Oct 2024 18:47:53 +0530 Subject: 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 Updated commit message, included changelog Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-bsp/libdfx/libdfx_2024.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-xilinx-core') 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" REPO ?= "git://github.com/Xilinx/libdfx.git;protocol=https" BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" SRC_URI = "${REPO};${BRANCHARG}" -SRCREV = "c8275891ead62b3dfce68c00cf466715f0ac75f1" +SRCREV = "af8d735fae286e7bc94c830a86c960598a4ac014" # Don't allow building for Zynq and Microblaze MACHINE unless it is supported. COMPATIBLE_MACHINE = "^$" -- cgit v1.2.3-54-g00ecf