diff options
author | André Draszik <git@andred.net> | 2020-02-04 11:14:26 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-02-04 18:45:47 -0800 |
commit | 23d43514cfb652cd1662f04028e40ca447c58d76 (patch) | |
tree | aa8ed6e5146ec0134ef1648d5c686e53238b8259 | |
parent | 392484ae210034ca2e567c027bc670a49032aaaf (diff) | |
download | meta-openembedded-23d43514cfb652cd1662f04028e40ca447c58d76.tar.gz |
smem: add a native variant
The native variant is useful to e.g. examine captures of a
running target on the host system.
Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/smem/smem_1.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/smem/smem_1.4.bb b/meta-oe/recipes-support/smem/smem_1.4.bb index 702217a33d..947c47b0f6 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 | |||
29 | PACKAGES =+ "smemcap" | 29 | PACKAGES =+ "smemcap" |
30 | 30 | ||
31 | FILES_smemcap = "${bindir}/smemcap" | 31 | FILES_smemcap = "${bindir}/smemcap" |
32 | |||
33 | BBCLASSEXTEND = "native" | ||