summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/dynamic-layers/virtualization-layer
diff options
context:
space:
mode:
authorBen Levinsky <ben.levinsky@xilinx.com>2022-04-06 10:42:29 -0700
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-07-23 15:59:49 -0500
commit7adaa79eddab184395d3ba00342191be1e172b28 (patch)
treef0b5560e5c03d7c02d430a95e773d5633d974ac6 /meta-xilinx-core/dynamic-layers/virtualization-layer
parent2ad5fa3fa580c72cfe104522e2366da621cf03a9 (diff)
downloadmeta-xilinx-7adaa79eddab184395d3ba00342191be1e172b28.tar.gz
dt-processor: Update to use latest lopper
Latest lopper separates the pruning of nodes into separate lop files. Ensure that: 1. Latest lopper is used 2. These pruning operations are included in the A53 and A72 Linux lopper runs. Signed-off-by: Ben Levinsky <ben.levinsky@xilinx.com> Signed-off-by: Mark Hatle <mhatle@xilinx.com> (cherry picked from commit 1df9b28d5284e2ee333c705ce0b41686a87decba) Signed-off-by: Mark Hatle <mhatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/dynamic-layers/virtualization-layer')
-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 ccbc19e2..78fbe92d 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 = "f70eb86385f49545070a84ad756902b3cd607e21" 9SRCREV = "0d56f35e739c62aba2a47523590241e6bfe1db65"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12PV="v1.0.2+git${SRCPV}" 12PV="v1.0.2+git${SRCPV}"