MYS-6ULY2 bitbake: linux-imx do_fetch error

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MYS-6ULY2 bitbake: linux-imx do_fetch error

ソリューションへジャンプ
1,726件の閲覧回数
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,714件の閲覧回数
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,715件の閲覧回数
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 件の賞賛
返信