diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-15 18:07:23 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-15 18:07:23 +0100 |
commit | 97725528773f6742892cf483cef1093f31efd2d2 (patch) | |
tree | 8a45179ffe3b0dcb478eab022c1e4cf258298e2b /recipes/images | |
parent | 4319baa438ea7b26d4b7d8474440e684c11d877b (diff) |
micro-base-image: new image
Diffstat (limited to 'recipes/images')
-rw-r--r-- | 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 0000000000..32e317367a --- /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 + |