summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/lopper
Commit message (Collapse)AuthorAgeFilesLines
* lopper: update to 1.0.2Bruce Ashfield2022-03-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumping lopper to latest, which comprises the following commits: c7b22ce lopper/subsystem: update access to latest specification 716fe89 lopper/init: pass permissive to dt_compile if specified on the command line 2575d66 dt_compile: allow duplicate label errors to be skipped with --permissive 22b2515 lopper: drop duplicate labels due to node merging f70eb86 lopper: bump version to 1.0.2 9b72de5 lopper: only execute main() when __main__ is called directly b0b19a1 lopper: improve label round trip handling d4b7706 docs: clarify lop versioning an compatible strings e44204b README: add phandle-desc-v1 description 17350a7 version: bump to 1.0.1 0a4fcac tree: fix tree export and reload 520dea8 lopper/base: add secure-address-map description 6e660c5 lopper/lops: resolve tree when copying 8d46634 lopper: allow select to match labels 7aac1e3 openamp: add stub for OpenAMP Domain processing landing function 82986bb lopper: add the ability to extend phandle meta-data table 914c7e2 yaml: add alias/anchor based node naming d9f1abb spec: update remoteproc example per latest spec 40cc05d lop-load: add back CDO d5d23ab xlnx: subsystem: rename lopper_tree to lopper.tree in imports 7d23ba6 lop-load: update for latest master 4caa022 openamp: add stubs for picking up domain to domain YAML property d8dae9d openamp_xlnx: rename fily openamp_xlnx.py to allow includes from this file 0358879 yaml-xlate: add stub for domain-to-domain property 903b16a spec: remove resource-groups 1dd1e67 README: update to add mailing list information 5da82a1 lopper/yaml: add lopper processing for "<<+" extension marker 3d05302 assists: domain_access: Fix update_mem_node handling for higher address 3c81fcc fdt: handle large integers Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* lopper: fix wheel buildTim Orling2022-03-021-1/+4
| | | | | | | | | | | The wheel that is built is: lopper-1.0-py3-none-any.whl Set BASEVERSION to 1.0 and use this to set PV and the value for PYPA_WHEEL (the path to the wheel filename). Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* lopper: update to v1.0 and setuptools based projectBruce Ashfield2021-11-082-45/+31
| | | | | | | | | | | | | | Switching to lopper 1.0 brings us a more standard setuptools based project for install and packaging. This update also fixes the experimental update to master-next, which was incomplete and broken. The only signficant user visible change with this update is that lopper.py is now 'lopper' and any calling recipes need to be updated accordingly. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* lopper: update to master-nextBruce Ashfield2021-11-031-8/+8
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: convert github SRC_URIs to use https protocolBruce Ashfield2021-11-021-1/+1
| | | | | | | | | | | github is removing git:// access, and fetches will start experiencing interruptions in service, and eventually will fail completely. bitbake will also begin to warn on github src_uri's that don't use https. So we convert the meta-virt instances to use protocol=https (done using the oe-core contrib conversion script) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: add explicit branch to all SRC_URIsBruce Ashfield2021-11-021-1/+1
| | | | | | | | | | | | | | As introduced in the oe-core post: https://lists.openembedded.org/g/openembedded-core/message/157623 SRC_URIs without an explicit branch will generate warnings, and eventually be an error. We run the provided conversion script to make sure that meta-virt is ready for the change. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* global: overrides conversion pass 2Bruce Ashfield2021-08-021-1/+1
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
* lopper, python-dtc: add new recipes for device tree toolsChristopher Clark2021-07-291-0/+45
This device tree tooling is being added as a prequisite for enabling qemuboot with the Arm 64-bit version of the Xen hypervisor. lopper: a tool for performing operations on device tree files. A new recipe inspired by the original from meta-xilinx-bsp. python-dtc: a python library for the Device Tree compiler. This is a prerequisite for lopper. Updated import of recipe from meta-xilinx-bsp for the latest release, version 1.6.1. Signed-off-by: Christopher Clark <christopher.clark@starlab.io> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>