MYS-6ULY2 bitbake: linux-imx do_fetch error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MYS-6ULY2 bitbake: linux-imx do_fetch error

跳至解决方案
1,691 次查看
totalit
Contributor III

I do "bitbake core-image-base" for MYS-6ULY2-256N2. It's going fine (~30%) until fetching from the source repository. The error screenshot is in attachments.The thing is, the address in vendor's files is no longer valid. As I understand, I need to modify commit_id in linux-imx_4.1.15.bb according to source.codeaurora.org/external/imx/fsl-arm-yocto-bsp, since git.freescale is no longer relevant. What id do I need in this case:  imx-4.1-krogoth,  imx-4.1.15-1.0.0_ga or something else?

标签 (2)
0 项奖励
回复
1 解答
1,679 次查看
totalit
Contributor III

So, I solved the case, modified a couple of strings in /MYS6ULx-devel/fsl-release-yocto/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-kernel/linux/linux-imx_4.1.15.bb according to a new repository:

SRCBRANCH = "imx-4.1.15-1.0.0_ga"
SRCREV = "d5a63e0034a40833531d2adbb58c230efaa3a89c"
KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp.git;protocol=git"

Also I removed patch URI, since it couldn't be installed (and shouldn't?). But then I have got another error. I'll create a new post.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,680 次查看
totalit
Contributor III

So, I solved the case, modified a couple of strings in /MYS6ULx-devel/fsl-release-yocto/sources/meta-fsl-bsp-release/imx/meta-bsp/recipes-kernel/linux/linux-imx_4.1.15.bb according to a new repository:

SRCBRANCH = "imx-4.1.15-1.0.0_ga"
SRCREV = "d5a63e0034a40833531d2adbb58c230efaa3a89c"
KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/fsl-arm-yocto-bsp.git;protocol=git"

Also I removed patch URI, since it couldn't be installed (and shouldn't?). But then I have got another error. I'll create a new post.

0 项奖励
回复