blob: 1ff60e60e143b1b391b2981d21ccd6e8d76a03d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
export IMAGE_BASENAME = "bootstrap-image"
export IMAGE_LINGUAS = ""
export PACKAGE_INSTALL = "${MACHINE_TASK_PROVIDER}"
DEPENDS = "${MACHINE_TASK_PROVIDER}"
inherit image
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"
|