diff options
author | Nava kishore Manne <nava.kishore.manne@amd.com> | 2024-10-19 18:47:53 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-10-23 10:45:12 -0500 |
commit | 32d172113d830a893db9a09e812fea8ef43131d7 (patch) | |
tree | d933af5b8c459c897fa230fc3a09bb471a0f7d3a /meta-xilinx-core | |
parent | fcd6f227eb0bb2b6d4e55f512bdd5cf0dd154ccc (diff) | |
download | meta-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.bb | 2 |
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" | |||
8 | REPO ?= "git://github.com/Xilinx/libdfx.git;protocol=https" | 8 | REPO ?= "git://github.com/Xilinx/libdfx.git;protocol=https" |
9 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 9 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
10 | SRC_URI = "${REPO};${BRANCHARG}" | 10 | SRC_URI = "${REPO};${BRANCHARG}" |
11 | SRCREV = "c8275891ead62b3dfce68c00cf466715f0ac75f1" | 11 | SRCREV = "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. |
14 | COMPATIBLE_MACHINE = "^$" | 14 | COMPATIBLE_MACHINE = "^$" |