This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TDA4VH-Q1:bitbake 错误

Guru**** 2480235 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1540421/tda4vh-q1-bitbake-error

器件型号:TDA4VH-Q1


工具/软件:

您好:  

应用 TDA4VH-Q1 的权变措施后进行位烘烤 ti-vision-apps: 由于缺失、Bitbake 构建错误失败  
SRCREV

Bitbake Fetcher Error: FetchError("Recipe uses a floating tag/branch 'REL.PSDK.ANALYTICS.09.02.00.05' for repo 'git.ti.com/git/processor-sdk/sdk_builder.git' without a fixed SRCREV yet doesn't call bb.fetch2.get_srcrev() (use SRCPV in PV for OE)

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、

    你能分享你写的 bbappend? 我最后看不出这个问题

    此致、
    Jared

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好、  

    首先、我使用了 POST 中提到的相同 bbappend、并在没有 SRCREV 的情况下将 SDK 9.2 的 repo uri 中的标签更新为 REL.psdk.analysis.09.02.00.05、并得到上述错误。  

    然后我用右哈希值更新了 bbappend 文件,并从 SRC_URI 中删除了标记

     

    src_URI =“git:/git /git.ti.com/git/processor-sdk/sdk_builder.git;protocol=https;branch=main;name=repo1;destsfix=sdk_builder/\
    Git:/git.ti.com/git/processor-sdk/app_utils.git;protocol=https;branch=main;name=repo2;destsuffit=app_utils/\
    Git:/git.ti.com/git/processor-sdk/vision_apps.git;protocol=https;branch=main;name=repo3;destsfix=vision_apps/\
    Git:/git.ti.com/git/processor-sdk/tiovx.git;protocol=https;branch=main;name=repo4;destsfix=tiovx/\
    Git:/git.ti.com/git/processor-sdk/imaging.git;protocol=https;branch=main;name=repo5;destsuffit=imaging/\
    Git:/git.ti.com/git/processor-sdk/video_io.git;protocol=https;branch=main;name=repo6;destsfix=video_io/\
    Git:/git.ti.com/git/processor-sdk/ti-perception-toolkit.git;protocol=https;branch=main;name=repo7;destsfix=ti-acception-toolkit/\
    Git:/git.ti.com/git/processor-sdk/psdk_include.git;protocol=https;branch=main;name=repo8;destsfix=psdk_include/\
    Git:/git.ti.com/git/processor-sdk-vision/arm-tidl.git;protocol=https;branch=master;name=repo9;destsuffrey=psdk_include/tidl_j7/arm-tidl/\
    Git:/git.ti.com/git/processor-sdk/concerto.git;protocol=https;branch=main;name=repo10;destsfix=sdk_builder/concerto/\
    
    
    SRCREV_repo1 =“947b82efSRC1103765a865f790026723d5c2adba587"
    SRCREV_repo2“ SRCREV_repo2 =“81ef5dadbe7bbe8a69b7e1dd7f1dd369c5277"
    
    
    
    
    
    
    
    
    
    /tiovx/include/VX/vx.h“/tiovx/include/VX/vx.h
    /repo/tiovx/include/VX/vx.h
    
    
    
    
    /repo/sdk_builder 

    这解决了我的问题。  

    感谢您的答复。