Hello @ Christopher Clark sir,

I did the same what you have suggested. I started a new build where followed 
the below steps,
1. I downloaded the master branch of below layers:

> 
> git clone git://git.yoctoproject.org/poky -b master
> git clone git://git.openembedded.org/meta-openembedded -b master
> git clone git://git.yoctoproject.org/meta-raspberrypi -b master
> git clone https://github.com/dozylynx/meta-virtualization.git
> 

Later I have changed the local.conf as below:

> 
> MACHINE = "raspberrypi4-64"
> DISTRO_FEATURES_append = " virtualization xen"
> QEMU_TARGETS = "i386 x86_64 aarch64 arm"
> PACKAGECONFIG_pn-qemu += " xen fdt"
> PACKAGECONFIG_remove_pn-qemu += " sdl"
> PREFERRED_VERSION_linux-raspberrypi = "4.19.%"
> IMAGE_FSTYPES = "tar.xz tar.bz2 ext3 rpi-sdimg"
> IMAGE_FEATURES += "ssh-server-dropbear"
> 

When started bitbake  "bitbake xen-image-minimal"  initially I got the below 
log:

> 
> siddhu@siddhu:~/Documents/yocto/build$ bitbake -k xen-image-minimal
> Loading cache: 100%
> |##########################################################################################################|
> Time: 0:00:01
> Loaded 3545 entries from dependency cache.
> NOTE: Resolving any missing task queue dependencies
> 
> Build Configuration:
> BB_VERSION           = "1.46.0"
> BUILD_SYS            = "x86_64-linux"
> NATIVELSBSTRING      = "universal"
> TARGET_SYS           = "aarch64-poky-linux"
> MACHINE              = "raspberrypi4-64"
> DISTRO               = "poky"
> DISTRO_VERSION       = "3.1+snapshot-20200617"
> TUNE_FEATURES        = "aarch64 cortexa72 crc crypto"
> TARGET_FPU           = ""
> meta
> meta-poky
> meta-yocto-bsp       = "master:816a12758bfcb5409accbf636ec58d9fa917cdb6"
> meta-oe
> meta-multimedia
> meta-python
> meta-networking
> meta-filesystems     = "master:06a9209d8fb944dc1e24b00e68886c00135c72c0"
> meta-virtualization  = "master:d75bc448866d2b36779251efb1310d0234ece30b"
> meta-raspberrypi     = "master:39cf54c3cb429f2c6e0a000e79f6f06b39e2fa8b"
> 
> Initialising tasks: 100%
> |#####################################################################################################|
> Time: 0:00:06
> Sstate summary: Wanted 1787 Found 0 Missed 1787 Current 187 (0% match, 9%
> complete)
> 

but within few minutes building get  terminated with the below error:

Task 
(/home/siddhu/Documents/yocto/sources1/poky/meta/recipes-devtools/gcc/gcc-cross_10.1.bb:do_compile)
 failed with exit code '1'

Later I used "bitbake -k xen-image-minimal"  (The initial log remained same) 
but even then it reached 50% but later it It gave the below error:

