[oe] [meta-oe] [PATCH 1/2] nano-tiny: add 'tiny' build of nano

Christopher Larson kergoth at gmail.com
Thu Jun 28 18:18:19 UTC 2012


Builds with --enable-tiny rather than --enable-all. Binary sizes:

non-tiny: 166320
tiny: 73592

Signed-off-by: Christopher Larson <kergoth at gmail.com>
---
 meta-oe/recipes-support/nano/nano-tiny_2.2.5.bb | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 meta-oe/recipes-support/nano/nano-tiny_2.2.5.bb

diff --git a/meta-oe/recipes-support/nano/nano-tiny_2.2.5.bb b/meta-oe/recipes-support/nano/nano-tiny_2.2.5.bb
new file mode 100644
index 0000000..d0b2576
--- /dev/null
+++ b/meta-oe/recipes-support/nano/nano-tiny_2.2.5.bb
@@ -0,0 +1,6 @@
+require recipes-support/nano/nano_${PV}.bb
+
+DESCRIPTION_${PN} = "${DESCRIPTION} - tiny build"
+
+BPN = "nano"
+EXTRA_OECONF = "--enable-tiny"
-- 
1.7.11





More information about the Openembedded-devel mailing list