how to compile different target(image_gui,image_core) with the same tmp

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

how to compile different target(image_gui,image_core) with the same tmp

ソリューションへジャンプ
1,608件の閲覧回数
tomgao
Contributor III

how to compile different target (gui and core ) with the same tmp . it have to download a lot of code when I  bitbake fsl-image-gui . Now I want to use the bitbake core-image-base ,do I have to download all the code again .Or I can reuse the fsl-image-gui  code ?and how to do ?

ラベル(1)
1 解決策
1,434件の閲覧回数
pranavmadhu
Contributor IV

Hi Tom,

Both fsl-image-gui and core-image-base may use some common packages. The packages for compiling are downloaded and stored to downloads folder in the yocto projects main directory (if downloads directory is not present, then downloaded files are stored on the source directory). The packages that are downloaded are stored on to downloads directory irrespective of the image you are compiling(in most cases). So if the file required for 'core-image-base' is already downloaded by the 'fsl-image-gui', then it will be present on downloads directory, and further compilation will not download the file again.

元の投稿で解決策を見る

2 返答(返信)
1,434件の閲覧回数
Rita_Wang
NXP TechSupport
NXP TechSupport

Hi Tom,

Pranav Madhu have given the detail reply. It can help you.

Have a nice day

Dan

1,435件の閲覧回数
pranavmadhu
Contributor IV

Hi Tom,

Both fsl-image-gui and core-image-base may use some common packages. The packages for compiling are downloaded and stored to downloads folder in the yocto projects main directory (if downloads directory is not present, then downloaded files are stored on the source directory). The packages that are downloaded are stored on to downloads directory irrespective of the image you are compiling(in most cases). So if the file required for 'core-image-base' is already downloaded by the 'fsl-image-gui', then it will be present on downloads directory, and further compilation will not download the file again.