summaryrefslogtreecommitdiff
path: root/openembedded/packages/meta/mythfront-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/meta/mythfront-image.bb')
-rw-r--r--openembedded/packages/meta/mythfront-image.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/openembedded/packages/meta/mythfront-image.bb b/openembedded/packages/meta/mythfront-image.bb
new file mode 100644
index 000000000..783625894
--- /dev/null
+++ b/openembedded/packages/meta/mythfront-image.bb
@@ -0,0 +1,13 @@
+export IMAGE_BASENAME = "mythfront-image"
+
+IMAGE_ROOTFS_SIZE_ext2 = "85000"
+IMAGE_ROOTFS_SIZE_ext2.gz = "85000"
+IMAGE_LINGUAS = ""
+
+MYTHFRONT_PACKAGES = "task-bootstrap task-mythfront"
+
+export IPKG_INSTALL = "${MYTHFRONT_PACKAGES}"
+DEPENDS = "${MYTHFRONT_PACKAGES}"
+
+inherit image_ipk
+LICENSE = MIT