“source” to set PATH to bitbake with shell=True having no effect in Python

后端 未结 4 768
花落未央
花落未央 2021-01-16 18:51

Below is the code in shell script

source /proj/common/tools/repo/etc/profile.d/repo.sh
repo project init $branch
repo project sync
source poky/fnc-init-build         


        
4条回答
  •  深忆病人
    2021-01-16 19:50

    you must add bitbake to path:

    set Path=%path%;PathOfBitbake
    

    run it on Command prompt of Windows then retry

提交回复
热议问题