Tool/software:
Hey,
Sorry in advance for maybe writing to the wrong part of the forum...
I build an embedded Linux in a bitbake based buildsystem, which fetches the TI Released Kernel.
It seems to me, that the Link to fetch the tarball from may have changed or is missing.
Error Message in the log:
Fetcher failure for URL: 'https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/snapshot/ti-linux-kernel-09.02.00.001-rt.tar.gz'. Unable to fetch URL from any source.
My Recipe holds following snippet:
TI_TAG = "09.02.00.001-rt" SRC_URI += " \ https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/snapshot/ti-linux-kernel-${TI_TAG}.tar.gz \
When I try to open the link from the browser I receive an error:
Did the location of the tarball change? Did I miss any notice regarding this topic?
Is there an issue on my side or on the TI side?
Thanks
Daniel