summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorBen Levinsky <ben.levinsky@xilinx.com>2022-06-15 07:14:23 -0700
committerMark Hatle <mhatle@xilinx.com>2022-06-16 05:56:16 -0700
commit9936c786224e7375fb45b3b488d2aacd8356f7fd (patch)
tree3e2dfea38a428be6994db41b3def65c5ebd63a53 /meta-xilinx-core
parentb5731748cc1360827d20efa2e1b934a0c5592abd (diff)
downloadmeta-xilinx-9936c786224e7375fb45b3b488d2aacd8356f7fd.tar.gz
lopper: Update srcrev for 2022.2
Signed-off-by: Ben Levinsky <ben.levinsky@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit bb855e43a4dad0d55b7a8f18fba51cc09fcda71f) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core')
-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 30c8d443..715f8e02 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 = "0c6298469ebb7fa726912a559299f47e169a1450" 9SRCREV = "14d2aa3fb20d173b47d2aad89f9bb69106bfd39d"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12PV="v1.0.2+git${SRCPV}" 12PV="v1.0.2+git${SRCPV}"