summaryrefslogtreecommitdiffstats
path: root/recipes-extended
Commit message (Collapse)AuthorAgeFilesLines
* libvirt: Changed python bindings install locationMihai Prica2013-04-182-8/+11
| | | | | | | | | The libvirt-python files were installed to dist-packages and this is not part of sys.path in yocto so they were not available to python. Changed this to site-packages. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* iasl: Fixed broken URLMihai Prica2013-04-181-1/+1
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* libvirt: use pkgconfig to control udevBruce Ashfield2013-04-181-2/+3
| | | | | | | | | | | | | | To ensure that libvirt doesn't rely on detection of udev in the environment or sysroot we can add a PACKAGECONFIG option to control both the enablement of udev support, and ensure that libpciaccess is added as a dependency, otherwise configure detects issues such as this: | checking for UDEV... yes | configure: error: You must install the pciaccess module to build with udev | Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* libvirt: package .debug and .a files in lock-driverTing Liu2013-04-061-3/+3
| | | | | | | | | | | | Fix ERROR: QA Issue: non -staticdev package contains static .a library: libvirt path '.../packages-split/libvirt/usr/lib/libvirt/lock-driver/lockd.a' ERROR: QA Issue: non debug package contains .debug directory: libvirt path .../packages-split/libvirt/usr/lib/libvirt/lock-driver/.debug/lockd.so ERROR: QA run found fatal errors. Please consider fixing them. ERROR: Function failed: do_package_qa Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* libvirt: add dtrace pkgconfig optionBruce Ashfield2013-04-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the host machine has dtrace, or systemtap development libraries installed, libvirt will detect their headers and enable dtrace probe support. But since we don't have a dependency on dtrace, the build will fail with: | compilation terminated. | In file included from ./internal.h:297:0, | from util/bitmap.h:27, | from util/bitmap.c:33: | ./libvirt_probes.h:9:21: fatal error: sys/sdt.h: No such file or directory There are three problems: - a host contamination issue - dtrace/probes being automatically enabled - a lack of integrated systemtap/dtrace solution Fixing any of the above will make the problem go away, to fix currently broken builds, we can fix the problem by adding dtrace as a PACKAGECONFIG option, and leaving it disabled. This change doesn't add a dtrace/systemtap dependency to the config entry, since they haven't been confirmed at this point. In the future, we should either fix the host contamination or do a full systemtap/dtrae integration, but for now, simply disabling it is the best choice. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* libvirt: upgrade to 1.0.3Olivia Yin2013-03-181-2/+2
| | | | | Signed-off-by: Olivia Yin <hong-hua.yin@freescale.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* meta-virtualization: add irqbalanceBruce Ashfield2013-03-182-0/+86
| | | | | | | | | | | | Depending on the requirements of a system, interrupt balancing may be desireable. This commit adds irqbalance to provide a daemon to balance interrupts across multiple CPUs, which can lead to better performance and IO balance on SMP systems. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Created new target: kvm-image-minimalMihai Prica2013-01-291-0/+25
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: David Nyström <david.nystrom@enea.com>
* iptables: Sync bbappend version with oe-coreMihai Prica2013-01-291-0/+0
| | | | | Signed-off-by: David Nyström <david.nystrom@enea.com> Signed-off-by: Mihai Prica <mihai.prica@intel.com>
* multipath-tools: add multipath-tools recipeLei Yang2013-01-231-0/+46
| | | | | | | | | | | | | This package provides: - multipath: scans the system for multipathed devices, assembles - multipathd: waits for maps events then execs multipath - kpartx: maps linear devmaps to device partitions, which makes multipath maps partionable ...... Now,It can be used for kvm disk img partion mounting for me. Signed-off-by: Lei Yang <lei.yang@windriver.com>
* Fixed build breakage in iasl-nativeDavid Nyström2013-01-221-2/+2
| | | | Signed-off-by: David Nyström <david.nystrom@enea.com>
* Moved bbappend to match updated master branch in oe-coreDavid Nyström2013-01-181-0/+0
| | | | Signed-off-by: David Nyström <david.nystrom@enea.com>
* Removed ebtables, since it now recides in meta-networkingDavid Nyström2013-01-186-386/+0
| | | | Signed-off-by: David Nyström <david.nystrom@enea.com>
* Changed libvirt dependency to netcat-openbsd to match meta-networkingDavid Nyström2013-01-181-1/+1
| | | | Signed-off-by: David Nyström <david.nystrom@enea.com>
* ebtables: Fixed typo in RRECOMMENDSMihai Prica2013-01-161-1/+1
| | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com>
* Removed old version of libvirtDavid Nyström2012-12-071-118/+0
| | | | | Signed-off-by: David Nyström <david.nystrom@enea.com> Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Updated libvirt to 1.0.0, added more details to packageconfigDavid Nyström2012-12-071-0/+141
| | | | | Signed-off-by: David Nyström <david.nystrom@enea.com> Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Added template cloud-* imagesDavid Nyström2012-12-073-0/+66
| | | | | Signed-off-by: David Nyström <david.nystrom@enea.com> Reviewed-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* xen: Fixed some build problemsMihai Prica2012-11-261-0/+5
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* xen: Added target include dirs for python bindingsMihai Prica2012-11-261-0/+3
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* xen: Added fix to work on all architecturesMihai Prica2012-11-261-1/+2
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* ebtables: Added new runtime dependencyMihai Prica2012-11-261-0/+2
| | | | | | | The ebtables-save script uses perl so it's been added to the recipe. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* xen: fixed wrong name for xen-hg packetMihai Prica2012-11-261-0/+0
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* ebtables: Updated licenseMihai Prica2012-11-261-2/+2
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* libvirt: fixed virsh network problemMihai Prica2012-11-261-0/+1
| | | | | | | | | | Virsh uses dnsmasq for its default bridged network. The dnsmasq daemon is configured to starts on all public interfaces. Modified the config file of the libvirtd daemon to stop the existing dnsmasq daemon to enable virsh to work properly. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* libvirt: updated to work for other hypervisorsMihai Prica2012-11-264-47/+91
| | | | | | | | * the package can now be customized using PACKAGECONFIG * fixed to use target include files for python Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* libvirt: upgrade to 0.10.2Mihai Prica2012-11-261-4/+7
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* linux-yocto: added kernel configs for iptables modules iptables: loaded ↵Mihai Prica2012-11-261-0/+8
| | | | | | | necessary kernel modules Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* ebtables: added necessary kernel modules linux-yocto: added kernel configs ↵Mihai Prica2012-11-261-1/+10
| | | | | | | for ebtables modules Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* xen-image-minimal: Changed from task-core-boot to package-core-bootMihai Prica2012-11-261-1/+1
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* dmidecode: Added recipe for packageMihai Prica2012-11-261-0/+26
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* iasl: Added recipe for packageMihai Prica2012-11-261-0/+29
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* dev86: upgrade to version 0.16.19Mihai Prica2012-11-261-3/+3
| | | | | Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* xen: More recent versions of bitbake require double quotes on variable ↵Raymond Danks2012-07-023-3/+3
| | | | | | definitions. Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* libvirt: Use CACHED_CONFIGUREVARS for ac_cv configure vars.Raymond Danks2012-06-271-2/+3
| | | | Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* dev86: Use oe_runmake instead of ${MAKE}.Raymond Danks2012-06-271-3/+4
| | | | Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* dev86: NATIVE_INSTALL_WORKS is depreciated.Raymond Danks2012-06-271-1/+0
| | | | Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* images/xen-image-minimal: Initial meta file for a minimal xen image.Raymond Danks2012-06-212-0/+49
| | | | Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* xen: Initial package creation.Raymond Danks2012-06-2113-0/+7836
| | | | Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* libvirt: Initial package creation.Raymond Danks2012-06-215-0/+645
| | | | Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* ebtables: Pulled in from openembedded. Dependency for libvirt.Raymond Danks2012-06-216-0/+375
| | | | Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* dev86: New package required for xen build.Raymond Danks2012-06-211-0/+37
Signed-off-by: Raymond Danks <ray.danks@se-eng.com>