summaryrefslogtreecommitdiff
path: root/packages/angstrom/angstrom-bootstrap-image.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-07-03 11:46:11 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-03 11:46:11 +0000
commitdd4fb149e32dcf1d3505d72c7887c9f8a0cc98ef (patch)
treeb19ef0905657ce84742288431fe06425050f568b /packages/angstrom/angstrom-bootstrap-image.bb
parent5e44cd573f6bab185debfd5afeeb3b7c1953767a (diff)
angstrom: misc stuff
* new tasks to get smaller images * new images to take advantage of said tasks * cleanups
Diffstat (limited to 'packages/angstrom/angstrom-bootstrap-image.bb')
-rw-r--r--packages/angstrom/angstrom-bootstrap-image.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/angstrom/angstrom-bootstrap-image.bb b/packages/angstrom/angstrom-bootstrap-image.bb
new file mode 100644
index 0000000000..84a4845569
--- /dev/null
+++ b/packages/angstrom/angstrom-bootstrap-image.bb
@@ -0,0 +1,14 @@
+#Angstrom bootstrap image
+LICENSE = MIT
+MAINTAINER = "Koen Kooi <koen@dominion.kabel.utwente.nl>"
+PR = "r0"
+
+DEPENDS = "task-angstrom"
+RDEPENDS = "angstrom-base-depends"
+
+export IMAGE_BASENAME = "bootstrap-image"
+export IMAGE_LINGUAS = ""
+export IPKG_INSTALL = "angstrom-base-depends"
+
+inherit image_ipk
+