summaryrefslogtreecommitdiff
path: root/meta/recipes-qt/tasks
AgeCommit message (Collapse)AuthorFiles
2011-08-26qt4e-demo-image: Fix bug 999Xiaofeng Yan1
[YOCTO #999] Copy metadata of qt4e-demo-image from OE for easy testing qt4embeded on embedded platform. This image was tested on qemuarm and can run program "qtdemoE". Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-06-13task-sdk-host: Add nativesdk to the task name so its clearer what the ↵Richard Purdie1
contents of the task represent This is particularly important since the file doens't use BBCLASSEXTEND and PN is therefore misleading Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*Richard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-04-20Replace POKYBASE with COREBASERichard Purdie2
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-02-01qt4: Add meta-toolchain-qte and dependent tasks from OpenEmbeddedPaul Eggleton2
Differences from OE versions: task-qte-toolchain-target.bb: * Depend on task-poky-standalone-sdk-target instead of task-sdk-bare * Add LIC_FILES_CHKSUM * Correct libsqlite3-dev dependency for Poky * Remove dependency on libts-dev * Remove QtDeclarative as it does not build for 4.6.3. (This will need to be addressed in a future update.) task-qte-toolchain-host.bb * Fix for Poky directory structure * qt4-tools-sdk -> qt4-tools-nativesdk meta-toolchain-qte: * Fix for Poky directory structure * Use "tar --owner=root" instead of fakeroot * Remove angstrom-specific suffix Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2010-12-30qt: add fotowall back into qt taskSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-06task-poky-qt: update LIC_FILES_CHKSUM infoDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-10-14task-poky-qt: Re-Enable MIPS Build and disable fotowallSaul Wold1
This address a number if issues with fotowall not being ready and [BUGID #462] Qt missing for Mips build Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-10-08gststream commercial: modified recipes and tasks to add commercial identifierSaul Wold1
Modified DEPENDS and RDEPENDS in these recipes and tasks to make packages which have potential license implications opt in through options in poky/local.conf. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30qmmp: add qmmp into image (Bug 301)Yu Ke1
qmmp is not included any image before, because it depends on one moblin recipe taglib. Since now the taglib is included into meta/recipes-support, it is safely to add qmmp into the task-poky-qt. This commit also add an build time dependency for qmmp, because qmmp use some head files from taglib. Without this, qmmp build failure is occationally observed. Fix [BUGID #301] Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-09-04tasks-poky-basic and tasks-poky-qt: bump PR and remove atSaul Wold1
Remove at since it's failing build Add Zypper to lsb image Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-03task-poky-qt.bb: Exclude mips from buildingSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-03task-poky-qt: create a task and add to poky-image-sdkSaul Wold1
Fixes [BUGID #260] Signed-off-by: Saul Wold <Saul.Wold@intel.com>