diff options
author | Sivaprasad Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-01 06:01:08 +0530 |
---|---|---|
committer | Siva Addepalli <sivaprasad.addepalli@xilinx.com> | 2024-10-01 12:57:10 +0530 |
commit | e9f2ade13e862b2074bf5c5b8179c16faf7cb2ac (patch) | |
tree | 514aca42039250516670a5993697589a553ea45d /meta-xilinx-core/dynamic-layers/virtualization-layer | |
parent | 24645ba785f61ac3c75219e90944721352eb45de (diff) | |
download | meta-xilinx-e9f2ade13e862b2074bf5c5b8179c16faf7cb2ac.tar.gz |
lopper : Updated SRCREV for 2024.2_8807
lopper/device tree: variable sized records
lopper: add heuristics to string format detection
lopper: flush, unify and simplify output (print())
lopper/sanity: test both LopperTreePrinter and node print to file
lopper: add warning/error checking framwork
lopper: make some warnings informational
lopper: improve output directory and output file handling
lopper: assists: baremetal_xparameters_xlnx: In case of no valid lable dont generate defines
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 63899ab9..6c3e4046 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 = "e0f6cd841f3c8793487a4f2a1ecda1be243896d3" | 2 | SRCREV = "a2abe17bd3b95051d7ab00639b533a96ca0cd208" |
3 | 3 | ||
4 | FILESEXTRAPATHS:prepend := "${THISDIR}/lopper:" | 4 | FILESEXTRAPATHS:prepend := "${THISDIR}/lopper:" |
5 | 5 | ||