blob: a7aa9025fe8f3289ddeaaa1f0e2d9549a05411e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
export IMAGE_BASENAME = "bootstrap-image"
export IMAGE_LINGUAS = ""
export IPKG_INSTALL = "task-bootstrap"
DEPENDS = "task-bootstrap"
inherit image_ipk
FEED_URIS_append_openzaurus = " x11##http://openzaurus.org/official/unstable/3.5.2/feed/x11 \
gpe##http://openzaurus.org/official/unstable/3.5.2/feed/gpe \
opie##http://openzaurus.org/official/unstable/3.5.2/feed/opie \
e##http://openzaurus.org/official/unstable/3.5.2/feed/e"
FEED_URIS_append_familiar = " x11##http://familiar.handhelds.org/releases/0.8/feed/x11 \
gpe##http://familiar.handhelds.org/releases/0.8/feed/gpe \
opie##http://familiar.handhelds.org/releases/0.8/feed/opie \
e##http://familiar.handhelds.org/releases/0.8/feed/e"
LICENSE = MIT
|