diff options
Diffstat (limited to 'packages/images/pivotboot-image.bb')
-rw-r--r-- | packages/images/pivotboot-image.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/images/pivotboot-image.bb b/packages/images/pivotboot-image.bb new file mode 100644 index 0000000000..50634e0353 --- /dev/null +++ b/packages/images/pivotboot-image.bb @@ -0,0 +1,13 @@ +export IMAGE_BASENAME = "pivotboot-image" +export IMAGE_LINGUAS = "" +export IPKG_INSTALL = "task-pivotboot" + +DEPENDS = "task-pivotboot" +PR = "r1" + +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" |