> 
> ERROR: Task
> (/home/siddhu/Documents/yocto/sources1/poky/meta/recipes-devtools/gcc/gcc-cross_10.1.bb:do_compile)
> failed with exit code '1'
> WARNING: mtools-native-4.0.24-r0 do_fetch: Failed to fetch URL
> https://ftp.gnu.org/gnu/mtools/mtools-4.0.24.tar.bz2, attempting MIRRORS
> if available
> WARNING: bcm2835-bootfiles-20200603-r3 do_fetch: Failed to fetch URL
> https://github.com/raspberrypi/firmware/archive/23548e550a757d368d3d5220373fe829b5961c42.tar.gz,
> attempting MIRRORS if available
> ERROR: bcm2835-bootfiles-20200603-r3 do_fetch: Fetcher failure: Fetch
> command export PSEUDO_DISABLED=1; unset _PYTHON_SYSCONFIGDATA_NAME; export
> DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=ae1c3c0e8d9c84558dde0a465ee9d9e2";
> export SSH_AGENT_PID="1593"; export
> SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export
> PATH="/home/siddhu/Documents/yocto/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/siddhu/Documents/yocto/sources1/poky/scripts:/home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/bcm2835-bootfiles/20200603-r3/recipe-sysroot-native/usr/bin/aarch64-poky-linux:/home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/bcm2835-bootfiles/20200603-r3/recipe-sysroot/usr/bin/crossscripts:/home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/bcm2835-bootfiles/20200603-r3/recipe-sysroot-native/usr/sbin:/home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/bcm2835-bootfiles/20200603-r3/recipe-sysroot-native/usr/bin:/home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/bcm2835-bootfiles/20200603-r3/recipe-sysroot-native/sbin:/home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/bcm2835-bootfiles/20200603-r3/recipe-sysroot-native/bin:/home/siddhu/Documents/yocto/sources1/poky/bitbake/bin:/home/siddhu/Documents/yocto/build/tmp/hosttools";
> export HOME="/home/siddhu"; /usr/bin/env wget -t 2 -T 30 --passive-ftp
> --no-check-certificate -P /home/siddhu/Documents/yocto/build/downloads
> 'https://github.com/raspberrypi/firmware/archive/23548e550a757d368d3d5220373fe829b5961c42.tar.gz'
> --progress=dot -v failed with exit code 4, output:
> --2020-06-17 09:34:20-- 
> https://github.com/raspberrypi/firmware/archive/23548e550a757d368d3d5220373fe829b5961c42.tar.gz
> 
> Resolving github.com (github.com)... 13.234.176.102
> Connecting to github.com (github.com)|13.234.176.102|:443... connected.
> HTTP request sent, awaiting response... 302 Found
> Location:
> https://codeload.github.com/raspberrypi/firmware/tar.gz/23548e550a757d368d3d5220373fe829b5961c42
> [following]
> --2020-06-17 09:34:38-- 
> https://codeload.github.com/raspberrypi/firmware/tar.gz/23548e550a757d368d3d5220373fe829b5961c42
> 
> Resolving codeload.github.com (codeload.github.com)... 13.233.43.20
> Connecting to codeload.github.com
> (codeload.github.com)|13.233.43.20|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: unspecified [application/x-gzip]
> Saving to:
> ‘/home/siddhu/Documents/yocto/build/downloads/23548e550a757d368d3d5220373fe829b5961c42.tar.gz’
> 
> 
> 0K .......... .......... .......... .......... .......... 54.6K
> 50K .......... .......... .......... .......... .......... 42.6K
> 100K .......... .......... .......... .......... .......... 44.9K
> 150K .......... .......... .......... .......... ..........  221K
> 200K .......... .......... .......... .......... .......... 46.2K
> 250K .......... .......... .......... .......... .......... 44.2K
> 300K .......... .......... .......... .......... ..........  416K
> 350K .......... .......... .......... .......... .......... 18.2K
> 400K .......... .......... .......... .......... ..........  329K
> 450K .......... .......... .......... .......... ..........  196K
> 500K .......... .......... .......... .......... .......... 18.1K
> 550K .......... .......... .......... .......... .......... 45.0K
> 600K .......... .......... .......... .......... .......... 1.78M
> 650K .......... .......... .......... .......... .......... 46.3K
> 700K .......... .......... .......... .......... ..........  213K
> 750K .......... .......... .......... .......... .......... 35.5K
> 800K .......... .......... .......... .......... .......... 40.1K
> 850K .......... .......... .......... .......... .......... 44.3K
> 900K .......... .......... .......... .......... ..........  199K
> 950K .......... .......... .......... .......... .......... 38.3K
> 1000K .......... .......... .......... .......... ..........  155K
> 1050K .......... .......... .......... .......... .......... 66.6K
> 1100K .......... .......... .......... .......... ..........  212K
> 1150K .......... .......... .......... .......... .......... 45.6K
> 1200K .......... .......... .......... .......... ..........  269K
> 1250K .......... .......... .......... .......... ..........  284K
> 1300K .......... .......... .......... .......... ..........  149K
> 1350K .......... .......... .......... .......... .......... 1.07M
> 1400K .......... .......... .......... .......... ..........  946K
> 1450K .......... .......... .......... .......... .......... 1.31M
> 1500K .......... .......... .......... .......... ..........  179K
> 1550K .......... .......... .......... .......... .......... 1.44M
> 1600K .......... .......... .......... .......... .......... 1.49M
> 1650K .......... .......... .......... .......... ..........  833K
> 1700K .......... .......... .......... .......... ..........  279K
> 1750K .......... .......... .......... .......... .......... 79.0K
> 1800K .......... .......... .......... .......... ..........  704K
> 1850K .......... .......... .......... .......... ..........  725K
> 1900K .......... .......... .......... .......... .......... 1.05M
> 1950K .......... .......... .......... .......... ..........  760K
> 2000K .......... .......... .......... .......... ..........  309K
> 2050K .......... .......... .......... .......... ..........  599K
> 2100K .......... .......... .......... .......... .......... 93.0K
> 2150K .......... .......... .......... .......... ..........  408K
> 2200K .......... .......... .......... .......... ..........  451K
> 2250K .......... .......... .......... .......... ..........  385K
> 2300K .......... .......... .......... .......... ..........  511K
> 2350K .......... .......... .......... .......... ..........  412K
> 2400K .......... .......... .......... .......... ..........  617K
> 2450K .......... .......... .......... .......... ..........  356K
> 2500K .......... .......... .......... .......... ..........  263K
> 2550K .......... .......... .......... .......... .......... 5.51M
> 2600K .......... .......... .......... .......... ..........  901K
> 2650K .......... .......... .......... .......... .......... 1.36M
> 2700K .......... .......... .......... .......... .......... 1.26M
> 2750K .......... .......... .......... .......... .......... 3.13M
> 2800K .......... .......... .......... .......... ..........  570K
> 2850K .......... .......... .......... .......... ..........  900K
> 2900K .......... .......... .......... .......... .......... 1.85M
> 2950K .......... .......... .......... .......... ..........  607K
> 3000K .......... .......... .......... .......... ..........  739K
> 3050K .......... .......... .......... .......... ..........  159K
> 3100K .......... .......... .......... .......... ..........  717K
> 3150K .......... .......... .......... .......... .......... 3.97M
> 3200K .......... .......... .......... .......... .......... 2.59M
> 3250K .......... .......... .......... .......... .......... 1.41M
> 3300K .......... .......... .......... .......... .......... 1.58M
> 3350K .......... .......... .......... .......... .......... 3.79M
> 3400K .......... .......... .......... .......... .......... 1.28M
> 3450K .......... .......... .......... .......... .......... 1.05M
> 3500K .......... .......... .......... .......... .......... 2.42M
> 3550K .......... .......... .......... .......... .......... 2.49M
> 3600K .......... .......... .......... .......... .......... 1.46M
> 3650K .......... .......... .......... .......... ..........  243K
> 3700K .......... .......... .......... .......... .......... 90.3K
> 3750K .......... .......... .......... .......... ..........  181K
> 3800K .......... .......... .......... .......... ..........  394K
> 3850K .......... .......... .......... .......... .......... 29.2K
> 3900K .......... .......... .......... .......... .......... 18.0K
> 3950K .......... .......... .......... .......... .......... 1.25M
> 4000K .......... .......... .......... .......... ..........  987K
> 4050K .......... .......... .......... .......... .......... 1.99M
> 4100K .......... .......... .......... .......... .......... 1.48M
> 4150K .......... .......... .......... .......... .......... 1.24M
> 4200K .......... .......... .......... .......... .......... 8.07M
> 4250K .......... .......... .......... .......... .......... 1.39M
> 4300K .......... .......... .......... .......... .......... 3.09M
> 4350K .......... .......... .......... .......... ..........  635K
> 4400K .......... .......... .......... .......... .......... 1.11M
> 4450K .......... .......... .......... .......... .......... 1.16M
> 4500K .......... .......... .......... .......... .......... 1.32M
> 4550K .......... .......... .......... .......... .......... 52.7M
> 4600K .......... .......... .......... .......... .......... 92.2M
> 4650K .......... .......... .......... .......... .......... 88.8M
> 4700K .......... .......... .......... .......... .......... 2.34M
> 4750K .......... .......... .......... .......... ..........  837K
> 4800K .......... .......... .......... .......... ..........  854K
> 4850K .......... .......... .......... .......... .......... 1.22M
> 4900K .......... .......... .......... .......... .......... 91.0M
> 4950K .......... .......... .......... .......... .......... 3.32M
> 5000K .......... .......... .......... .......... .......... 30.5M
> 5050K .......... .......... .......... .......... .......... 22.2M
> 5100K .......... .......... .......... .......... .......... 61.7M
> 5150K .......... .......... .......... .......... .......... 2.37M
> 5200K .......... .......... .......... .......... .......... 13.5K
> 5250K .......... .......... .......... .......... .......... 11.7M
> 5300K .......... .......... .......... .......... .......... 1.79M
> 5350K .......... .......... .......... .......... .......... 52.8M
> 5400K .......... .......... .......... .......... .......... 13.5K
> 5450K .......... .......... .......... .......... .......... 43.5M
> 5500K .......... .......... .......... .......... .......... 54.3M
> 5550K .......... .......... .......... .......... .......... 60.5M
> 5600K .......... .......... .......... .......... .......... 38.8M
> 5650K .......... .......... .......... .......... .......... 31.0K
> 5700K .......... .......... .......... .......... .......... 9.41M
> 5750K .......... .......... .......... .......... .......... 63.7M
> 5800K .......... .......... .......... .......... .......... 56.8M
> 5850K .......... .......... .......... .......... .......... 52.3M
> 5900K .......... .......... .......... .......... .......... 51.8M
> 5950K .......... .......... .......... .......... .......... 3.90M
> 6000K .......... .......... .......... .......... .......... 10.7M
> 6050K .......... .......... .......... .......... .......... 8.71M
> 6100K .......... .......... .......... .......... .......... 28.4M
> 6150K .......... .......... .......... .......... .......... 7.10M
> 6200K .......... .......... .......... .......... .......... 18.7M
> 6250K .......... .......... .......... .......... .......... 51.2K
> 6300K .......... .......... .......... .......... .......... 22.8M
> 6350K .......... .......... .......... .......... .......... 20.5M
> 6400K .......... .......... .......... .......... .......... 45.6M
> 6450K .......... .......... .......... .......... .......... 45.7M
> 6500K .......... .......... .......... .......... .......... 18.5M
> 6550K .......... .......... .......... .......... .......... 71.3M
> 6600K .......... .......... .......... .......... .......... 63.7M
> 6650K .......... .......... .......... .......... .......... 65.6M
> 6700K .......... .......... .......... .......... .......... 55.7M
> 6750K .......... .......... .......... .......... .......... 65.3M
> 6800K .......... .......... .......... .......... .......... 55.0M
> 6850K .......... .......... .......... .......... .......... 32.1K
> 6900K .......... .......... .......... .......... .......... 52.3M
> 6950K .......... .......... .......... .......... .......... 54.0M
> 7000K .......... .......... .......... .......... .......... 58.7M
> 7050K .......... .......... .......... .......... .......... 78.0M
> 7100K .......... .......... .......... .......... .......... 91.4M
> 7150K .......... .......... .......... .......... .......... 99.8M
> 7200K .......... .......... .......... .......... .......... 50.8M
> 7250K .......... .......... .......... .......... ..........  366K
> 7300K .......... .......... .......... .......... ..........  789K
> 7350K .......... .......... .......... .......... .......... 29.8M
> 7400K .......... .......... .......... .......... ..........  187K
> 7450K .......... .......... .......... .......... .......... 85.0K
> 7500K .......... .......... .......... .......... .......... 60.1M
> 7550K .......... .......... .......... .......... .......... 58.5M
> 7600K .......... .......... .......... .......... .......... 51.5M
> 7650K .......... .......... .......... .......... ..........  444K
> 7700K .......... .......... .......... .......... ..........  413K
> 7750K .......... .......... .......... .......... ..........  371K
> 7800K .......... .......... .......... .......... ..........  284K
> 7850K .......... .......... ...                               312K=47s
> 
> 2020-06-17 09:36:01 (168 KB/s) - Read error at byte 8062081
> (Success).Retrying.
> 
> --2020-06-17 09:36:02--  (try: 2) 
> https://codeload.github.com/raspberrypi/firmware/tar.gz/23548e550a757d368d3d5220373fe829b5961c42
> 
> Connecting to codeload.github.com
> (codeload.github.com)|13.233.43.20|:443... failed: Connection timed out.
> Resolving codeload.github.com (codeload.github.com)... 13.127.152.42
> Connecting to codeload.github.com
> (codeload.github.com)|13.127.152.42|:443... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: unspecified [application/x-gzip]
> Saving to:
> ‘/home/siddhu/Documents/yocto/build/downloads/23548e550a757d368d3d5220373fe829b5961c42.tar.gz’
> 
> 
> 0K .......... .......... .......... .......... ..........  320K
> 50K .......... .......... .......... .......... ..........  219K
> 100K .......... .......... .......... .......... ..........  302K
> 150K .......... .......... .......... .......... ..........  181K
> 200K .......... .......... .......... .......... ..........  202K
> 250K .......... .......... .......... .......... ..........  321K
> 300K .......... .......... .......... .......... ..........  244K
> 350K .......... .......... .......... .......... ..........  303K
> 400K .......... .......... .......... .......... ..........  218K
> 450K .......... .......... .......... .......... ..........  268K
> 500K .......... .......... .......... .......... ..........  259K
> 550K .......... .......... .......... .......... ..........  202K
> 600K .......... .......... .......... .......... ..........  437K
> 650K .......... .......... .......... .......... ..........  591K
> 700K .......... .......... .......... .......... ..........  460K
> 750K .......... .......... .......... .......... ..........  389K
> 800K .......... .......... .......... .......... ..........  556K
> 850K .......... .......... .......... .......... .......... 1.03M
> 900K .......... .......... .......... .......... ..........  571K
> 950K .......... .......... .......... .......... ..........  558K
> 1000K .......... .......... .......... .......... ..........  192K
> 1050K .......... .......... .......... .......... ..........  869K
> 1100K .......... .......... .......... .......... ..........  361K
> 1150K .......... .......... .......... .......... ..........  338K
> 1200K .......... .......... .......... .......... .......... 1.03M
> 1250K .......... .......... .......... .......... ..........  487K
> 1300K .......... .......... .......... .......... ..........  493K
> 1350K .......... .......... .......... .......... ..........  370K
> 1400K .......... .......... .......... .......... ..........  420K
> 1450K .......... .......... .......... .......... ..........  501K
> 1500K .......... .......... .......... .......... ..........  901K
> 1550K .......... .......... .......... .......... ..........  603K
> 1600K .......... .......... .......... .......... ..........  623K
> 1650K .......... .......... .......... .......... ..........  289K
> 1700K .......... .......... .......... .......... .......... 2.43M
> 1750K .......... .......... .......... .......... ..........  703K
> 1800K .......... .......... .......... .......... ..........  691K
> 1850K .......... .......... .......... .......... ..........  950K
> 1900K .......... .......... .......... .......... ..........  988K
> 1950K .......... .......... .......... .......... ..........  909K
> 2000K .......... .......... .......... .......... ..........  323K
> 2050K .......... .......... .......... .......... ..........  453K
> 2100K .......... .......... .......... .......... ..........  687K
> 2150K .......... .......... .......... .......... ..........  335K
> 2200K .......... .......... .......... .......... ..........  489K
> 2250K .......... .......... .......... .......... ..........  221K
> 2300K .......... .......... .......... .......... .......... 10.6M
> 2350K .......... .......... .......... .......... ..........  556K
> 2400K .......... .......... .......... .......... .......... 1.47M
> 2450K .......... .......... .......... .......... ..........  248K
> 2500K .......... .......... .......... .......... .......... 1.09M
> 2550K .......... .......... .......... .......... ..........  333K
> 2600K .......... .......... .......... .......... ..........  288K
> 2650K .......... .......... .......... .......... ..........  377K
> 2700K .......... .......... .......... .......... ..........  680K
> 2750K .......... .......... .......... .......... ..........  750K
> 2800K .......... .......... .......... .......... ..........  440K
> 2850K .......... .......... .......... .......... ..........  287K
> 2900K .......... .......... .......... .......... ..........  625K
> 2950K .......... .......... .......... .......... ..........  577K
> 3000K .......... .......... .......... .......... ..........  739K
> 3050K .......... .......... .......... .......... ..........  424K
> 3100K .......... .......... .......... .......... ..........  550K
> 3150K .......... .......... .......... .......... ..........  458K
> 3200K .......... .......... .......... .......... .......... 1023K
> 3250K .......... .......... .......... .......... ..........  672K
> 3300K .......... .......... .......... .......... ..........  378K
> 3350K .......... .......... .......... .......... ..........  558K
> 3400K .......... .......... .......... .......... .......... 1.06M
> 3450K .......... .......... .......... .......... ..........  908K
> 3500K .......... .......... .......... .......... .......... 1.02M
> 3550K .......... .......... .......... .......... ..........  359K
> 3600K .......... .......... .......... .......... ..........  356K
> 3650K .......... .......... .......... .......... ..........  447K
> 3700K .......... .......... .......... .......... ..........  473K
> 3750K .......... .......... .......... .......... ..........  265K
> 3800K .......... .......... .......... .......... ..........  426K
> 3850K .......... .......... .......... .......... ..........  538K
> 3900K .......... .......... .......... .......... ..........  383K
> 3950K .......... .......... .......... .......... ..........  274K
> 4000K .......... .......... .......... .......... ..........  324K
> 4050K .......... .......... .......... .......... ..........  314K
> 4100K .......... .......... .......... .......... ..........  389K
> 4150K .......... .......... .......... .......... ..........  421K
> 4200K .......... .......... .......... .......... ..........  590K
> 4250K .......... .......... .......... .......... ..........  959K
> 4300K .......... .......... .......... .......... ..........  248K
> 4350K .......... .......... .......... .......... .......... 1.78M
> 4400K .......... .......... .......... .......... ..........  700K
> 4450K .......... .......... .......... .......... ..........  584K
> 4500K .......... .......... .......... .......... ..........  341K
> 4550K .......... .......... .......... .......... ..........  341K
> 4600K .......... .......... .......... .......... ..........  468K
> 4650K .......... .......... .......... .......... ..........  274K
> 4700K .......... .......... .......... .......... ..........  386K
> 4750K .......... .......... .......... .......... ..........  264K
> 4800K .......... .......... .......... .......... ..........  236K
> 4850K .......... .......... .......... .......... ..........  249K
> 4900K .......... .......... .......... .......... .......... 37.7K
> 4950K .......... .......... .......... .......... ..........  702K
> 5000K .......... .......... .......... .......... ..........  839K
> 5050K .......... .......... .......... .......... .......... 7.37M
> 5100K .......... .......... .......... .......... .......... 85.1M
> 5150K .......... .......... .......... .......... ..........  188K
> 5200K .......... .......... .......... .......... .......... 13.1M
> 5250K .......... .......... .......... .......... .......... 82.1M
> 5300K .......... .......... .......... .......... .......... 93.7M
> 5350K .......... .......... .......... .......... .......... 72.5M
> 5400K .......... .......... .......... .......... .......... 90.3M
> 5450K .......... .......... .......... .......... .......... 90.9M
> 5500K .......... .......... .......... .......... .......... 93.1M
> 5550K .......... .......... .......... .......... .......... 39.0M
> 5600K .......... .......... .......... .......... .......... 35.7M
> 5650K .......... .......... .......... .......... .......... 1.52M
> 5700K .......... .......... .......... .......... ..........  537K
> 5750K .......... .......... .......... .......... ..........  302K
> 5800K .......... .......... .......... .......... ..........  269K
> 5850K .......... .......... .......... .......... ..........  997K
> 5900K .......... .......... .......... .......... ..........  514K
> 5950K .......... .......... .......... .......... ..........  536K
> 6000K .......... .......... .......... .......... ..........  719K
> 6050K .......... .......... .......... .......... ..........  427K
> 6100K .......... .......... .......... .......... .......... 1.85M
> 6150K .......... .......... .......... .......... .......... 1.03M
> 6200K .......... .......... .......... .......... .......... 1.58M
> 6250K .......... .......... .......... .......... .......... 1.46M
> 6300K .......... .......... .......... .......... .......... 1.40M
> 6350K .......... .......... .......... .......... .......... 1.29M
> 6400K .......... .......... .......... .......... .......... 1.68M
> 6450K .......... .......... .......... .......... .......... 1.75M
> 6500K .......... .......... .......... .......... ..........  647K
> 6550K .......... .......... .......... .......... ..........  442K
> 6600K .......... .......... .......... .......... ..........  718K
> 6650K .......... .......... .......... .......... ..........  289K
> 6700K .......... .......... .......... .......... ..........  347K
> 6750K .......... .......... .......... .......... ..........  378K
> 6800K .......... .......... .......... .......... ..........  387K
> 6850K .......... .......... .......... .......... ..........  381K
> 6900K .......... .......... .......... .......... ..........  318K
> 6950K .......... .......... .......... .......... ..........  503K
> 7000K .......... .......... .......... .......... ..........  450K
> 7050K .......... .......... .......... .......... ..........  681K
> 7100K .......... .......... .......... .......... ..........  253K
> 7150K .......... .......... .......... .......... ..........  465K
> 7200K .......... .......... .......... .......... ..........  481K
> 7250K .......... .......... .......... .......... ..........  431K
> 7300K .......... .......... .......... .......... ..........  276K
> 7350K .......... .......... .......... .......... ..........  521K
> 7400K .......... .......... .......... .......... ..........  675K
> 7450K .......... .......... .......... .......... .......... 1015K
> 7500K .......... .......... .......... .......... ..........  642K
> 7550K .......... .......... .......... .......... ..........  511K
> 7600K .......... .......... .......... .......... .......... 1.34M
> 7650K .......... .......... .......... .......... ..........  779K
> 7700K .......... .......... .......... .......... ..........  900K
> 7750K .......... .......... .......... .......... .......... 1020K
> 7800K .......... .......... .......... .......... ..........  656K
> 7850K .......... .......... .......... .......... ..........  512K
> 7900K .......... .......... .......... .......... ..........  324K
> 7950K .......... .......... .......... .......... ..........  508K
> 8000K .......... .......... .......... .......... ..........  603K
> 8050K .......... .......... .......... .......... ..........  493K
> 8100K .......... .......... .......... .......... ..........  406K
> 8150K .......... .......... .......... .......... ..........  333K
> 8200K .......... .......... .......... .......... ..........  401K
> 8250K .......... .......... .......... .......... ..........  587K
> 8300K .......... .......... .......... .......... ..........  392K
> 8350K .......... .......... .......... .......... ..........  332K
> 8400K .......... .......... .......... .......... .......... 30.3K
> 8450K .......... .......... .......... .......... ..........  750K
> 8500K .......... .......... .......... .......... ..........  902K
> 8550K .......... .......... .......... .......... ..........  459K
> 8600K .......... .......... .......... .......... .......... 1.91M
> 8650K .......... .......... .......... .......... ..........  893K
> 8700K .......... .......... .......... .......... ..........  837K
> 8750K .......... .......... .......... .......... .......... 3.05M
> 8800K .......... .......... .......... .......... .......... 4.01M
> 8850K .......... .......... .......... .......... ..........  582K
> 8900K .......... .......... .......... .......... .......... 35.8M
> 8950K .......... .......... .......... .......... ..........  140K
> 9000K .......... .......... .......... .......... ..........  239K
> 9050K .......... .......... .......... .......... .......... 2.07M
> 9100K .......... .......... .......... .......... .......... 61.1M
> 9150K .......... .......... .......... .......... .......... 59.3M
> 9200K .......... .......... .......... .......... .......... 64.2M
> 9250K .......... .......... .......... .......... .......... 62.3M
> 9300K .......... .......... .......... .......... .......... 1.96M
> 9350K .......... .......... .......... .......... ..........  432K
> 9400K .......... .......... .......... .......... ..........  242K
> 9450K .......... .......... .......... .......... ..........  505K
> 9500K .......... .......... .......... .......... ..........  351K
> 9550K .......... .......... .......... .......... ..........  320K
> 9600K .......... .......... .......... .......... ..........  556K
> 9650K .......... .......... .......... .......... .......... 1.39M
> 9700K .......... .......... .......... .......... .......... 1.21M
> 9750K .......... .......... .......... .......... .......... 1.43M
> 9800K .......... .......... .......... .......... .......... 1.95M
> 9850K .......... .......... .......... .......... .......... 1.50M
> 9900K .......... .......... .......... .......... .......... 1.52M
> 9950K .......... .......... .......... .......... .......... 2.19M
> 10000K .......... .......... .......... .......... .......... 1.79M
> 10050K .......... .......... .......... .......... .......... 2.09M
> 10100K .......... .......... .......... .......... .......... 1.23M
> 10150K .......... .......... .......... .......... ..........  432K
> 10200K .......... .......... .......... .......... ..........  791K
> 10250K .......... .......... .......... .......... ..........  819K
> 10300K .......... .......... .......... .......... ..........  982K
> 10350K .......... .......... .......... .......... .......... 2.90M
> 10400K .......... .......... .......... .......... ..........  969K
> 10450K .......... .......... .......... .......... .......... 1.47M
> 10500K .......... .......... .......... .......... ..........  497K
> 10550K .......... .......... .......... .......... .......... 3.99M
> 10600K .......... .......... .......... .......... .......... 1.21M
> 10650K .......... .......... .......... .......... ..........  314K
> 10700K .......... .......... .......... .......... .......... 2.19M
> 10750K .......... .......... .......... .......... .......... 1007K
> 10800K .......... .......... .......... .......... .......... 1.30M
> 10850K .......... .......... .......... .......... .......... 2.15M
> 10900K .......... .......... .......... .......... ..........  938K
> 10950K .......... .......... .......... .......... .......... 1.91M
> 11000K .......... .......... .......... .......... .......... 1.87M
> 11050K .......... .......... .......... .......... .......... 1.39M
> 11100K .......... .......... .......... .......... .......... 1.95M
> 11150K .......... .......... .......... .......... ..........  509K
> 11200K .......... .......... .......... .......... .......... 1.57M
> 11250K .......... .......... .......... .......... .......... 1.24M
> 11300K .......... .......... .......... .......... .......... 1.21M
> 11350K .......... .......... .......... .......... .......... 1.77M
> 11400K .......... .......... .......... .......... .......... 1.56M
> 11450K .......... .......... .......... .......... .......... 1.38M
> 11500K .......... .......... .......... .......... ..........  605K
> 11550K .......... .......... .......... .......... ..........  977K
> 11600K .......... .......... .......... .......... .......... 1.20M
> 11650K .......... .......... .......... .......... ..........  634K
> 11700K .......... .......... .......... .......... ..........  720K
> 11750K .......... .......... .......... .......... .......... 1.04M
> 11800K .......... .......... .......... .......... ..........  503K
> 11850K .......... .......... .......... .......... .......... 1.26M
> 11900K .......... .......... .......... .......... ..........  733K
> 11950K .......... .......... .......... .......... ..........  477K
> 12000K .......... .......... .......... .......... ..........  803K
> 12050K .......... .......... .......... .......... ..........  455K
> 12100K .......... .......... .......... .......... ..........  728K
> 12150K .......... .......... .......... .......... ..........  436K
> 12200K .......... .......... .......... .......... ..........  396K
> 12250K .......... .......... .......... .......... ..........  549K
> 12300K .......... .......... .......... .......... ..........  302K
> 12350K .......... .......... .......... .......... ..........  439K
> 12400K .......... .......... .......... .......... ..........  312K
> 12450K .......... .......... .......... .......... ..........  233K
> 12500K .......... .......... .......... .......... ..........  389K
> 12550K .......... .......... .......... .......... ..........  233K
> 12600K .......... .......... .......... .......... .......... 36.9K
> 12650K .......... .......... .......... .......... .......... 1.74M
> 12700K .......... .......... .......... .......... ..........  823K
> 12750K .......... .......... .......... .......... .......... 2.29M
> 12800K .......... .......... .......... .......... .......... 1.57M
> 12850K .......... .......... .......... .......... .......... 46.2M
> 12900K .......... .......... .......... .......... .......... 57.1M
> 12950K .......... .......... .......... .......... .......... 59.2M
> 13000K .......... .......... .......... .......... .......... 53.8M
> 13050K .......... .......... .......... .......... .......... 54.7M
> 13100K .......... .......... .......... .......... .......... 60.2M
> 13150K .......... .......... .......... .......... .......... 59.1M
> 13200K .......... .......... .......... .......... .......... 16.8M
> 13250K .......... .......... .......... .......... ..........  611K
> 13300K .......... .......... .......... .......... ..........  948K
> 13350K .......... .......... .......... .......... ..........  342K
> 13400K .......... .......... .......... .......... .......... 1.13M
> 13450K .......... .......... .......... .......... .......... 1.74M
> 13500K .......... .......... .......... .......... .......... 1.18M
> 13550K .......... .......... .......... .......... .......... 1.95M
> 13600K .......... .......... .......... .......... .......... 1.43M
> 13650K .......... .......... .......... .......... ..........  643K
> 13700K .......... .......... .......... .......... ..........  872K
> 13750K .......... .......... .......... .......... .......... 1.00M
> 13800K .......... .......... .......... .......... ..........  175K
> 13850K .......... .......... .......... .......... .......... 1.89M
> 13900K .......... .......... .......... .......... .......... 1.81M
> 13950K .......... .......... .......... .......... .......... 1.14M
> 14000K .......... .......... .......... .......... ..........  878K
> 14050K .......... .......... .......... .......... ..........  249K
> 14100K .......... .......... .......... .......... ..........  355K
> 14150K .......... .......... .......... .......... ..........  559K
> 14200K .......... .......... .......... .......... ..........  178K
> 14250K .......... .......... .......... .......... ..........  292K
> 14300K .......... .......... .......... .......... ..........  307K
> 14350K .......... .......... .......... .......... ..........  307K
> 14400K .......... .......... .......... .......... ..........  389K
> 14450K .......... .......... .......... .......... ..........  263K
> 14500K .......... .......... .......... .......... ..........  532K
> 14550K .......... .......... .......... .......... ..........  522K
> 14600K .......... .......... .......... .......... ..........  612K
> 14650K .......... .......... .......... .......... ..........  419K
> 14700K .......... .......... .......... .......... ..........  277K
> 14750K .......... .......... .......... .......... ..........  224K
> 14800K .......... .......... .......... .......... ..........  224K
> 14850K .......... .......... .......... .......... ..........  214K
> 14900K .......... .......... .......... .......... ..........  275K
> 14950K .......... .......... .......... .......... ..........  345K
> 15000K .......... .......... .......... .......... .......... 29.5K
> 15050K .......... .......... .......... .......... .......... 38.5K
> 15100K .......... .......... .......... .......... .......... 55.2M
> 15150K .......... .......... .......... .......... ..........  303K
> 15200K .......... .......... .......... .......... .......... 55.1M
> 15250K .......... .......... .......... .......... .......... 54.0M
> 15300K .......... .......... .......... .......... .......... 67.7M
> 15350K .......... .......... .......... .......... .......... 67.5M
> 15400K .......... .......... .......... .......... .......... 65.6M
> 15450K .......... .......... .......... .......... .......... 63.1M
> 15500K .......... .......... .......... .......... .......... 68.0M
> 15550K .......... .......... .......... .......... .......... 60.0M
> 15600K .......... .......... .......... .......... .......... 67.3M
> 15650K .......... .......... .......... .......... .......... 52.9M
> 15700K .......... .......... .......... .......... .......... 66.5M
> 15750K .......... .......... .......... .......... .......... 67.6M
> 15800K .......... .......... .......... .......... .......... 5.77M
> 15850K .......... .......... .......... .......... ..........  223K
> 15900K .......... .......... .......... .......... ..........  215K
> 15950K .......... .......... .......... .......... ..........  258K
> 16000K .......... .......... .......... .......... ..........  183K
> 16050K .......... .......... .......... .......... .......... 30.7K
> 16100K .......... .......... .......... .......... .......... 60.1M
> 16150K .......... .......... .......... .......... .......... 58.5M
> 16200K .......... .......... .......... .......... .......... 61.4M
> 16250K ........                                                116M=38s
> 
> 2020-06-17 09:37:50 (431 KB/s) - Read error at byte 16648248
> (Success).Giving up.
> 
> 
> ERROR: bcm2835-bootfiles-20200603-r3 do_fetch: Fetcher failure for URL:
> 'https://github.com/raspberrypi/firmware/archive/23548e550a757d368d3d5220373fe829b5961c42.tar.gz'.
> Unable to fetch URL from any source.
> ERROR: Logfile of failure stored in:
> /home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/bcm2835-bootfiles/20200603-r3/temp/log.do_fetch.17387
> 
> 

