aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper_git.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper_git.bbappend')
-rw-r--r--meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper_git.bbappend13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper_git.bbappend b/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper_git.bbappend
new file mode 100644
index 00000000..56cb8a45
--- /dev/null
+++ b/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper_git.bbappend
@@ -0,0 +1,13 @@
+SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https"
+SRCREV = "807435ae6fa0a07e8c84b458d138f3f54614eb5c"
+
+FILESEXTRAPATHS:prepend := "${THISDIR}/lopper:"
+
+BASEVERSION = "1.1.0"
+
+RDEPENDS:${PN} += " \
+ python3-ruamel-yaml \
+ python3-anytree \
+ python3-six \
+ python3-pyyaml \
+ "