summaryrefslogtreecommitdiff
path: root/meta/recipes-core/tasks/task-self-hosted.bb
Commit message (Collapse)AuthorAgeFilesLines
* 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. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* 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. 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. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* 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. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* 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. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* task-self-hosted: add python-pkgutil since it's requiredSaul Wold2012-02-021-1/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* task-self-hosted: add disk partitioning toolsSaul Wold2012-02-021-0/+6
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* self-hosted-image: Add builder user and mini XZhai Edwin2012-01-021-1/+2
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* 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. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* task-self-hosted: Add host-tools taskSaul Wold2011-12-121-0/+12
| | | | | | | Added tools to create and manage ext* partitions e2fs*, parted Signed-off-by: Saul Wold <sgw@linux.intel.com>
* task-self-hosted: Added perl-pod (slight reorder)Saul Wold2011-12-121-1/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* task-self-hosted: Reorder by AlphaSaul Wold2011-12-121-19/+19
| | | | | | No additions/subtractions Signed-off-by: Saul Wold <sgw@linux.intel.com>
* 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". 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. 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>