构建对象内省失败:yocto 构建

Build object-introspection failed: yocto build

我在为嵌入式设备构建 Yocto 时出错。我在互联网上搜索了它,但没有任何效果。请帮助我!

Caught exception: <type 'exceptions.IOError'> IOError(122, 'Disk quota exceeded')
    | > /data/phonghoang/build_yocto/tmp/sysroots/x86_64-linux/usr/lib/python2.7/shutil.py(84)copyfile()
    | -> copyfileobj(fsrc, fdst)

错误:

ERROR: gobject-introspection-native-1.46.0-r0 do_compile: oe_runmake failed
ERROR: gobject-introspection-native-1.46.0-r0 do_compile: Function failed: do_compile (log file is located at /data/phonghoang/build_yocto/tmp/work/x86_64-linux/gobject-introspection-native/1.46.0-r0/temp/log.do_compile.8291)
ERROR: Logfile of failure stored in: /data/phonghoang/build_yocto/tmp/work/x86_64-linux/gobject-introspection-native/1.46.0-r0/temp/log.do_compile.8291

嗯,

Caught exception: <type 'exceptions.IOError'> IOError(122, 'Disk quota exceeded')

似乎表明您 运行 磁盘空间不足。您正在构建的分区还剩下多少 space?

尝试释放一些 space。