]> code.ossystems Code Review - openembedded-core.git/commit
baremetal-image.bbclass: Create a class for baremetal applications or an RTOS
authorAlejandro Hernandez <alejandro@enedino.org>
Mon, 6 Jul 2020 06:50:21 +0000 (23:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Jul 2020 09:37:08 +0000 (10:37 +0100)
commit34df656e1d7070337f62c8fd9b2dc27491275416
treeb963065157f5ed61fb20d3dfdec7b328c336df30
parent1243aad78601e9a5c0a3471c8a105c429536599d
baremetal-image.bbclass: Create a class for baremetal applications or an RTOS

Baremetal applications or an RTOS built with OpenEmbedded can share the same
code to be built as an image, tested and packaged in case they can be updated
as a firmware blob from Linux.

This class creates the proper wiring to mimic OE Linux image creation and
testing infrastructure, inheriting it makes the process of creating a baremetal
application transparent to the developer deploying it automatically along with
its required bits to be run and tested.

Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/baremetal-image.bbclass [new file with mode: 0644]