aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/bootstrap-image.bb
blob: 5731d94159d271cec333a6421aadbc3ed84a8f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export IMAGE_BASENAME = "bootstrap-image"
export IMAGE_LINGUAS = ""
export IPKG_INSTALL = "${MACHINE_TASK_PROVIDER}"

DEPENDS = "${MACHINE_TASK_PROVIDER}"

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"