But later the whole building process stopped with below error:
> 
> ERROR: linux-raspberrypi-1_4.19.126+gitAUTOINC+f6b3ac28f0-r0 do_fetch:
> Fetcher failure: Fetch command export PSEUDO_DISABLED=1; unset
> _PYTHON_SYSCONFIGDATA_NAME; export
> DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/1000/bus,guid=ae1c3c0e8d9c84558dde0a465ee9d9e2";
> export SSH_AGENT_PID="1593"; export
> SSH_AUTH_SOCK="/run/user/1000/keyring/ssh"; export
> PATH="/home/siddhu/Documents/yocto/build/tmp/sysroots-uninative/x86_64-linux/usr/bin:/home/siddhu/Documents/yocto/sources1/poky/scripts:/home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_4.19.126+gitAUTOINC+f6b3ac28f0-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux:/home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_4.19.126+gitAUTOINC+f6b3ac28f0-r0/recipe-sysroot/usr/bin/crossscripts:/home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_4.19.126+gitAUTOINC+f6b3ac28f0-r0/recipe-sysroot-native/usr/sbin:/home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_4.19.126+gitAUTOINC+f6b3ac28f0-r0/recipe-sysroot-native/usr/bin:/home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_4.19.126+gitAUTOINC+f6b3ac28f0-r0/recipe-sysroot-native/sbin:/home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_4.19.126+gitAUTOINC+f6b3ac28f0-r0/recipe-sysroot-native/bin:/home/siddhu/Documents/yocto/sources1/poky/bitbake/bin:/home/siddhu/Documents/yocto/build/tmp/hosttools";
> export HOME="/home/siddhu"; LANG=C git -c core.fsyncobjectfiles=0 clone
> --bare --mirror git://github.com/raspberrypi/linux.git
> /home/siddhu/Documents/yocto/build/downloads/git2/github.com.raspberrypi.linux.git
> --progress failed with exit code 128, output:
> Cloning into bare repository
> '/home/siddhu/Documents/yocto/build/downloads/git2/github.com.raspberrypi.linux.git'...
> 
> remote: Enumerating objects: 61, done.
> remote: Counting objects: 100% (61/61), done.
> remote: Compressing objects: 100% (54/54), done.
> fatal: read error: Connection reset by peer1.86 MiB | 105.00 KiB/s
> fatal: early EOF
> fatal: index-pack failed
> 
> ERROR: linux-raspberrypi-1_4.19.126+gitAUTOINC+f6b3ac28f0-r0 do_fetch:
> Fetcher failure for URL:
> 'git://github.com/raspberrypi/linux.git;branch=rpi-4.19.y'. Unable to
> fetch URL from any source.
> ERROR: Logfile of failure stored in:
> /home/siddhu/Documents/yocto/build/tmp/work/raspberrypi4_64-poky-linux/linux-raspberrypi/1_4.19.126+gitAUTOINC+f6b3ac28f0-r0/temp/log.do_fetch.3109
> 
> ERROR: Task
> (/home/siddhu/Documents/yocto/sources1/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb:do_fetch)
> failed with exit code '1'
> NOTE: Tasks Summary: Attempted 3038 tasks of which 2677 didn't need to be
> rerun and 3 failed.
> 
> Summary: 3 tasks failed:
> /home/siddhu/Documents/yocto/sources1/poky/meta/recipes-devtools/gcc/gcc-cross_10.1.bb:do_compile
> 
> /home/siddhu/Documents/yocto/sources1/meta-raspberrypi/recipes-bsp/bootfiles/bcm2835-bootfiles.bb:do_fetch
> 
> /home/siddhu/Documents/yocto/sources1/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.19.bb:do_fetch
> 
> Summary: There were 3 WARNING messages shown.
> Summary: There were 6 ERROR messages shown, returning a non-zero exit
> code.
> 
> 

Its been two month that I am trying to build the xen image for the Raspberrypi 
board using meta-virtualization. But I am not able to get any progress, Is the 
building Xen is really that difficult?. Can anybody help me out what wrong I am 
doing here. Yes I do agree I am a newbee to the yocto but I am totally stuck 
here. Please sugeest me how can I proceed further to get the xen image built.

please, kind request.

My working environment:
1. Dell Laptop with  core i3 processor 4gb RAM.
2. Ubuntu 18.04

--
Best Regards,
Siddhartha V
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#5423): 
https://lists.yoctoproject.org/g/meta-virtualization/message/5423
Mute This Topic: https://lists.yoctoproject.org/mt/74701134/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to