We have an existing T1024 Yocto-2.0 based system, and we are configuring a new build server. When we go to rebuild the kernel build fails because the git.freescale.com git repository is gone. I have seen that this is supposedly mirrored at source.codeaurora.org but it doesn't seem to be an exact match.
How exactly do I change the old location in linux-qoriq_4.1.bb
SRC_URI = "git://git.freescale.com/ppc/sdk/linux.git;branch=sdk-v2.0.x"
SRCREV = "bd51baffc04ecc73f933aee1c3a37c8b44b889a7"
To reference this codeaurora.org site. The directory structure doesn't seem to match.
Thanks in advance, Cary
SDK 2.0 is obsolete. If you wish to stay with NXP-maintained kernel repositories, consider moving the the most recent Yocto-based SDK, it does support the processor you are working with:
https://source.codeaurora.org/external/qoriq/qoriq-components/yocto-sdk/about/
For SDK 2.0, kernel sources can be found on the SDK DVD image:
Hope this helps
Platon