mbox series

[0/1] Support for Arm RMM Firmware

Message ID 20240304231639.4187147-1-mathieu.poirier@linaro.org
Headers show
Series Support for Arm RMM Firmware | expand

Message

Mathieu Poirier March 4, 2024, 11:16 p.m. UTC
Hi all,

Please see enclosed attempt at introducing a recipe to support Arm's RMM
firmware.

I am new to Yocto/oe and hereby submitting my very first recipe - let me
know if you want something modified.  

Compiling this recipe yields the following warning:

"WARNING: rmm-1.0-r0 do_package_qa: QA Issue: File /firmware/rmm.dump in package rmm contains reference to TMPDIR
File /firmware/rmm.elf in package rmm contains reference to TMPDIR [buildpaths]"

I would appreciate some guidance on how to get rid of it - I looked far
and wide with little results.

Thanks,
Mathieu

Mathieu Poirier (1):
  arm/rmm: Add bitbake, include and patch file for RMM firmware

 ...Add-repositories-for-system-includes.patch | 45 ++++++++++++++++
 meta-arm/recipes-bsp/rmm/rmm.inc              | 54 +++++++++++++++++++
 meta-arm/recipes-bsp/rmm/rmm_1.0.bb           |  5 ++
 3 files changed, 104 insertions(+)
 create mode 100644 meta-arm/recipes-bsp/rmm/files/0001-CMakeLists-Add-repositories-for-system-includes.patch
 create mode 100644 meta-arm/recipes-bsp/rmm/rmm.inc
 create mode 100644 meta-arm/recipes-bsp/rmm/rmm_1.0.bb