Signed-off-by: Alejandro Enedino Hernandez Samaniego <[email protected]>
---
 meta/lib/oeqa/selftest/cases/baremetal.py | 14 ++++++++++++++
 1 file changed, 14 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..cadaea2f1a
--- /dev/null
+++ b/meta/lib/oeqa/selftest/cases/baremetal.py
@@ -0,0 +1,14 @@
+
+#
+# Copyright OpenEmbedded Contributors
+#
+# SPDX-License-Identifier: MIT
+#
+
+from oeqa.selftest.case import OESelftestTestCase
+from oeqa.utils.commands import bitbake
+
+class BaremetalTest(OESelftestTestCase):
+    def test_baremetal(self):
+        self.write_config('TCLIBC = "baremetal"')
+        bitbake('baremetal-helloworld')
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#175640): 
https://lists.openembedded.org/g/openembedded-core/message/175640
Mute This Topic: https://lists.openembedded.org/mt/96137779/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to