简体   繁体   English

错误文件名太长Yocto Project

[英]Error File name too long Yocto Project

I'm working on a Yocto project, Version : poky-jethro 我正在开发一个Yocto项目,版本:poky-jethro

I want to build a version of the distribution poky to Raspberry Pi 我想为Raspberry Pi构建一个版本的发行版poky

Build Configuration:
BB_VERSION        = "1.28.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Ubuntu-14.04"
TARGET_SYS        = "arm-poky-linux-gnueabi"
MACHINE           = "raspberrypi"
DISTRO            = "poky"
DISTRO_VERSION    = "2.0.1"
TUNE_FEATURES     = "arm armv6 vfp arm1176jzfs callconvention-hard"
TARGET_FPU        = "vfp"
meta              
meta-yocto        = "jethro:3b223f75eec1738fbc913858e8e11c8305e3edcb"
meta-oe           
meta-multimedia   
meta-networking   
meta-python       = "jethro:c305ac5d2f5285d5eec8952a4ca7f3b4f89aed96"
meta-qt5          = "jethro:9bfcf79fcd824efb9f2a9bd72ecbedfee1315c96"
meta-raspberrypi  = "jethro:f2cff839f52a6e6211337fc45c7c3eabf0fac113"
meta-rpi          = "jethro:3ef71867eeb3669da40019469385a437843e8245"

I succeeded in building system on another OS "Ubuntu-14.0403" but when I tried build system on another version "Ubuntu-14.0404" 我成功地在另一个操作系统“Ubuntu-14.0403”上构建系统,但当我尝试在另一个版本“Ubuntu-14.0404”上构建系统时

This error appears 出现此错误

[Errno 36] File name too long [Errno 36]文件名太长

[Errno 36] File name too long [Errno 36]文件名太长

You probably selected the option when installing Ubuntu to use encrypted home directories, which unfortunately uses a broken file system that can't handle long file names. 您可能在安装Ubuntu时选择了使用加密主目录的选项,但遗憾的是,它使用了无法处理长文件名的损坏文件系统。 If this is the case it's best to reinstall Ubuntu without encrypted home directories (or any other distro as they generally do disk encryption properly) 如果是这种情况,最好重新安装没有加密主目录的Ubuntu(或任何其他发行版,因为它们通常正确地进行磁盘加密)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM