summaryrefslogtreecommitdiffstats
path: root/meta/packages/meta/oh-image-sdk.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-07-21 10:45:19 +0000
committerRichard Purdie <richard@openedhand.com>2006-07-21 10:45:19 +0000
commitd95941bb511fbef48afb0ff9c87cbe14b309b486 (patch)
treeb379edf34009ae3422644daa789e08926448d09c /meta/packages/meta/oh-image-sdk.bb
parentb2f192faabe412adce79534e22efe9fb69ee40e2 (diff)
downloadpoky-d95941bb511fbef48afb0ff9c87cbe14b309b486.tar.gz
Move tasks into packages/tasks, images into packages/images, remove bootstrap-image
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@531 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/meta/oh-image-sdk.bb')
-rw-r--r--meta/packages/meta/oh-image-sdk.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/meta/packages/meta/oh-image-sdk.bb b/meta/packages/meta/oh-image-sdk.bb
deleted file mode 100644
index b5dfee740c..0000000000
--- a/meta/packages/meta/oh-image-sdk.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1PR = "r9"
2
3export IMAGE_BASENAME = "oh-sdk"
4
5GUI_MACHINE_CLASS ?= "none"
6
7XSERVER ?= "xserver-kdrive-fbdev"
8
9DEPENDS = "\
10 task-oh \
11 task-oh-sdk"
12
13RDEPENDS = "\
14 task-oh-boot \
15 task-oh-boot-extras \
16 task-oh-base \
17 task-oh-standard \
18 task-oh-devtools \
19 task-oh-testapps \
20 task-oh-sdk \
21 ${XSERVER} "
22
23export IPKG_INSTALL = "${RDEPENDS}"
24#ROOTFS_POSTPROCESS_COMMAND += "zap_root_password; "
25
26inherit image_ipk
27LICENSE = MIT