aboutsummaryrefslogtreecommitdiffstats
path: root/packages/images/ossie-image.bb
blob: 7f7cfbd2e0a8fe36af7fe2b0867709bd333c688b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export IMAGE_BASENAME = "ossie-image"
export IMAGE_LINGUAS = ""
export PACKAGE_INSTALL = "${MACHINE_TASK_PROVIDER} task-ossie"

DEPENDS = "${MACHINE_TASK_PROVIDER} task-ossie"

OSSIE_URI = "http://192.168.1.81/feed"

FEED_URIS += " \
                no-arch##${OSSIE_URI}/unstable/feed/all \
                base##${OSSIE_URI}/unstable/feed/${TARGET_ARCH}/base \
                python##${OSSIE_URI}/unstable/feed/${TARGET_ARCH}/python \
                debug##${OSSIE_URI}/unstable/feed/${TARGET_ARCH}/debug \
                ${MACHINE}##${OSSIE_URI}/unstable/feed/${TARGET_ARCH}/machine/${MACHINE}"


inherit image

LICENSE = "MIT"