diff options
author | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-21 13:49:04 -0800 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-21 13:49:04 -0800 |
commit | 49ecd38747bd577094d3e82fce9a9be6eae6233e (patch) | |
tree | 0d8bcdb7cda8f211d99f3fb50ad758fb8b360bd7 /meta-xilinx-bsp | |
parent | e62a461da800363cf576dae09f78094d4b8e9456 (diff) | |
download | meta-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.bb | 2 |
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 | ||
12 | BRANCH = "master" | 12 | BRANCH = "master" |
13 | REPO = "git://github.com/Xilinx/vcu-modules.git;protocol=https" | 13 | REPO = "git://github.com/Xilinx/vcu-modules.git;protocol=https" |
14 | SRCREV = "e208ae31f663af77b1b703b3c038ce7bf812fa83" | 14 | SRCREV = "36e0fe61a5aa6bb667c4514304558c6a2b3016bd" |
15 | 15 | ||
16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" | 16 | BRANCHARG = "${@['nobranch=1', 'branch=${BRANCH}'][d.getVar('BRANCH', True) != '']}" |
17 | SRC_URI = "${REPO};${BRANCHARG}" | 17 | SRC_URI = "${REPO};${BRANCHARG}" |