[oe-commits] Phil Blundell : micro-base-image: new image

git version control git at git.openembedded.org
Mon Jun 15 17:09:24 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 97725528773f6742892cf483cef1093f31efd2d2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=97725528773f6742892cf483cef1093f31efd2d2

Author: Phil Blundell <philb at gnu.org>
Date:   Mon Jun 15 18:07:23 2009 +0100

micro-base-image: new image

---

 recipes/images/micro-base-image.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/recipes/images/micro-base-image.bb b/recipes/images/micro-base-image.bb
new file mode 100644
index 0000000..32e3173
--- /dev/null
+++ b/recipes/images/micro-base-image.bb
@@ -0,0 +1,19 @@
+# micro-base-image
+#
+# Image configuration for the OE Micro Linux Distribuion (micro, micro-uclibc)
+#
+
+# Install basic files only
+IMAGE_INSTALL = "base-files base-passwd dropbear netbase"
+IMAGE_LINGUAS = ""
+
+# Use busybox as login manager
+IMAGE_LOGIN_MANAGER = "busybox"
+
+# Include minimum init and init scripts
+IMAGE_DEV_MANAGER = "mdev"
+IMAGE_INIT_MANAGER = "sysvinit sysvinit-pidof"
+IMAGE_INITSCRIPTS = ""
+
+inherit image
+





More information about the Openembedded-commits mailing list