summaryrefslogtreecommitdiff
path: root/meta/recipes-qt/images
Commit message (Collapse)AuthorAgeFilesLines
* Hob: Modify Image DescriptionsElizabeth Flanagan2012-04-061-0/+1
| | | | | | | | Fixes [YOCTO #2227] I've updated the image descriptions per the bug description. Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
* classes,recipes: Replace POKY_* with CORE_IMAGE_*Khem Raj2012-02-071-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qt4e-demo-image: Improve image contentsEric Bénard2011-10-041-1/+1
| | | | | | | Use ${POKY_BASE_INSTALL} in order to have the base files and tools in the image. Signed-off-by: Eric Bénard <eric@eukrea.com>
* qt4e-demo-image: Ensure a shell is presentXiaofeng Yan2011-09-051-0/+1
| | | | | | | | | "/bin/sh" is needed by qt4e-demo-image, So I add busybox for fixing this problem. [YOCTO #999] Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qt4e-demo-image: Fix bug 999Xiaofeng Yan2011-08-261-0/+19
[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>