> -----Original Message----- > From: [email protected] [mailto:meta- > [email protected]] On Behalf Of Rob Weiss > Sent: Thursday, February 12, 2015 12:35 AM > To: [email protected] > Subject: [meta-virtualization] Building xen-image-minimal problem > > I am trying to build xen-image-minimal using poky dizzy and I am getting > the follow error: > > ubuntu@yocto:/opt/rob/poky/build$ bitbake -v xen-image-minimal > Loading cache: 100% > |######################################################################### > ########################################################################## > #######################################################| ETA: 00:00:00 > Loaded 2074 entries from dependency cache. > NOTE: Resolving any missing task queue dependencies > NOTE: selecting pigz-native to satisfy gzip-native due to > PREFERRED_PROVIDERS > NOTE: selecting pseudo-native to satisfy virtual/fakeroot-native due to > PREFERRED_PROVIDERS > NOTE: selecting linux-yocto to satisfy virtual/kernel due to > PREFERRED_PROVIDERS > NOTE: selecting opkg-utils-native to satisfy virtual/update-alternatives- > native due to PREFERRED_PROVIDERS > NOTE: selecting linux-yocto to satisfy runtime kernel-module-xen-acpi- > processor due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto > NOTE: selecting linux-yocto to satisfy runtime kernel-module-xen-blkback > due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto > NOTE: selecting linux-yocto to satisfy runtime kernel-module-xen-gntalloc > due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto > NOTE: selecting linux-yocto to satisfy runtime kernel-module-xen-gntdev > due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto > NOTE: selecting linux-yocto to satisfy runtime kernel-module-xen-netback > due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto > NOTE: selecting linux-yocto to satisfy runtime kernel-module-xen-pciback > due to PREFERRED_PROVIDER_virtual/kernel = linux-yocto > NOTE: selecting linux-yocto to satisfy runtime kernel-module-xen-wdt due > to PREFERRED_PROVIDER_virtual/kernel = linux-yocto > ERROR: Nothing RPROVIDES 'xen-base' (but /opt/extras/meta- > virtualization/recipes-extended/images/xen-image-minimal.bb RDEPENDS on or > otherwise requires it) > NOTE: Runtime target 'xen-base' is unbuildable, removing... > Missing or unbuildable dependency chain was: ['xen-base'] > NOTE: Target 'xen-image-minimal' is unbuildable, removing... > Missing or unbuildable dependency chain was: ['xen-image-minimal', 'xen- > base'] > ERROR: Required build target 'xen-image-minimal' has no buildable > providers. > Missing or unbuildable dependency chain was: ['xen-image-minimal', 'xen- > base'] > > Summary: There were 2 ERROR messages shown, returning a non-zero exit > code. > > Any insight as to why this is happening? What additional information is > needed to diagnose this error. I am very new to yocto and this is my first > attempt at building an image.
Hi Rob, It looks like it can't resolve the provider for xen-base, which means it doesn't know how to build xen with your configuration. What machine/architecture are you building for? The current dizzy of meta-virtualization only supports xen on x86_64. Regards, Nathan -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
