diff options
author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-08-31 16:34:03 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-08-31 16:34:03 -0500 |
commit | b6b4360c410fe4f8b8c29d00324a59e0456c06c4 (patch) | |
tree | a286454517c74ab7f9b0b61fa3f33fc6030159f8 /meta-xilinx-core/dynamic-layers/virtualization-layer | |
parent | 2047447b707ec8c84b36c53d50df650b5e9d3ae5 (diff) | |
parent | 4484ca84e1d951627d6809f0c5d60cd1d333ce0a (diff) | |
download | meta-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.bbappend | 4 |
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 | ||
6 | FILESEXTRAPATHS:append := ":${THISDIR}/lopper" | 6 | FILESEXTRAPATHS:append := ":${THISDIR}/lopper" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" | 8 | SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=v0.2022.x;protocol=https" |
9 | SRCREV = "b7d116f385b6a990a4cc4ca633477345cb142969" | 9 | SRCREV = "cdb1a7b55c375f5237683a512257e0fc573063a2" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | PV="v1.0.2+git${SRCPV}" | 12 | PV="v1.0.2+git${SRCPV}" |