• 已解决 73482 个问题
  • 已帮助 5993 位优秀工程师

怎么裁剪一个intel galileo gen2用的linux呢

堕落~到~人间 2016-05-02 浏览量:1282
收起

我来回答

上传资料:
选择文件 文件大小不超过15M(格式支持:doc、ppt、xls、pdf、zip、rar、txt)
其他答案 数量:7
  • 执行bitbake image-full-galileo的时候出现这个,但是我刚更新了git,是最新的版本

    • 发布于2016-05-02
    • 举报
    • 评论 0
    • 0
    • 0

  • 修改了poxy/meta/conf/sanity.conf文件,屏蔽掉SANITY_ABIFILE = "${TMPDIR}/abi_version"后,上面的错误没有了,但又出现了新的问题,不知道问题出在哪
    jcm@jcm-virtual-machine:~/yocto_bulid$ bitbake image-full-galileo
    WARNING: Host distribution "Ubuntu-12.04" 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.
    ERROR: Execution of event handler 'check_sanity_eventhandler' failed
    Traceback (most recent call last):
    File "/home/jcm/poky/meta/classes/sanity.bbclass", line 1005, in check_sanity_eventhandler(e=):
    sanity_data.setVar("SANITY_USE_EVENTS", "1")
    >        reparse = check_sanity(sanity_data)
    e.data.setVar("BB_INVALIDCONF", reparse)
    File "/home/jcm/poky/meta/classes/sanity.bbclass", line 985, in check_sanity(sanity_data=):

    >    sanity_handle_abichanges(status, sanity_data)

    File "/home/jcm/poky/meta/classes/sanity.bbclass", line 583, in sanity_handle_abichanges(status=, d=):
    abifile = d.getVar('SANITY_ABIFILE', True)
    >    if os.path.exists(abifile):
    with open(abifile, "r") as f:
    File "/usr/lib/python2.7/genericpath.py", line 18, in exists(path=None):
    try:
    >        os.stat(path)
    except os.error:
    TypeError: coercing to Unicode: need string or buffer, NoneType found

    ERROR: Command execution failed: Traceback (most recent call last):
    File "/home/jcm/poky/bitbake/lib/bb/command.py", line 101, in runAsyncCommand
    self.cooker.updateCache()
    File "/home/jcm/poky/bitbake/lib/bb/cooker.py", line 1538, in updateCache
    bb.event.fire(bb.event.SanityCheck(False), self.data)
    File "/home/jcm/poky/bitbake/lib/bb/event.py", line 171, in fire
    fire_class_handlers(event, d)
    File "/home/jcm/poky/bitbake/lib/bb/event.py", line 110, in fire_class_handlers
    execute_handler(name, handler, event, d)
    File "/home/jcm/poky/bitbake/lib/bb/event.py", line 82, in execute_handler
    ret = handler(event)
    File "/home/jcm/poky/meta/classes/sanity.bbclass", line 1005, in check_sanity_eventhandler
    reparse = check_sanity(sanity_data)
    File "/home/jcm/poky/meta/classes/sanity.bbclass", line 985, in check_sanity
    sanity_handle_abichanges(status, sanity_data)
    File "/home/jcm/poky/meta/classes/sanity.bbclass", line 583, in sanity_handle_abichanges
    if os.path.exists(abifile):
    File "/usr/lib/python2.7/genericpath.py", line 18, in exists
    os.stat(path)
    TypeError: coercing to Unicode: need string or buffer, NoneType found


    Summary: There was 1 WARNING message shown.
    Summary: There were 2 ERROR messages shown, returning a non-zero exit code.


    • 发布于2016-05-02
    • 举报
    • 评论 0
    • 0
    • 0

  • 你要用的usb-ttl是舒适型号的?

    选确定未加入驱动时,是否可以编译成功。

    • 发布于2016-05-03
    • 举报
    • 评论 0
    • 0
    • 0

  • 建立两个文件夹,要在运行 setup.sh 是作为参数传递进去
    • 发布于2016-05-03
    • 举报
    • 评论 0
    • 0
    • 0

  • 这条回复表示没看懂,先前我没法获取到GPS模块的数据,应该是系统里没有usb-ttl的驱动吧,现在我想加入那个驱动,只有去程序定制个系统吧
    • 发布于2016-05-03
    • 举报
    • 评论 0
    • 0
    • 0

  • 创建两个什么文件呢,怎么传进去,看在官方文档里面的操作没有传什么其他的参数
    • 发布于2016-05-03
    • 举报
    • 评论 0
    • 0
    • 0

相关问题

问题达人换一批

怎么裁剪一个intel galileo gen2用的linux呢