MYS-6ULY2 bitbake: linux-imx do_fetch error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MYS-6ULY2 bitbake: linux-imx do_fetch error

Jump to solution
833 Views
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?

Labels (2)
0 Kudos
1 Solution
821 Views
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.

View solution in original post

0 Kudos
1 Reply
822 Views
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 Kudos