summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/dynamic-layers/virtualization-layer
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2022-08-31 16:34:03 -0500
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-08-31 16:34:03 -0500
commitb6b4360c410fe4f8b8c29d00324a59e0456c06c4 (patch)
treea286454517c74ab7f9b0b61fa3f33fc6030159f8 /meta-xilinx-core/dynamic-layers/virtualization-layer
parent2047447b707ec8c84b36c53d50df650b5e9d3ae5 (diff)
parent4484ca84e1d951627d6809f0c5d60cd1d333ce0a (diff)
downloadmeta-xilinx-b6b4360c410fe4f8b8c29d00324a59e0456c06c4.tar.gz
Merge remote-tracking branch 'origin/rel-v2022.1' into honister-next
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-xilinx-core/dynamic-layers/virtualization-layer')
-rw-r--r--meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper.bbappend4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper.bbappend b/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper.bbappend
index 731e9dc7..51c3f79e 100644
--- a/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper.bbappend
+++ b/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper.bbappend
@@ -5,8 +5,8 @@ SECTION = "bootloader"
5 5
6FILESEXTRAPATHS:append := ":${THISDIR}/lopper" 6FILESEXTRAPATHS:append := ":${THISDIR}/lopper"
7 7
8SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" 8SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=v0.2022.x;protocol=https"
9SRCREV = "b7d116f385b6a990a4cc4ca633477345cb142969" 9SRCREV = "cdb1a7b55c375f5237683a512257e0fc573063a2"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12PV="v1.0.2+git${SRCPV}" 12PV="v1.0.2+git${SRCPV}"