aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images
diff options
context:
space:
mode:
authorPhilip Balister <philip@opensdr.com>2010-11-11 16:56:07 -0800
committerPhilip Balister <philip@opensdr.com>2010-11-11 16:56:07 -0800
commit4138991b3de3d9919d3998c1c01ba6cb599b4640 (patch)
tree8b8c8123585329d5069ae520a771f71d541d31e5 /recipes/images
parent2b98a07adb6e6ddbf897c59fb44c6b2294bfa35b (diff)
downloadopenembedded-4138991b3de3d9919d3998c1c01ba6cb599b4640.tar.gz
ossie-image : Obsolete image.
Diffstat (limited to 'recipes/images')
-rw-r--r--recipes/images/ossie-image.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/recipes/images/ossie-image.bb b/recipes/images/ossie-image.bb
deleted file mode 100644
index aedbecbefd..0000000000
--- a/recipes/images/ossie-image.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DEPENDS = "${MACHINE_TASK_PROVIDER} task-ossie"
-
-IMAGE_LINGUAS = ""
-IMAGE_INSTALL = "${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