Hi All
I am facing issue while building arago recipe for da830-omapl137-evm.
I have u-boot and kernel bb file for da830-omapl137-evm. Following below steps in order to build setup for da830-evm.
Case 1.
Build steps:
a. Followed a link http://www.arago-project.org/wiki/index.php/Setting_Up_Build_Environment in order to make arago recipe setup
b. Use command MACHINE=da830-omapl137-evm bitbake -b arago/recipes/linux/linux-davinci_3.3.0-psp03.22.00.02.bb
to build a recipe for linux.
Result:
Build get stops while cloning source code for linux kernel but if I do explicit cloning its working fine.
Case 2:
Build steps:
a. Followed a link http://www.arago-project.org/wiki/index.php/Setting_Up_Build_Environment in order to make arago recipe setup
b. Use command:MACHINE=da830-omapl137-evm bitbake virtual/kernel to build a recipe for linux
Results:
Build takes wrong bb file for compilation and hence unable to create proper images for linux.
Please let me know whether Case 1 or Case 2 is proper to build kernel using arago recipe. If Case 1 is proper then how I can make clone to work fine?
If case 2 is proper then what change is required to pick proper bb file?
Please see attached .tar for bb files.
Thanks
Manish Badarkhe