From bb8bc7aec43d159f1943f3b8b36e3bfa3ca10a00 Mon Sep 17 00:00:00 2001 From: Swagath Gadde Date: Wed, 11 Sep 2024 17:24:13 +0530 Subject: Update lopper srcrev Changelog: lopper: assists: xlnx_overlay_dt: Improvments in the assist. lopper: assist: gen_domain_dts: Update the linux device-tree to delete unneeded nodes. assists: baremetalconfig_xlnx: Remove the dead code from get_clock_prop(). lops:lop-a53-32bit.dts Add a new lops file to generate apu_map. lopper: assists: bmcmake_metadata_xlnx: Update the driver example meta-data to take care of windows platform as well. lopper_sanity: add openamp sanity test. lopper: add strict mode to nodes(). lops:lop-cpu-oslist Add a new lops file to get ai_engine as cpu. openamp: xlnx: fix syntax err. lops: lop-microblaze-riscv: Update multilib mappings. Signed-off-by: Swagath Gadde Signed-off-by: Mark Hatle --- .../0001-openamp-xlnx-Fix-typo-in-comparison.patch | 38 ---------------------- .../recipes-kernel/lopper/lopper_git.bbappend | 4 +-- 2 files changed, 1 insertion(+), 41 deletions(-) delete mode 100644 meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper/0001-openamp-xlnx-Fix-typo-in-comparison.patch (limited to 'meta-xilinx-core/dynamic-layers/virtualization-layer') diff --git a/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper/0001-openamp-xlnx-Fix-typo-in-comparison.patch b/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper/0001-openamp-xlnx-Fix-typo-in-comparison.patch deleted file mode 100644 index 64dbc9ae..00000000 --- a/meta-xilinx-core/dynamic-layers/virtualization-layer/recipes-kernel/lopper/lopper/0001-openamp-xlnx-Fix-typo-in-comparison.patch +++ /dev/null @@ -1,38 +0,0 @@ -From 6d4d132ef591a08127895a5058d580f07124597b Mon Sep 17 00:00:00 2001 -From: Mark Hatle -Date: Wed, 28 Aug 2024 14:35:34 -0600 -Subject: [PATCH] openamp: xlnx: Fix typo in comparison - -Resolve issue reported as: - [ERROR]: could not load assist: .../usr/lib/python3.12/site-packages/lopper/assists/baremetal_bspconfig_xlnx.py: expected ':' (openamp_xlnx.py, line 200) - [ERROR]: could not load assist: .../usr/lib/python3.12/site-packages/lopper/assists/baremetal_bspconfig_xlnx.py: expected ':' (openamp_xlnx.py, line 1037) - -Signed-off-by: Mark Hatle ---- - lopper/assists/openamp_xlnx.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/lopper/assists/openamp_xlnx.py b/lopper/assists/openamp_xlnx.py -index 6fd77b0..5d62000 100644 ---- a/lopper/assists/openamp_xlnx.py -+++ b/lopper/assists/openamp_xlnx.py -@@ -197,7 +197,7 @@ def xlnx_rpmsg_construct_carveouts(tree, carveouts, rpmsg_carveouts, native, cha - new_node = LopperNode(-1, "/reserved-memory/"+carveout.name) - new_node + LopperProp(name="no-map") - new_node + LopperProp(name="reg", value=[0, start, 0, size]) -- if not reserved_mem_node_check(tree, new_node) -+ if not reserved_mem_node_check(tree, new_node): - return False - - if "vdev0buffer" in carveout.name: -@@ -1034,7 +1034,7 @@ def xlnx_remoteproc_construct_carveouts(tree, carveouts, new_ddr_nodes, verbose - new_node + LopperProp(name="reg", value=[0, start, 0, size]) - tree.add(new_node) - -- if not reserved_mem_node_check(tree, new_node) -+ if not reserved_mem_node_check(tree, new_node): - return False - - phandle_val = new_node.phandle_or_create() --- -2.34.1 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 1e2798d2..9aba99b3 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,10 +1,8 @@ SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=https" -SRCREV = "3c69852c71aba0bf5711b8463fb9ab38345faa42" +SRCREV = "4644625b8665b190e03b97e3a0e2017b1015e430" FILESEXTRAPATHS:prepend := "${THISDIR}/lopper:" -SRC_URI += "file://0001-openamp-xlnx-Fix-typo-in-comparison.patch" - BASEVERSION = "1.2.0" RDEPENDS:${PN} += " \ -- cgit v1.2.3-54-g00ecf