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.

[参考译文] PROCESSOR-SDK-J784S4:Yocto manifest.xml

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1210199/processor-sdk-j784s4-yocto-manifest-xml

器件型号:PROCESSOR-SDK-J784S4

您好!

我们的防火墙阻止 git protocoll。 因此我只能通过 http 或 https 进行下载。

在某些方法中,可以使用 protocol=https 参数来帮助。

ti-tisdk-firmware-1.0-R8配方下载包含更多说明的 manifest.xml 文件。  

此操作因防火墙限制而失败。

有什么建议可以解决此问题?

Br

迈克尔

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

    Michael、您好!

    我已确认您可以使用以下更改切换到 https 协议。 您能否应用此更改、看看这是否有助于您解决问题?

    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    diff --git a/recipes-tisdk/ti-tisdk-firmware/ti-tisdk-firmware.bb b/recipes-tisdk/ti-tisdk-firmware/ti-tisdk-firmware.bb
    index 26f6182..0753130 100644
    --- a/recipes-tisdk/ti-tisdk-firmware/ti-tisdk-firmware.bb
    +++ b/recipes-tisdk/ti-tisdk-firmware/ti-tisdk-firmware.bb
    @@ -1,7 +1,7 @@
    SUMMARY = "OpenVX Middleware library and compatible PSDK RTOS Firmware"
    DESCRIPTION = "Builds tivision_apps user space library and installs prebuilt PSDK RTOS Firmware"
    -PR = "r8"
    +PR = "r11"
    LICENSE = "TI-TFL & BSD-2-Clause & BSD-3-Clause & BSD-4-Clause & MIT & Apache-2.0 & Apache-2.0-with-LLVM-exception & \
    Khronos & Hewlett-Packard & Patrick-Powell & FreeType & Zlib & CC0-1.0 & OpenSSL"
    @@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/../meta-ti/licenses/TI-TFL;md5=a1b59cb7ba
    file://${COREBASE}/meta/files/common-licenses/OpenSSL;md5=4eb1764f3e65fafa1a25057f9082f2ae \
    "
    -SRC_URI = "repo://git.ti.com/processor-sdk/psdk_repo_manifests.git;protocol=git;branch=refs/tags/REL.PSDK.JACINTO.08.06.00.08;manifest=vision_apps_yocto.xml"
    +SRC_URI = "repo://git.ti.com/processor-sdk/psdk_repo_manifests.git;protocol=https;branch=refs/tags/REL.PSDK.JACINTO.08.06.00.08;manifest=vision_apps_yocto.xml"
    FILES_${PN} += "/opt/*"
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

    此致
    Karthik

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

    Karthik、您好、

    若要通过 https 下载 xml 文件、源路径应为 repo://git.ti.com/git/processor-sdk/psdk_repo_manifests.git

    这解决了下载 xml 文件的问题、但在 xml 文件中、所有提取被定义为使用 git protocoll、但由于我们的防火墙限制而失败。

    此致

    迈克尔

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

    Michael、

    您能否将.gitconfig 设置为使用"URL">https://git.ti.com/" instorof ="git://git.ti.com/"并解决此问题?

    请访问: https://gist.github.com/Kovrinic/ea5e7123ab5c97d451804ea222ecd78a

    此致
    Karthik