blob: 1157a7a44b629726988b1f8f78070279ea49d750 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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"
|