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
Solved! Go to Solution.
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.
-------------------------------------------------------------------------------
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.
-------------------------------------------------------------------------------