task-poky-qt: create a task and add to poky-image-sdk

Fixes [BUGID #260]

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
This commit is contained in:
Saul Wold 2010-09-02 21:14:14 -07:00 committed by Richard Purdie
parent 41d02d40ed
commit 3e38d633c9
3 changed files with 23 additions and 2 deletions

View File

@ -76,10 +76,11 @@ POKY_BASE_INSTALL = '\
\
${@base_contains("IMAGE_FEATURES", "nfs-server", "task-poky-nfs-server", "",d)} \
${@base_contains("IMAGE_FEATURES", ["nfs-server", "dbg-pkgs"], "task-poky-nfs-server-dbg", "",d)} \
\
${@base_contains("IMAGE_FEATURES", ["nfs-server", "dev-pkgs"], "task-poky-nfs-server-dev", "",d)} \
\
${@base_contains("IMAGE_FEATURES", "package-management", "${ROOTFS_PKGMANAGE}", "",d)} \
${@base_contains("IMAGE_FEATURES", "qt4-pkgs", "task-poky-qt-demos", "",d)} \
${POKY_EXTRA_INSTALL} \
'

View File

@ -0,0 +1,20 @@
#
# Copyright (C) 2010 Intel Corporation. All rights reserved
#
DESCRIPTION = "Qt Tasks for Poky"
LICENSE = "MIT"
PR = "r0"
PACKAGES = "\
task-poky-qt-demos \
task-poky-qt-demos-dbg \
task-poky-qt-demos-dev \
"
ALLOW_EMPTY = "1"
RDEPENDS_task-poky-qt-demos = "\
fotowall \
quicky \
"

View File

@ -2,6 +2,6 @@
# Copyright (C) 2007 OpenedHand Ltd.
#
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} tools-debug tools-profile tools-sdk dev-pkgs"
IMAGE_FEATURES += "apps-console-core ${SATO_IMAGE_FEATURES} tools-debug tools-profile tools-sdk dev-pkgs qt4-pkgs"
inherit poky-image