Go to file
Jason Wessel aafab33979 golang-cross: disable CCACHE support for golang-cross
The ccache on some hosts will cause the golang-cross package to fail
with the error:

| cmd/fix
| cmd/yacc
| runtime/cgo
| go build runtime/cgo: no buildable Go source files in /proj/bitbake_build/tmp/work/x86_64-wrs-linux/golang-cross/1.3-r0/go/src/pkg/runtime/cgo
| WARNING: /proj/bitbake_build/tmp/work/x86_64-wrs-linux/golang-cross/1.3-r0/temp/do_compile/run.do_compile.14152:1 exit 1 from
|   sh -x ./make.bash
| ERROR: Function failed: do_compile

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2015-03-30 23:45:18 -04:00
conf layer: bump priority to 8 2015-03-30 23:40:02 -04:00
docs openvswitch: uprev to 1.10 and documentation update. 2013-06-03 18:07:39 -04:00
files/custom-licenses iasl: Add Intel ACPI license information 2013-08-10 22:47:11 -04:00
recipes-containers docker: Disable CCACHE because golang will fail on some hosts 2015-03-30 23:45:18 -04:00
recipes-core busybox: make append version independent 2015-02-19 13:12:16 -05:00
recipes-devtools golang-cross: disable CCACHE support for golang-cross 2015-03-30 23:45:18 -04:00
recipes-extended libvirt: do_compile fails 'src/cpu/cpu_map.xml': No such file or directory' 2015-03-24 14:22:00 -04:00
recipes-kernel/linux linux-yocto: update bbappends to match oe-core 1.8 kernels 2015-02-20 15:08:17 -05:00
recipes-networking/openvswitch openvswitch: add bash rdepends 2015-02-22 23:48:09 -05:00
.gitignore Added .gitignore file 2012-12-07 15:32:31 +01:00
COPYING.MIT Initial meta-xen layer documentation. 2012-06-21 15:51:11 -06:00
README README: add missing meta-python dependency 2015-03-30 23:45:16 -04:00

meta-virtualization

This layer provides support for building Xen, KVM, Libvirt, and associated packages necessary for constructing OE-based virtualized solutions.

Dependencies

This layer depends on:

URI: git://github.com/openembedded/oe-core.git branch: master revision: HEAD prio: default

URI: git://github.com/openembedded/meta-oe.git branch: master revision: HEAD layers: meta-oe meta-networking meta-filesystems meta-python

BBFILE_PRIORITY_openembedded-layer = "4"

Required for Xen XSM policy: URI: git://git.yoctoproject.org/meta-selinux branch: master revision: HEAD prio: default

Maintenance

Send pull requests, patches, comments or questions to meta-virtualization@yoctoproject.org

Maintainers: Raymond Danks ray.danks@se-eng.com Bruce Ashfield bruce.ashfield@gmail.com

When sending single patches, please using something like: 'git send-email -1 --to meta-virtualization@yoctoproject.org --subject-prefix=meta-virtualization][PATCH'

License

All metadata is MIT licensed unless otherwise stated. Source code included in tree for individual recipes is under the LICENSE stated in each recipe (.bb file) unless otherwise stated.