|
Hello everyone!
I am developing for TI am3517. I encountered some problems when I used the file system information provided by TI to create my own file system. I followed the official documentation step by step, but on different computers, the same steps resulted in different problems. On computer 1, I used bitbake arago-base-image and the following error was reported: FATAL: Unable to parse [ ] (Could not include required file conf/distro/include/sane-srcdates.inc However, the same method did not report this error on computer 2, and it started executing, but there was no sane-srcdates.inc file in the folder in computer 2!! Then during the execution, two websites needed to be connected and upgraded, but those two websites could not be connected, so it failed. The final error was: NOTE: Running task 150 of 799 (ID: 267, /home/zhangtf/oe/arago-oe-dev/recipes/update-rc.d/update-rc.d_0.7.bb, do_fetch) NOTE: package update-rc.d-0.7-r1: task do_fetch: Started NOTE: Fetch cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=apps/update-rc.d;tag=r0_7 cvs [checkout aborted]: connect to anoncvs.handhelds.org(128.31.0.23):2401 failed: Connection timed out ERROR: TaskFailed event exception, aborting ERROR: Build of /home/zhangtf/oe/arago-oe-dev/recipes/update-rc.d/update-rc.d_0.7.bb do_fetch failed ERROR: Task 267 (/home/zhangtf/oe/arago-oe-dev/recipes/update-rc.d/update-rc.d_0.7.bb, do_fetch) failed with exit code 1 ERROR: '/home/zhangtf/oe/arago-oe-dev/recipes/update-rc.d/update-rc.d_0.7.bb' failed NOTE: Task failed: Fetch failed: Unable to fetch URL cvs://anoncvs:anoncvs@anoncvs.handhelds.org/cvs;module=apps/update-rc.d;tag=r0_7 from any source. NOTE: package update-rc.d-0.7-r1: task do_fetch: Failed ERROR: TaskFailed event exception, aborting ERROR: Build of /home/zhangtf/oe/arago-oe-dev/recipes/update-rc.d/update-rc.d_0.7.bb do_fetch failed ERROR: Task 267 (/home/zhangtf/oe/arago-oe-dev/recipes/update-rc.d/update-rc.d_0.7.bb, do_fetch) failed with exit code 1 ERROR: '/home/zhangtf/oe/arago-oe-dev/recipes/update-rc.d/update-rc.d_0.7.bb' failed ERROR: '/home/zhangtf/oe/arago-oe-dev/recipes/update-rc.d/update-rc.d_0.7.bb' failed
I hope an expert can help me and see what's going on. Thank you!
|