Advertisement
bytepool

xen-image-minimal build configuration

Mar 2nd, 2020
910
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. $ bitbake xen-image-minimal
  2. WARNING: Host distribution "debian" 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.
  3. Loading cache: 100% |####################################################################| Time: 0:00:00
  4. Loaded 3460 entries from dependency cache.
  5. NOTE: Resolving any missing task queue dependencies
  6.  
  7. Build Configuration:
  8. BB_VERSION = "1.42.0"
  9. BUILD_SYS = "x86_64-linux"
  10. NATIVELSBSTRING = "universal"
  11. TARGET_SYS = "aarch64-poky-linux"
  12. MACHINE = "raspberrypi3-64"
  13. DISTRO = "poky"
  14. DISTRO_VERSION = "2.7.2"
  15. TUNE_FEATURES = "aarch64 cortexa53 crc"
  16. TARGET_FPU = ""
  17. meta
  18. meta-poky
  19. meta-yocto-bsp = "warrior:d0f73121551dc98f6924cd77952bf9ebf5ef3dd7"
  20. meta-oe
  21. meta-filesystems
  22. meta-python
  23. meta-networking
  24. meta-multimedia = "warrior:a24acf94d48d635eca668ea34598c6e5c857e3f8"
  25. meta-raspberrypi = "warrior:615a1a83399623bcb7afb500bd9d3fc633e32004"
  26. meta-virtualization = "warrior:bda5b6ab326a4926aedd32f137de5f3837c8cdb8"
  27.  
  28. Initialising tasks: 100% |###############################################################| Time: 0:00:01
  29. Sstate summary: Wanted 23 Found 20 Missed 3 Current 1233 (86% match, 99% complete)
  30. NOTE: Executing SetScene Tasks
  31. NOTE: Executing RunQueue Tasks
  32. ERROR: xen-image-minimal-1.0-r0 do_rootfs: Unable to install packages. Command '/home/alexei/git/research/poky/rpi-build/tmp/work/raspberrypi3_64-poky-linux/xen-image-minimal/1.0-r0/recipe-sysroot-native/usr/bin/apt-get install --force-yes --allow-unauthenticated kernel-module-xen-blkback kernel-module-xen-gntalloc kernel-module-xen-gntdev kernel-module-xen-netback kernel-module-xen-wdt packagegroup-core-boot packagegroup-core-ssh-openssh qemu run-postinsts xen-base' returned 100:
  33. Reading package lists...
  34. Building dependency tree...
  35. Reading state information...
  36. E: Unable to locate package kernel-module-xen-blkback
  37. E: Unable to locate package kernel-module-xen-gntalloc
  38. E: Unable to locate package kernel-module-xen-gntdev
  39. E: Unable to locate package kernel-module-xen-netback
  40. E: Unable to locate package kernel-module-xen-wdt
  41.  
  42. ERROR: xen-image-minimal-1.0-r0 do_rootfs:
  43. ERROR: xen-image-minimal-1.0-r0 do_rootfs: Function failed: do_rootfs
  44. ERROR: Logfile of failure stored in: /home/alexei/git/research/poky/rpi-build/tmp/work/raspberrypi3_64-poky-linux/xen-image-minimal/1.0-r0/temp/log.do_rootfs.2330628
  45. ERROR: Task (/home/alexei/git/research/poky/meta-virtualization/recipes-extended/images/xen-image-minimal.bb:do_rootfs) failed with exit code '1'
  46. NOTE: Tasks Summary: Attempted 3574 tasks of which 3571 didn't need to be rerun and 1 failed.
  47.  
  48. Summary: 1 task failed:
  49. /home/alexei/git/research/poky/meta-virtualization/recipes-extended/images/xen-image-minimal.bb:do_rootfs
  50. Summary: There was 1 WARNING message shown.
  51. Summary: There were 3 ERROR messages shown, returning a non-zero exit code.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement