summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks/task-self-hosted.bb
Commit message (Collapse)AuthorAgeFilesLines
* Rename task to packagegroupPaul Eggleton2012-09-041-202/+0
| | | | | | | | | | | | "Package group" is a much more appropriate name for these than task, since we use the word task to describe units of work executed by BitBake. (From OE-Core rev: 424dcf7046e4ad09dcc664eb1992201195247fcf) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: remove e2fsprogs-fsck from task listSaul Wold2012-08-301-2/+1
| | | | | | | | | Matches changes made to the e2fsprogs PACKAGE list (From OE-Core rev: d9443c235e2282d6911ddfe422fe196cb998bbe3) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted.bb,task-core-lsb.bb: Conditionalize pth inclusionKhem Raj2012-06-111-1/+3
| | | | | | | | | | pth is not portable to uclibc therefore we need to exclude it for uclibc based systems. (From OE-Core rev: 6482f276533f3a177e07def9d616958d9bbc10c6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lsb: Fix PR bump, fix bashisms, correct dependency issue, tweak package ↵Richard Purdie2012-04-181-1/+1
| | | | | | | | description (From OE-Core rev: 48ef8dbb0d1bdbc7e0e62665b5112282637f3266) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: Add LSB for distro infoSaul Wold2012-04-171-0/+1
| | | | | | | | | | | | | The lsb package is needed to enable the distro checking in the self hosted image. Currently there is no standard identification in the self-hosted image so use the existing lsb package which provides lsb_release that parses the /etc/release file (From OE-Core rev: 1373865ce7f205a8e63f42caf436e9e2f7a565f5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: Add vte and eglibc-gconv-ibm850Saul Wold2012-04-111-1/+3
| | | | | | | | | | Adding vte for a more full featured terminal adding eglibc-gconv-ibm850 for mcopy (From OE-Core rev: b30a6eb08640b25bb0b0530f51a8cb749de1c311) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* self-hosted-image: use Clearlooks themePaul Eggleton2012-04-061-1/+2
| | | | | | | | | | | | | Use a nicer theme (Clearlooks) to improve Hob's appearance in the self hosted image and fix the progress bar not changing colour when the build fails. Fixes [YOCTO #2208] (From OE-Core rev: 19a13ecceac1f48fcfe1552e88df18edd96e1bea) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: add pseudoSaul Wold2012-03-221-0/+1
| | | | | | | (From OE-Core rev: 2f8c8beec3c6054bf4047f23184ae0ab873c6ce5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: add nfs-utils and nfs-utils-client into the targetDexuan Cui2012-03-211-1/+3
| | | | | | | | | Without this, in the target, we don't have the mount.nfs utility. (From OE-Core rev: 42fb0129c701c52df978430da3d237c924d1d5ee) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: add hicolor-icon-theme and socatDexuan Cui2012-02-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | python-pygtk depends on libgtk and libgtk's recommends have gdk-pixbuf-loader-{png,jpeg,gif,xpm}, so we have the warnings. We can add hicolor-icon-theme to fix the warning: Configuring gdk-pixbuf-loader-png. gtk-update-icon-cache: No theme index file. Configuring gdk-pixbuf-loader-jpeg. gtk-update-icon-cache: No theme index file. Configuring liberation-fonts. Configuring gdk-pixbuf-loader-xpm. gtk-update-icon-cache: No theme index file. Configuring gdk-pixbuf-loader-gif. gtk-update-icon-cache: No theme index file. Add socat for to faciliate proxy setting. (From OE-Core rev: d32933a74b380aac906bbfbe1ec7d89b02e9f72d) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: make the package lists alphabeticalDexuan Cui2012-02-231-18/+18
| | | | | | | | | This patch makes no actual change to the functionality of the recipe. (From OE-Core rev: 0dff62c849650f3fa51ce80979b4d80dcc0d36f1) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: remove duplicate packagesDexuan Cui2012-02-231-11/+0
| | | | | | | | | | | | The package names are specified more than once. We only need to keep one for each of them, so let's remove the duplicated ones. This patch makes no actual change to the functionality of the recipe. (From OE-Core rev: 121a1499a81706366acc0081272a6bff634d4d62) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: add connman and connman-plugin-ethernetDexuan Cui2012-02-211-1/+3
| | | | | | | | | | Without this, the VMware guest running self-hosted-image can't get IP address automatically. (From OE-Core rev: 3fa9a7e4dc9eadce22a9838d2067d5af0111b04b) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: add python-pkgutil since it's requiredSaul Wold2012-02-031-1/+2
| | | | | | | (From OE-Core rev: fb5064de4d5d83b2f8b4d0aabea419f0681537f0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: add disk partitioning toolsSaul Wold2012-02-031-0/+6
| | | | | | | (From OE-Core rev: 956d582f95f98690add05dc3f34fd520dedd8df0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* self-hosted-image: Add builder user and mini XZhai Edwin2012-01-031-1/+2
| | | | | | | (From OE-Core rev: 0ae387e529cd875c9070f7316ae05c6943533008) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: Move tools to host-tools taskSaul Wold2011-12-121-10/+10
| | | | | | | | | | | Moved kernel modules for iptable and tun, along with dhcp-client iptables, mc, screen to host-tools as they are not sdk. (From OE-Core rev: 24498e983ab8455ef0dda67efa8c16c1197f3597) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: Add host-tools taskSaul Wold2011-12-121-0/+12
| | | | | | | | | | Added tools to create and manage ext* partitions e2fs*, parted (From OE-Core rev: 4723c5d93de0a1d9e2b7b592f4784211984cadc1) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: Added perl-pod (slight reorder)Saul Wold2011-12-121-1/+2
| | | | | | | (From OE-Core rev: cee52dbf46578ff087a8a0786f8daba22414bfc9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: Reorder by AlphaSaul Wold2011-12-121-19/+19
| | | | | | | | | No additions/subtractions (From OE-Core rev: f66ae52a6f7b723738fade94bab3424862e71443) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-self-hosted: install sudo, tun.ko, iptables, libgl and libgl-dev into ↵Dexuan Cui2011-12-011-4/+10
| | | | | | | | | | | | | | | | the target sudo, kernel-module-tun and iptables are needed by runqemu. strace has appeared in RDEPENDS_task-self-hosted-debug, so let's remove it from RDEPENDS_task-self-hosted-extended. install libglu and libgl-dev rather than mesa-dri and mesa-dri-dev due to the recent commit "mesa: package gl/egl/osmesa to separate packages". (From OE-Core rev: f782789dd70af8046abb9fd1e05f153e0a9d458c) Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Self Hosted Image: Added Task and ImagesSaul Wold2011-11-291-0/+174
This is the first pass of creating a self hosted image, this task and image can pass bitbake's sanity check (if modified to remove the cvs check) and can build psuedo, albit very slowly on qemu. (From OE-Core rev: d29b2ddb532a59143fe160251e57c9216a3c720d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>