- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我是新手,并尝试通过 pocto 构建 xilinx。
作为指导,我克隆了存储库(分支 thud)、源 oe-... 并更改了 MACHINE="zedborad-zynq7"
,然后 bitbake petalinux-image-minimal
,但我收到以下错误:
ERROR: tcf-agent-1.7.0+gitAUTOINC+dad3a6f568-r0 do_fetch: Fetcher failure: Fetch command ... https://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git refs/:refs/ failed with exit code 128, output: fatal: repository 'https://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git/' not found ... ERROR: Task (~/poky/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_fetch) failed with exit code '1'
SRC_URI = "git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent \
grep -rn "eclipse.org"
,但只找到这个文件。
最佳答案
我在使用 Xilinx Yocto 堆栈(rel-v2018.3 分支)时遇到了完全相同的问题。对我来说,问题不在 core/meta/recipes-devtools/tcf-agent 中的 tcf-agent_git.bb 配方中,而是在 meta-petalinux/recipes-devtools/tcf- 中的 tcf-agent_%.bbappend 文件中代理人。在那里,我更换了
SRC_URI = " \
git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;branch=master;protocol=https \
file://fix_ranlib.patch;striplevel=2 \
file://ldflags.patch \
file://tcf-agent.init \
file://tcf-agent.service \
"
SRC_URI = " \
git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent.git;branch=master \
file://fix_ranlib.patch;striplevel=2 \
file://ldflags.patch \
file://tcf-agent.init \
file://tcf-agent.service \
"
protocol=https
选项使它现在失败。
关于eclipse - 关于 Poky 中 tcf-agent_git.bb 中的错误 URI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59600440/
是否可以在 Eclipse Luna 中配置 TCF 以使用 Powershell 而不是旧的 cmd? 最佳答案 遗憾的是,今天(2014 年 7 月 2 日)无法实现。一个(诚然烦人的)解决方法是
我是新手,并尝试通过 pocto 构建 xilinx。 作为指导,我克隆了存储库(分支 thud)、源 oe-... 并更改了 MACHINE="zedborad-zynq7" ,然后 bitbake
我最近根据 the documentation 集成了 UMP SKD .现在我收到来自 Adbmob 的错误报告,其中指出许多广告请求由于错误“1.1”而失败。 The troubleshootin
我选择 Quantcast Choice 作为我网站的同意管理平台。然而,在访问者同意相关 vendor (Google) 之前,他们的基本解决方案仍会向访问者转换 Google Adsense 广告
实现后 google UMP SDK为了获得欧盟用户的同意,我在 AdMob(iOS 和 Android 应用)上遇到了以下错误: IAB TCF v2.0 errors detected We've
我是一名优秀的程序员,十分优秀!