diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-09 07:42:04 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-09 08:37:09 +0530 |
commit | 9871e51afd66924a07393ea6e68df8142d52f7e5 (patch) | |
tree | a35d01a096c0aa5293f1e506af82def876ae0b80 /meta-xilinx-core/dynamic-layers/virtualization-layer | |
parent | e7c3ab2db7f7148e3f2eacb7b80d0280d5329904 (diff) | |
download | meta-xilinx-9871e51afd66924a07393ea6e68df8142d52f7e5.tar.gz |
lopper : Updated SRCREV for 2024.2_3167
tree: remove potentially alarming print statement
base: add comment about address-map non-compliance
lopper/tree: add the ability to lookup values in parent nodes
lopper: make output file type detection more specific
lopper: Add external-fpga-config option to support pre-configured FPGA use cases
assists: gen_domain_dts: Add strict check while fetching cpu nodes from SDT
Diffstat (limited to 'meta-xilinx-core/dynamic-layers/virtualization-layer')
-rw-r--r-- | meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper_git.bbappend | 2 |
1 files changed, 1 insertions, 1 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 index 8a7412e3..7bc155e8 100644 --- 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 | |||
@@ -1,5 +1,5 @@ | |||
1 | SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" | 1 | SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" |
2 | SRCREV = "5c8554fa216d841b5f9a241652a139a58ce1d335" | 2 | SRCREV = "410510889df9201b0b17161588ca8c1ba4b58d59" |
3 | 3 | ||
4 | FILESEXTRAPATHS:prepend := "${THISDIR}/lopper:" | 4 | FILESEXTRAPATHS:prepend := "${THISDIR}/lopper:" |
5 | 5 | ||