[yocto] Trouble integrating meta-virtualization - ANSWERED

Ben Warren Ben.Warren at spidercloud.com
Fri May 3 17:16:34 PDT 2013


Sorry for the spam.  I eventually found everything on openembedded.org<http://openembedded.org>.

regards,
Ben

On May 3, 2013, at 4:44 PM, Ben Warren <Ben.Warren at spidercloud.com<mailto:Ben.Warren at spidercloud.com>> wrote:

Hello,

I'm trying to build an image using some components from meta-virtualization, and it's failing because it can't find many of the dependent modules.  I'm posting this on the main yocto mailing list since it's more of a general question of 'where are these things?'

Specifics:

 *   poky @ git tag 'dylan 9.0.0'
 *   meta-virtualization @ git commit bb8c2c420bca06c67deb05e9f63e101752110759 (4/25/2013)
 *   poky-contrib @jzhang/2342 (latest commit, tried other branches with similar results)
 *   BSP based on 'crystalforest'

Here's how it fails:
WARNING: Host distribution "CentOS-5.9" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
Loading cache: 100% |##########################################################################################################################################| ETA:  00:00:00
Loaded 2335 entries from dependency cache.
Parsing recipes: 100% |########################################################################################################################################| Time: 00:00:02
Parsing of 1674 .bb files complete (1531 cached, 143 parsed). 2296 targets, 75 skipped, 0 masked, 0 errors.

Build Configuration:
BB_VERSION        = "1.18.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "CentOS-5.9"
TARGET_SYS        = "x86_64-poky-linux"
MACHINE           = "scw-appscard"
DISTRO            = "poky"
DISTRO_VERSION    = "1.4"
TUNE_FEATURES     = "m64"
TARGET_FPU        = ""
meta
meta-yocto
meta-yocto-bsp    = "scw-dylan:789b2b7e0cca404ff8ba8ed5ba823d215e6ba5b4"
meta-intel
meta-crystalforest = "dylan:6147ba0e962c3d7ba28b53b9b930f1bed5833c90"
meta-virtualization = "master:bb8c2c420bca06c67deb05e9f63e101752110759"
meta-scw-appscard = "<unknown>:<unknown>"
meta              = "jzhang/2342:edfa2b0331248facb9b0db86e3b3229e32ddbf20"

NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'bridge-utils' (but /b/ben/yocto2/meta-virtualization/recipes-extended/libvirt/libvirt_1.0.3.bb DEPENDS on or otherwise requires it)
NOTE: Runtime target 'libvirt' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libvirt', 'bridge-utils']
ERROR: Required build target 'scw-image-libvirt' has no buildable providers.
Missing or unbuildable dependency chain was: ['scw-image-libvirt', 'libvirt', 'bridge-utils']

If I let it continue using 'bit bake -k', all sorts of other common utilities are not found, such as lvm2, ebtables, dnsmasq, …

My bblayers.conf file has this:

BBLAYERS ?= " \
  /b/ben/yocto2/poky/meta \
  /b/ben/yocto2/poky/meta-yocto \
  /b/ben/yocto2/poky/meta-yocto-bsp \
  /b/ben/yocto2/meta-intel \
  /b/ben/yocto2/meta-intel/meta-crystalforest \
  /b/ben/yocto2/meta-virtualization \
  /b/ben/yocto2/meta-scw-appscard \
  /b/ben/yocto2/poky-contrib/meta \
  "

So my question is: is there a repo other than poky-contrib that contains all of these things, is it up to me to find them, or am I missing a key concept?  I'm very new to Yocto, and while the documentation is excellent, it is also vast.

thanks a lot!
Ben






-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130503/9ed312aa/attachment.html>


More information about the yocto mailing list