[oe] [meta-oe][PATCH] smem: add a native variant

André Draszik git at andred.net
Tue Feb 4 11:14:26 UTC 2020


The native variant is useful to e.g. examine captures of a
running target on the host system.

Signed-off-by: André Draszik <git at andred.net>
---
 meta-oe/recipes-support/smem/smem_1.4.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/smem/smem_1.4.bb b/meta-oe/recipes-support/smem/smem_1.4.bb
index 702217a33..947c47b0f 100644
--- a/meta-oe/recipes-support/smem/smem_1.4.bb
+++ b/meta-oe/recipes-support/smem/smem_1.4.bb
@@ -29,3 +29,5 @@ RDEPENDS_${PN} += "python-textutils python-compression python-shell python-codec
 PACKAGES =+ "smemcap"
 
 FILES_smemcap = "${bindir}/smemcap"
+
+BBCLASSEXTEND = "native"
-- 
2.23.0.rc1



More information about the Openembedded-devel mailing list