diff mbox series

[meta-oe,kirkstone,2/2] pointercal: Add native & nativestdk package support

Message ID 20230502183709.150505-2-bhargav_das@mentor.com
State New
Headers show
Series [meta-oe,kirkstone,1/2] tslib: Add native & nativestdk package support | expand

Commit Message

Bhargav Das May 2, 2023, 6:37 p.m. UTC
From: Bhargav Das <bhargav.das@siemens.com>

Add support for building native and nativesdk variants.

Signed-off-by: Bhargav Das <bhargav.das@siemens.com>
---
 meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb b/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb
index d3e797332..9b72ffefe 100644
--- a/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb
+++ b/meta-oe/recipes-bsp/pointercal/pointercal_0.0.bb
@@ -20,3 +20,5 @@  do_install() {
 ALLOW_EMPTY:${PN} = "1"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 INHIBIT_DEFAULT_DEPS = "1"
+
+BBCLASSEXTEND = "native nativesdk"