Where can I find the source code for "4.1.15-ti-rt-r40"?

I have problems to clone the current stable version source code:
git clone https://github.com/RobertCNelson/linux-stable-rcn-ee/tree/4.1.15-ti-rt-r40

Someone could help me please?

Thanks a lot
NM

git clone https://github.com/RobertCNelson/linux-stable-rcn-ee
cd ./linux-stable-rcn-ee
git checkout 4.1.15-ti-rt-r40 -b tmp

Regards,

Thanks a lot Robert for your help.
Regards
NM

Hi Robert,

Hope you can help me again.

If I clone the “bb-kernel” folder instead, as follow:
$ git clone git://github.com/RobertCNelson/bb-kernel.git
$ cd bb-kernel
$ git tag

Which branch is exactly the kernel “4.1.15-ti-rt-r40”?
Where could I find all the information about the various versions of the kernel (e.g. what changes between 4.1.15-bone-rt-r17, 4.1.15-bone-rt-r18, 4.1.15-bone17, 4.1.15-bone18)?

The reason because I want to clone the “bb-kernel” folder and not the one at the address https://github.com/RobertCNelson/linux-stable-rcn-ee/tree/4.1.15-ti-rt-r40, is that in the “bb-kernel” folder I can also find the “./build_kernel.sh” and “./tools/install_kernel.sh” scripts.

Thanks a lot for your help, I really appreciate it.
Best Regards
NM

I’ve actually already answered the question, as I found the TI kernel src code under:

failed_patch-kernel_v4.1.15-ti-rt-r40 (864 KB)

failed_patch-kernel_v4.1.15-ti-rt-r40 (864 KB)

failed_patch-kernel_3.14.55-ti-rt-r78 (805 KB)

Sorry, you can't...

Only build from the top of the branches, the "tag's" are useless in
the "ti-linux-kernel-dev", due to how we combine two git repo's in
flight.

Use the directions like i previously posted if you want to build from
an older release

git clone https://github.com/RobertCNelson/linux-stable-rcn-ee
cd ./linux-stable-rcn-ee
git checkout 4.1.15-ti-rt-r40 -b tmp

Regards,

I’ve just got caught out by this myself. I wanted to reproduce build 4.4.6-ti-r15. So I cloned https://github.com/RobertCNelson/ti-linux-kernel-dev.git and checked out the 4.4.6-ti-r15 tag. But I got a similar error with the patch.

I think what I was trying to do was a reasonable expectation, namely that a git tag should be a snapshot of a reproducible build. Since this is apparently not the case, it would be very helpful if you would add an explanation to the readme.md file to explain this situation, and provide instructions for reproducing old releases such as 4.4.6-ti-r15. That would be very helpful for those of us unfamiliar with these repositories, thank you.

I've just got caught out by this myself. I wanted to reproduce build
4.4.6-ti-r15. So I cloned
GitHub - RobertCNelson/ti-linux-kernel-dev: vendor bsp... and checked out
the 4.4.6-ti-r15 tag. But I got a similar error with the patch.

I think what I was trying to do was a reasonable expectation, namely that
a git tag should be a snapshot of a reproducible build. Since this is
apparently not the case, it would be very helpful if you would add an
explanation to the `readme.md` file to explain this situation, and
provide instructions for reproducing old releases such as 4.4.6-ti-r15.
That would be very helpful for those of us unfamiliar with these
repositories, thank you.

I've setup:

For this situation.. Just haven't updated the readme's yet..

Regards,

At the link below there is a button that says "Download ZIP". If I
click on it and download it, I wonder, what do I get? The kernel
source with all the patches that if I build will give me the same
kernel as I have installed on my BBB?

That's the exact tree yakbuild will pull down..

Regards,

Cool.
Thanks, Robert.