#yocto #raspberrypi #linux . Failure to build xen-image-minimal. Yocto bitbake failed @99% while building xen-minimal-image. #yocto #raspberrypi #linux
Hello, I am building the xen minimal image using yocto warrior ("bitbake xen-image-minimal") by giving the target machine as "raspberrypi4". It reached 99% but at last I got below error and the whole process terminated with error. ERROR: xen-image-minimal-1.0-r0 do_rootfs: Could not invoke dnf. Command '/home/siddhu/Documents/yocto/ DNF version: 4.1.0 cachedir: /home/siddhu/Documents/yocto/ Added oe-repo repo from /home/siddhu/Documents/yocto/ repo: using cache for: oe-repo not found other for: not found modules for: not found deltainfo for: not found updateinfo for: oe-repo: using metadata from Wed 27 May 2020 06:15:39 AM UTC. Last metadata expiration check: 0:00:01 ago on Wed 27 May 2020 06:15:45 AM UTC. No module defaults found No match for argument: kernel-module-xen-blkback No match for argument: kernel-module-xen-gntalloc No match for argument: kernel-module-xen-gntdev No match for argument: kernel-module-xen-netback No match for argument: kernel-module-xen-wdt Error: Unable to find a match
ERROR: xen-image-minimal-1.0-r0 do_rootfs: ERROR: xen-image-minimal-1.0-r0 do_rootfs: Function failed: do_rootfs ERROR: Logfile of failure stored in: /home/siddhu/Documents/yocto/ ERROR: Task (/home/siddhu/Documents/yocto/ NOTE: Tasks Summary: Attempted 2605 tasks of which 2152 didn't need to be rerun and 1 failed. Summary: 1 task failed: /home/siddhu/Documents/yocto/ Summary: There were 3 ERROR messages shown, returning a non-zero exit code. May I know what mistake I am doing here please. I have attached screenshot also. # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf /home/siddhu/Documents/yocto/ MACHINE ??= "raspberrypi4" I have tried the same for "cubieboard2" also even there I faced the same issue.Eagerly waiting for the response. Regards,
|
|
On 5/27/20 3:37 AM, Siddhartha V wrote:
Hello,it seems XEN related options are missing from kernel config. Perhaps you can add a config fragment adding them and stitch it to linux-raspberrypi recipe via bbappend. Error: Unable to find a match
|
|
hello sir, Thanks for the reply. I searched for what you have suggested, but it looks like I am missing something here. I didn't see kernel.conf file I have shared my bblayers.conf details also , please let me know what I am missing here. I am using the yocto for the first time for kernel build. Please suggest me if I am doing anything wrong here. Below is the bblayers.conf file details: # POKY_BBLAYERS_CONF_VERSION is increased each time build/conf/bblayers.conf # changes incompatibly POKY_BBLAYERS_CONF_VERSION = "2" BBPATH = "${TOPDIR}" BBFILES ?= "" BBLAYERS ?= " \ /home/siddhu/Documents/yocto/sources/poky/meta \ /home/siddhu/Documents/yocto/sources/poky/meta-poky \ /home/siddhu/Documents/yocto/sources/poky/meta-yocto-bsp \ /home/siddhu/Documents/yocto/sources/meta-openembedded/meta-oe \ /home/siddhu/Documents/yocto/sources/meta-openembedded/meta-multimedia \ /home/siddhu/Documents/yocto/sources/meta-openembedded/meta-python \ /home/siddhu/Documents/yocto/sources/meta-openembedded/meta-networking \ /home/siddhu/Documents/yocto/sources/meta-openembedded/meta-filesystems \ /home/siddhu/Documents/yocto/sources/meta-cloud-services \ /home/siddhu/Documents/yocto/sources/meta-selinux \ /home/siddhu/Documents/yocto/sources/meta-virtualization\ /home/siddhu/Documents/yocto/sources/meta-raspberrypi \ " Am I missing any layers here? Please suggest me Regards, Siddhartha V
On Thu, 28 May, 2020, 9:12 PM Khem Raj, <raj.khem@...> wrote:
|
|