diff options
author | Onkar Harsh <onkar.harsh@amd.com> | 2024-03-21 16:22:00 +0530 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-03-25 10:23:59 -0500 |
commit | 2d99275dbcd1eed099ae4626725978a3426e55c9 (patch) | |
tree | 21c406e9cec8944d73b486502a58e61e1b39b5e8 /meta-xilinx-core/dynamic-layers/virtualization-layer | |
parent | c5a28bdc38dd110c377e1750bf8f92ed8040cf71 (diff) | |
download | meta-xilinx-2d99275dbcd1eed099ae4626725978a3426e55c9.tar.gz |
lopper: Update Branch and SRCREV of lopper for 2024.1
Github lopper (https://github.com/devicetree-org/lopper) has now been branched
out to v0.2024.x to support 2024.1 release. Update the recipe to use lopper from
this branch.
The SRCREV update contains below commits:
assists: gen_domain_dts: Remove BRAM memory nodes from linux device tree
assists: linker/domain: Add support for linear flash memories in linker script
lopper: assists: baremetal_validate_comp_xlnx: Update memory test checks for zynq platform
lopper: assists: baremetal_xparameters_xlnx: Fix whitespace after the marco name warning
assists: baremetal_xparameters_xlnx: Export defines needed by MB V BSP
lops: lop-microblaze-riscv: Add support for library fallback mechanism
lopper: assists: baremetal_gentestapp_xlnx: Fix the condition for selftest API declartion
Signed-off-by: Onkar Harsh <onkar.harsh@amd.com>
Signed-off-by: Mark Hatle <mark.hatle@amd.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_git.bbappend | 4 |
1 files changed, 2 insertions, 2 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 92af8a7a..62a3b0f2 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=v0.2024.x;protocol=https" |
2 | SRCREV = "4b687525d2c4785eedbcbd73431bc6d236cb5bc8" | 2 | SRCREV = "a85a86eba10c7cd0f8aa4c99aa647ae8bdd72d70" |
3 | 3 | ||
4 | FILESEXTRAPATHS:prepend := "${THISDIR}/lopper:" | 4 | FILESEXTRAPATHS:prepend := "${THISDIR}/lopper:" |
5 | 5 | ||