How to fetch source code only?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

How to fetch source code only?

跳至解决方案
4,826 次查看
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 解答
4,711 次查看
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 回复
4,712 次查看
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,