bitbake failure building u-boot-qoriq for a T1024RDB machine
"John" <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
I'm moving the customer's older yocto dunfell release of their image to the scarthgap version. It's running on an older T1024RDB board (powerpc). The older version of u-boot was 2019 and now it's 2024. I've managed to build most of the image (linux-qoriq_6.6 is building) but the u-boot-qoriq fails with the following errors: > > | make[1]: *** > [/home/blart/workspace/yocto-upgrade/build_blart/tmp/work/t1024rdb_64b-fsl-linux/u-boot-qoriq/2024.04++fslgit/git/Makefile:2016: > scripts_dtc] Error 2 > | make[1]: Leaving directory > '/home/blart/workspace/yocto-upgrade/build_blart/tmp/work/t1024rdb_64b-fsl-linux/u-boot-qoriq/2024.04++fslgit/build/T1024RDB_config' > > | make: *** [Makefile:177: sub-make] Error 2 > | make: Leaving directory > '/home/blart/workspace/yocto-upgrade/build_blart/tmp/work/t1024rdb_64b-fsl-linux/u-boot-qoriq/2024.04++fslgit/git' > > | ERROR: oe_runmake failed > | WARNING: exit code 1 from a shell command. > Not sure how to proceed. I get no more output than that and console in the "devshell" is not a git repo and is unbuildable even after it is configured. (Missing compile switches). This means I have no way of running the script_dtc script and see the error. Yocto has made it completely hidden. Is there any advice as to how to proceed here? Cheers!!