iMX8MP-EVK: bitbake imx-image-core failed

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

iMX8MP-EVK: bitbake imx-image-core failed

Jump to solution
1,107 Views
jihoon-shin
Contributor I

Hi. I am asking for help because I have a problem.

I am proceeding with 3.1 Docker of 3. Host setup of i.MX Yocto Project User's Guide.

An error such as the photo below occurred while performing bitbake imx-image-core.스크린샷, 2022-04-28 09-17-50.pngThe work of 0:, 1: in the picture above never ends.

I've tried it again many times, but the results are the same.

What's the problem? Please help me.

0 Kudos
1 Solution
1,057 Views
WolsYang
Contributor IV

Please try to change URL in the recipe

From

KERNEL_SRC ?= "git://portland.source.codeauxxxxxxxxxxxxxxxxxxxx
To
KERNEL_SRC ?= "git://source.codeauxxxxxxxxxxxxxxx
 
And try again

View solution in original post

0 Kudos
7 Replies
1,099 Views
WolsYang
Contributor IV

I have the same problem.

I think there had some issue on the remote server.

0 Kudos
1,089 Views
jihoon-shin
Contributor I

Thanks. @WolsYang

Did you solve this problem?

If you have solved it, can you tell me the solution?

Or can I skip this step and proceed to the next step?

 

0 Kudos
1,058 Views
WolsYang
Contributor IV

Please try to change URL in the recipe

From

KERNEL_SRC ?= "git://portland.source.codeauxxxxxxxxxxxxxxxxxxxx
To
KERNEL_SRC ?= "git://source.codeauxxxxxxxxxxxxxxx
 
And try again
0 Kudos
1,053 Views
jihoon-shin
Contributor I

Thanks. @WolsYang  

Is imx-image-core the recipe?

Please tell me the location of the imx-image-core.
0 Kudos
1,050 Views
WolsYang
Contributor IV

You need to find yourself,

For example, if you are stuck at linux_imx do_fetch, probably the recipe is name linux-imx_xxxx.bb

And go find the SRC_URI change.

 

0 Kudos
1,048 Views
jihoon-shin
Contributor I

Thanks!!!! @WolsYang 

I solved the problem!
0 Kudos
1,085 Views
WolsYang
Contributor IV

Not yet, still stock at do_fetch.
 

I think should wait for NXP to check codeaurora connection.

0 Kudos