My apologies, last minute typo on this one, sending v2 Alejandro
On Sun, 8 Jan 2023 at 12:15, Alejandro Hernandez Samaniego via lists.openembedded.org <[email protected]> wrote: > Signed-off-by: Alejandro Enedino Hernandez Samaniego < > [email protected]> > --- > meta/lib/oeqa/selftest/cases/baremetal.py | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > create mode 100644 meta/lib/oeqa/selftest/cases/baremetal.py > > diff --git a/meta/lib/oeqa/selftest/cases/baremetal.py > b/meta/lib/oeqa/selftest/cases/baremetal.py > new file mode 100644 > index 0000000000..3f70feebad > --- /dev/null > +++ b/meta/lib/oeqa/selftest/cases/baremetal.py > @@ -0,0 +1,13 @@ > + > +# > +# Copyright OpenEmbedded Contributors > +# > +# SPDX-License-Identifier: MIT > +# > + > +from oeqa.selftest.case import OESelftestTestCase > +from oeqa.utils.commands import bitbake > + > +class BaremetalTest(OESelftestTestCase): > + self.write_config('TCLIBC = "baremetal"') > + bitbake('baremetal-helloworld') > -- > 2.34.1 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#175639): https://lists.openembedded.org/g/openembedded-core/message/175639 Mute This Topic: https://lists.openembedded.org/mt/96137503/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
