Hi! I'm trying to build xen-image-minimal for generic86_64 platform under my Ubuntu 14.04. Unfortunately when it comes to meta-virtualization layer, build process crashes with the following error:
DEBUG: Executing python function do_rootfs NOTE: configuring RPM platform settings NOTE: configuring RPM system provides NOTE: configuring RPM DB settings NOTE: configuring Smart settings NOTE: Note: adding Smart channel genericx86_64 (35) NOTE: Note: adding Smart channel core2_64 (30) NOTE: Note: adding Smart channel all (25) NOTE: adding Smart RPM DB channel NOTE: Note: configuring RPM cross-install scriptlet_wrapper NOTE: ###### Generate rootfs ####### NOTE: Executing '/home/alex/work/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/bin/createrepo --dbpath /home/alex/work/yocto/poky/build/tmp/work/genericx86_64- poky-linux/xen-image-minimal/1.0-r0/rpmdb/all --update -q /home/alex/work/yocto/poky/build/tmp/deploy/rpm/all' ... NOTE: Executing '/home/alex/work/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/bin/createrepo --dbpath /home/alex/work/yocto/poky/build/tmp/work/genericx86_64- poky-linux/xen-image-minimal/1.0-r0/rpmdb/core2_64 --update -q /home/alex/work/yocto/poky/build/tmp/deploy/rpm/core2_64' ... NOTE: Executing '/home/alex/work/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/bin/createrepo --dbpath /home/alex/work/yocto/poky/build/tmp/work/genericx86_64- poky-linux/xen-image-minimal/1.0-r0/rpmdb/genericx86_64 --update -q /home/alex/work/yocto/poky/build/tmp/deploy/rpm/genericx86_64' ... NOTE: Installing the following packages: kernel-module-xen-netback kernel-module-xen-gntalloc run-postinsts kernel-module-xen-acpi-processor mc packagegroup-core-ssh-openssh kernel-module-xen-pciback kernel-module-xen-blkback kernel-module-xen-gntdev qemu xen-base packagegroup-core-boot kernel-module-xen-wdt locale-base-en-us locale-base-en-gb NOTE: Not found kernel-module-xen-netback by name, searching provides ... NOTE: cmd: /home/alex/work/yocto/poky/build/tmp/sysroots/x86_64-linux/usr/bin/smart --log-level=warning --data-dir=/home/alex/work/yocto/poky/build/tmp/work/ genericx86_64-poky-linux/xen-image-minimal/1.0-r0/rootfs/var/lib/smart query --provides kernel-module-xen-netback --show-format='$name-$version' | sed -ne 's/ *Provides://p' *ERROR: kernel-module-xen-netback not found in the base feeds (genericx86_64 core2-64 x86_64 noarch any all).....DEBUG: Python function do_rootfs finishedERROR: Function failed: do_rootfs* But if i delete * kernel-module-xen-netback *from the IMAGE_INSTALL list in config file for this image (xen-image-minimal.bb) everything works fine. So could you help me to locate the source of this error? Is it a layer bug or something else? Best regards, Aliaksei.
-- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
