Yocto build error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Yocto build error

3,476 次查看
erikraynolds
Contributor IV

Dears,

I'm getting error by Yocto build when local.conf adds:

IMAGE_INSTALL_append += " vim"

by building it:

Build Configuration:
BB_VERSION = "1.26.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Debian-8.2"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "imx6qpsabreauto"
DISTRO = "fsl-imx-x11"
DISTRO_VERSION = "3.14.52-1.1.1"
TUNE_FEATURES = "arm armv7a vfp neon callconvention-hard cortexa9"
TARGET_FPU = "vfp-neon"
meta
meta-yocto = "(nobranch):b74ea963cefffad9fbd91d4eb9b240f6a8c86cd0"
meta-oe
meta-multimedia = "(nobranch):df2f700d66bace65f5d802225232d01cf511fe81"
meta-fsl-arm = "(nobranch):70ddee3ebeacbc53180ee7221533375bf0c9eac4"
meta-fsl-arm-extra = "(nobranch):41e79c6bd055f12b6252618c22c43a2fed5cfb49"
meta-fsl-demos = "(nobranch):17f9da65efb5c65c1d44b5cc18584034b29a742b"
meta-bsp
meta-sdk = "(nobranch):46b952b39b012cadc8a91b551ed3beee16054768"
meta-browser = "(nobranch):30b8d6b3d0d6501c56ef6967a2fa73a3d4bf5fe9"
meta-gnome
meta-networking
meta-python
meta-ruby
meta-filesystems = "(nobranch):df2f700d66bace65f5d802225232d01cf511fe81"
meta-qt5 = "(nobranch):51b4620392aa9041d8512549bfa554bea368c5ea"

NOTE: Preparing RunQueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: No checksum specified for /mnt/work/Linux/PeterB/fsl-release-3.14.52-1.1.0_ga/downloads/vim_vim.googlecode.com_.hg._v7-4-481.tar.gz, please add at least one to the recipe:
SRC_URI[md5sum] = "f3c7295c7e542fba141c2f3d0ac8765c"
SRC_URI[sha256sum] = "0f5419388b70c62154ff3d027396b09e5acc0f028cb0ba9ce73f242d02613c39"
ERROR: Function failed: Fetcher failure for URL: 'http://downloads.yoctoproject.org/mirror/sources/vim_vim.googlecode.com_.hg._v7-4-481.tar.gz;protoco...'. Missing SRC_URI checksum
ERROR: Logfile of failure stored in: /work/Linux/fsl-release-3.14.52-1.1.0_ga/build-x11-full/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/vim/7.4.481-r0/temp/log.do_fetch.19256
ERROR: Task 574 (/work/fsl-release-3.14.52-1.1.0_ga/sources/meta-openembedded/meta-oe/recipes-support/vim/vim_7.4.481.bb, do_fetch) failed with exit code '1'

标记 (1)
0 项奖励
回复
1 回复

2,748 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Erik Raynolds,

It seems that this recipe, which is part of Open Embedded, is broken and the repository where the source was it-s no longer there.

It looks like the following bug:

https://www.yoctoproject.org/bug/bug-8253-vim-recipe-broken

The problem is that the BSP Release you are using refers to a specific commit in the past unlike the Community BSP which is constantly changing. My recommendation would be switching to the 4.1.15 BSP Release to see if the recipe is fixed there.

Another alternative would be looking for the new repository for this recipe and manually fixing it.

https://layers.openembedded.org/layerindex/recipe/5559/

I hope this information helps!

Regards,

0 项奖励
回复