diff options
-rw-r--r-- | meta/openslug-image.oe | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/openslug-image.oe b/meta/openslug-image.oe index e69de29bb2..36cadd84a4 100644 --- a/meta/openslug-image.oe +++ b/meta/openslug-image.oe @@ -0,0 +1,10 @@ +IMAGE_BASENAME = "openslug" + +IMAGE_LINGUAS = "" +USE_DEVFS = "1" + +IPKG_INSTALL = "task-bootstrap" + +DEPENDS = "task-bootstrap" + +inherit image_ipk |