Difference between bitbake and make

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

Difference between bitbake and make

跳至解决方案
4,015 次查看
vinothkumars
Senior Contributor IV

Dear NXP,

I am working on T4160RDB machine. Here I have some doubt. what is the difference between in build commands like bitbake and make.

bitbake example for u-boot ,

   $ bitbake -c cleansstate u-boot (one time)

   $ bitbake -c patch u-boot

   $ bitbake -c compile -f u-boot

make example for u-boot,

   $ make T4240RDB_defconfig

   $ make -j4

which one i want to prefer for frequent build ?

Thanks & Regards,

VinothS

Regards,
Vinothkumar Sekar
0 项奖励
回复
1 解答
3,502 次查看
Pavel
NXP Employee
NXP Employee

See the following page:

https://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html

 

The Section 1.1 of this document contains difference between make and bitbake.


Have a great day,
Pavel Chubakov

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
3,503 次查看
Pavel
NXP Employee
NXP Employee

See the following page:

https://www.yoctoproject.org/docs/1.6/bitbake-user-manual/bitbake-user-manual.html

 

The Section 1.1 of this document contains difference between make and bitbake.


Have a great day,
Pavel Chubakov

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复