summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-multimedia
diff options
context:
space:
mode:
authorArno Glim <arno.glim@amd.com>2024-06-24 15:05:27 -0700
committerMark Hatle <mark.hatle@amd.com>2024-06-25 18:17:56 -0500
commit15eb231bb86efdf8ea85325486de57c3305e139b (patch)
tree0cd0e96dd33f7400c87d81faffc0c1e291b187c7 /meta-xilinx-multimedia
parentecb1730d2fabb9009f0e6d846bd0c82669c3af20 (diff)
downloadmeta-xilinx-15eb231bb86efdf8ea85325486de57c3305e139b.tar.gz
Update kernel-module-vcu2 recipe to commit id with fixes for new kernel version
Signed-off-by : Arno Glim <arno.glim@amd.com> Changed recipe version from 2024.1 to 2024.2 Changelog: Support VCU2 kernel driver for 6.6 kernel version Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-multimedia')
-rw-r--r--meta-xilinx-multimedia/recipes-multimedia/vcu2/kernel-module-vcu2_2024.2.bb (renamed from meta-xilinx-multimedia/recipes-multimedia/vcu2/kernel-module-vcu2_2024.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-multimedia/recipes-multimedia/vcu2/kernel-module-vcu2_2024.1.bb b/meta-xilinx-multimedia/recipes-multimedia/vcu2/kernel-module-vcu2_2024.2.bb
index c6ce6e11..0ebeb4c9 100644
--- a/meta-xilinx-multimedia/recipes-multimedia/vcu2/kernel-module-vcu2_2024.1.bb
+++ b/meta-xilinx-multimedia/recipes-multimedia/vcu2/kernel-module-vcu2_2024.2.bb
@@ -10,9 +10,9 @@ S = "${WORKDIR}/git"
10 10
11FILESEXTRAPATHS:prepend := "${THISDIR}/files:" 11FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
12 12
13BRANCH = "xlnx_rel_v2024.1" 13BRANCH = "xlnx_rel_v2024.2"
14REPO = "git://github.com/Xilinx/vcu2-modules.git;protocol=https" 14REPO = "git://github.com/Xilinx/vcu2-modules.git;protocol=https"
15SRCREV = "28a8d32f22224f8c344b1d73b2f9e30db228b4fc" 15SRCREV = "bf4826d5820901c097c201eb11b8ef14f28cb32c"
16 16
17BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 17BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
18SRC_URI = " \ 18SRC_URI = " \