Difference between bitbake and make

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

Difference between bitbake and make

Jump to solution
3,373 Views
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 Kudos
Reply
1 Solution
2,860 Views
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.
-------------------------------------------------------------------------------

View solution in original post

0 Kudos
Reply
1 Reply
2,861 Views
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 Kudos
Reply