How to build 4.1.4-ti-r9 from sources?

Hi Robert,

How do I build your 4.1.4-ti-r9 kernel from source? I need to drop in some debugging statements. I don't see any -ti tags in bb-kernel.

TIA,

Somewhat related question. What is the git repo for this version:
Linux beaglebone 4.1.8-bone16 #1 Tue Sep 22 04:25:04 UTC 2015 armv7l GNU/Linux

Is it this?
https://github.com/beagleboard/linux

the "3.8.13-boneX", "3.14.X-ti-rY", and "4.1.X-ti-rY" have tags pushed to:

https://github.com/beagleboard/linux

"all" my tags are pushed to:

https://github.com/RobertCNelson/linux-stable-rcn-ee

(my debian/ubuntu sbulider's rely on the above git tree tag's to work)

Regards,

Thanks Robert.

Yep, found that, but I'm not sure how to build it, since it doesn't have your fancy build_deb.sh script. Does that have all the BBB patches applied, at least?

Is the .config already set? Do I just type "make"?

TIA,

it's not that easy..

make ARCH=arm bb.org_defconfig

<then all one line>

make ARCH=arm CROSS_COMPILE="bin/arm-" KBUILD_DEBARCH=armhf
KDEB_SOURCENAME=linux-upstream KDEB_CHANGELOG_DIST=unstable
LOCALVERSION=-cross KDEB_PKGVERSION=1cross deb-pkg

Regards,

I cannot find the tag "4.1.10-bone16" in
https://github.com/RobertCNelson/linux-stable-rcn-ee

Am I missing something?

git fetch ?

https://github.com/RobertCNelson/linux-stable-rcn-ee/tree/4.1.10-bone16

Regards,

Thanks. The link you provided just above is there.
I was looking for the tag in the drop-down list of the Github GUI but
for some reason Github shows some tags but not others.

it's a bug in github's gui...

a few months ago i passed their limit of the number of tags... Just
clone it locally and don't worry about external interfaces..

Regards,

https://github.com/RobertCNelson/linux-stable-rcn-ee/tree/4.1.10-bone16

Thanks. The link you provided just above is there.
I was looking for the tag in the drop-down list of the Github GUI but
for some reason Github shows some tags but not others.

it's a bug in github's gui...

That explains it. Thanks.