diff options
Diffstat (limited to 'packages/images/bootstrap-image.bb')
| -rw-r--r-- | packages/images/bootstrap-image.bb | 12 |
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 |
