summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/tasks/task-self-hosted.bb
AgeCommit message (Collapse)Author
2012-04-18lsb: Fix PR bump, fix bashisms, correct dependency issue, tweak package ↵Richard Purdie
description (From OE-Core rev: 48ef8dbb0d1bdbc7e0e62665b5112282637f3266) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-17task-self-hosted: Add LSB for distro infoSaul Wold
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>
2012-04-11task-self-hosted: Add vte and eglibc-gconv-ibm850Saul Wold
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>
2012-04-06self-hosted-image: use Clearlooks themePaul Eggleton
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>
2012-03-22task-self-hosted: add pseudoSaul Wold
(From OE-Core rev: 2f8c8beec3c6054bf4047f23184ae0ab873c6ce5) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21task-self-hosted: add nfs-utils and nfs-utils-client into the targetDexuan Cui
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>
2012-02-24task-self-hosted: add hicolor-icon-theme and socatDexuan Cui
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>
2012-02-23task-self-hosted: make the package lists alphabeticalDexuan Cui
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>
2012-02-23task-self-hosted: remove duplicate packagesDexuan Cui
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>
2012-02-21task-self-hosted: add connman and connman-plugin-ethernetDexuan Cui
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>
2012-02-03task-self-hosted: add python-pkgutil since it's requiredSaul Wold
(From OE-Core rev: fb5064de4d5d83b2f8b4d0aabea419f0681537f0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-03task-self-hosted: add disk partitioning toolsSaul Wold
(From OE-Core rev: 956d582f95f98690add05dc3f34fd520dedd8df0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-03self-hosted-image: Add builder user and mini XZhai Edwin
(From OE-Core rev: 0ae387e529cd875c9070f7316ae05c6943533008) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-12task-self-hosted: Move tools to host-tools taskSaul Wold
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>
2011-12-12task-self-hosted: Add host-tools taskSaul Wold
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>
2011-12-12task-self-hosted: Added perl-pod (slight reorder)Saul Wold
(From OE-Core rev: cee52dbf46578ff087a8a0786f8daba22414bfc9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-12task-self-hosted: Reorder by AlphaSaul Wold
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>
2011-12-01task-self-hosted: install sudo, tun.ko, iptables, libgl and libgl-dev into ↵Dexuan Cui
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>
2011-11-29Self Hosted Image: Added Task and ImagesSaul Wold
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>