summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-21 13:49:04 -0800
committerMark Hatle <mark.hatle@xilinx.com>2021-12-21 13:49:04 -0800
commit49ecd38747bd577094d3e82fce9a9be6eae6233e (patch)
tree0d8bcdb7cda8f211d99f3fb50ad758fb8b360bd7 /meta-xilinx-bsp
parente62a461da800363cf576dae09f78094d4b8e9456 (diff)
downloadmeta-xilinx-49ecd38747bd577094d3e82fce9a9be6eae6233e.tar.gz
kernel-module-vcu: Update to latest commit to support 5.15
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp')
-rw-r--r--meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb b/meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb
index f11a5a90..c91687c7 100644
--- a/meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb
+++ b/meta-xilinx-bsp/recipes-multimedia/vcu/kernel-module-vcu.bb
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
11 11
12BRANCH = "master" 12BRANCH = "master"
13REPO = "git://github.com/Xilinx/vcu-modules.git;protocol=https" 13REPO = "git://github.com/Xilinx/vcu-modules.git;protocol=https"
14SRCREV = "e208ae31f663af77b1b703b3c038ce7bf812fa83" 14SRCREV = "36e0fe61a5aa6bb667c4514304558c6a2b3016bd"
15 15
16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" 16BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}"
17SRC_URI = "${REPO};${BRANCHARG}" 17SRC_URI = "${REPO};${BRANCHARG}"