diff options
author | Rod Whitby <rod@whitby.id.au> | 2004-11-17 09:55:32 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2004-11-17 09:55:32 +0000 |
commit | 50ec863a84b322815cc26953ab8f10bbc0a30ff2 (patch) | |
tree | 58c1aa1128417f774b299b8f592216f07cbfb918 | |
parent | f6d4b62dacd2b2a0e5a3479b2c890a9433030116 (diff) |
Fixed openslug-image (was running makedevs with minimal device table)
BKrev: 419b2014Gy3l7I_ygJ3aYOd6zNBAAQ
-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 |