summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Levinsky <ben.levinsky@xilinx.com>2022-04-26 20:22:20 -0700
committerMark Hatle <mhatle@xilinx.com>2022-04-28 06:56:59 -0700
commit9097f6a96da97bad6a688d0bee40f03423b21d7b (patch)
tree6fd0ac8fc42831648a21aa8c66e62a3efa2a1e27
parent90c9443255bb78058f5e27b5639fd3ed24987670 (diff)
downloadmeta-xilinx-9097f6a96da97bad6a688d0bee40f03423b21d7b.tar.gz
lopper: updated srcrev for 2022.2
Signed-off-by: Ben Levinsky <ben.levinsky@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com>
-rw-r--r--meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper.bbappend2
1 files changed, 1 insertions, 1 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 c5232218..d032f45e 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
@@ -6,7 +6,7 @@ SECTION = "bootloader"
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=master;protocol=https"
9SRCREV = "5c3074bc460fa13c679bf41159e23a854fdf9b89" 9SRCREV = "01ae24278dd819d296015c58eb669d6e5ae41a17"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12PV="v1.0.2+git${SRCPV}" 12PV="v1.0.2+git${SRCPV}"