无法使用yocto编译qemu

时间:2019-10-14 17:56:34

标签: raspberry-pi yocto qemu bitbake

我尝试编译rpi-basic-image。

除了local.conf和bblayers.conf外,我没有进行任何修改。其余的是warrio或自动生成的 qemu-base-image构建正常。

bitbake qemu -c cleanall; bitbake qemu -f
WARNING: Host distribution "manjaro" 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.
Loading cache: 100% |################################################################################################################################################################################| Time: 0:00:01
Loaded 3319 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION           = "1.42.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "manjaro"
TARGET_SYS           = "arm-poky-linux-gnueabi"
MACHINE              = "raspberrypi3"
DISTRO               = "poky"
DISTRO_VERSION       = "2.7.1"
TUNE_FEATURES        = "arm vfp cortexa7 neon vfpv4 thumb callconvention-hard"
TARGET_FPU           = "hard"
meta                 
meta-poky            
meta-yocto-bsp       = "warrior:b58c50811b5151fb7f9980cb99c32df4eebd0b88"
meta-oe              
meta-multimedia      
meta-networking      
meta-python          = "warrior:f4ccdf2bc3fe4f00778629088baab840c868e36b"
meta-raspberrypi     = "warrior:0750d5d2bc9596f35d5d61bb0ff657be4b02bfdc"

WARNING: Your host glibc verson (2.30) is newer than that in uninative (2.29). Disabling uninative so that sstate is not corrupted.

可在此处找到bitbake的错误日志: https://termbin.com/edlv

1 个答案:

答案 0 :(得分:1)

您需要新的单引号。 poky commit 1153a954e652304b6b5d287437817b7da891d491或使用warrior分支。

相关问题