summaryrefslogtreecommitdiff
path: root/packages/images/bootstrap-image.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-07-23 14:19:49 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-07-23 14:19:49 +0000
commit7ade510f39625ad0a6744db95160f661ab4bbd1e (patch)
tree5803162ed78c25ebeb126c7a017ba936c76d1153 /packages/images/bootstrap-image.bb
parent68b5df2b8115eee9576ea414d2663a9000f54ee8 (diff)
parent8a7dd61b6490353b3a284c7100e0adb9840d6da4 (diff)
merge of 206b9c34335d6624ecb83fa31c72e4d6fbe3b541
and da3bdc9f7b7872511bed7da95bbe562ffd88f6fe
Diffstat (limited to 'packages/images/bootstrap-image.bb')
-rw-r--r--packages/images/bootstrap-image.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/images/bootstrap-image.bb b/packages/images/bootstrap-image.bb
new file mode 100644
index 0000000000..1791dd8f56
--- /dev/null
+++ b/packages/images/bootstrap-image.bb
@@ -0,0 +1,12 @@
+export IMAGE_BASENAME = "bootstrap-image"
+export IMAGE_LINGUAS = ""
+export IPKG_INSTALL = "task-bootstrap"
+
+DEPENDS = "task-bootstrap"
+
+inherit image_ipk
+
+FEED_URIS_append_familiar = " x11##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/x11 \
+ opie##http://familiar.handhelds.org/releases/${DISTRO_VERSION}/feed/opie"
+
+LICENSE = MIT