diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-10 16:59:16 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-10 16:59:16 +0000 |
commit | c2cf69c5b781405661787a38eaeb98a5c050fd97 (patch) | |
tree | 29078a28849f1209eea67668bba7fb9e59b023de /meta/mythfront-image.oe | |
parent | 35b032739e678bad374bafaa72bd3f493044b0a8 (diff) |
mythfront image additions
BKrev: 41696a641yr5Xd_AJ3Y3aVqLmNZRQQ
Diffstat (limited to 'meta/mythfront-image.oe')
-rw-r--r-- | meta/mythfront-image.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/mythfront-image.oe b/meta/mythfront-image.oe index e69de29bb2..0ab66bde3a 100644 --- a/meta/mythfront-image.oe +++ b/meta/mythfront-image.oe @@ -0,0 +1,11 @@ +export IMAGE_BASENAME = "mythfront-image" + +IMAGE_ROOTFS_SIZE_ext2 = "90000" +IMAGE_LINGUAS = "" + +MYTHFRONT_PACKAGES = "task-bootstrap task-mythfront" + +export IPKG_INSTALL = "${MYTHFRONT_PACKAGES}" +DEPENDS = "${MYTHFRONT_PACKAGES}" + +inherit image_ipk |