How to fetch source code only?

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

How to fetch source code only?

ソリューションへジャンプ
2,464件の閲覧回数
coindu
Contributor IV

Hi , comminity:

        I have downloaded L4.19.35bsp, now I just want to download the source package first.

        But when executing the command 

        bitbake imx-image-full -c fetchall

        It will prompt without this command.

        

ERROR: Task do_fetchall does not exist for target imx-image-full (/home/duxy/L4.19.35/sources/meta-fsl-bsp-release/imx/meta-sdk/recipes-fsl/images/imx-image-full.bb:do_fetchall). Close matches:
do_fetch
ERROR: Command execution failed: 1

         how to do it ?

ラベル(1)
0 件の賞賛
1 解決策
2,349件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello Coin Du,

There was a change on the latest Poky releases where the way the commands are handled.

$ bitbake <IMAGE_OR_RECIPE> –c fetchall

Was deprecated in favor of:

$ bitbake <IMAGE_OR_RECIPE> --runall=fetch

So please try using this command instead.

Regards,

元の投稿で解決策を見る

1 返信
2,350件の閲覧回数
gusarambula
NXP TechSupport
NXP TechSupport

Hello Coin Du,

There was a change on the latest Poky releases where the way the commands are handled.

$ bitbake <IMAGE_OR_RECIPE> –c fetchall

Was deprecated in favor of:

$ bitbake <IMAGE_OR_RECIPE> --runall=fetch

So please try using this command instead.

Regards,