mbox series

[v2,0/1] cmake.bbclass: optionally support qemu

Message ID 20231127073337.630358-1-adrian.freihofer@siemens.com
Headers show
Series cmake.bbclass: optionally support qemu | expand

Message

Adrian Freihofer Nov. 27, 2023, 7:33 a.m. UTC
Changes in comparison to v1:

Improve the implementation according to Richard's suggestions.
José's comments have also been taken into account.
https://lists.openembedded.org/g/openembedded-core/topic/89289917

- The idea is now to inherit the cmake-qemu.bbclass only where it really
  makes sense. This differs from the Meson implementation. But the
  limitations of this approach can be taken into account for each recipe
  individually.
- Drop the CMAKE_EXEWRAPPER_ENABLED variable again.
- Improve the comment

Adrian Freihofer (1):
  cmake-qemu.bbclass: support qemu for cmake

 meta/classes-recipe/cmake-qemu.bbclass | 32 ++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 meta/classes-recipe/cmake-qemu.bbclass