Kernel updates for 3.8. ?

Hi,

First of all:
This is no critism or such!!! (I am not a native english speaker...)

I am using kernel version 3.8.13 for my beaglebone and update my git repository of the kernel daily.
A lot of changes were fetched often...

But the "Release of 3.8.13-bone53" is there since 15.5.2014.

Will there be further releases or is this version "dead"?

Best regards,
mcc

Sorry, i though the memo went out... The "am33x-v3.8" branch on
"linux-dev" is dead (around that date). It got moved to "bb-kernel"

where's it's pretty active for "maintenance only"

https://github.com/RobertCNelson/bb-kernel/commits/am33x-v3.8

background, i do all main development on linux-dev (master branch) and
just use meld to push patches to topic branches where needed.

Regards,

Robert Nelson <robertcnelson@gmail.com> [14-08-23 04:20]:

> Hi,
>
> First of all:
> This is no critism or such!!! (I am not a native english speaker...)
>
> I am using kernel version 3.8.13 for my beaglebone and update my git repository of the kernel daily.
> A lot of changes were fetched often...
>
> But the "Release of 3.8.13-bone53" is there since 15.5.2014.

Sorry, i though the memo went out... The "am33x-v3.8" branch on
"linux-dev" is dead (around that date). It got moved to "bb-kernel"

where's it's pretty active for "maintenance only"

Commits · RobertCNelson/bb-kernel · GitHub

background, i do all main development on linux-dev (master branch) and
just use meld to push patches to topic branches where needed.

Regards,

--
Robert Nelson
http://www.rcn-ee.com/

--
For more options, visit http://beagleboard.org/discuss
---
You received this message because you are subscribed to the Google Groups "BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi Robert,

Thanks for the info!

an additonal question...

I searched for the information how correctly switching from what I
have (daily updated git repo but as it seems looking at some now "dead
settings"). Here

    httpOs://eewiki.net/display/linuxonarm/BeagleBone%2BBlack

I found the instruction to

    git checkout origin/am33x-v3.8 -b tmp

...but this is, what I had done. I am confused...

What do I have to switch correctly to the very busy
"maintainance only" bb-kernel...?
Sorry, I am no git guru...

Thanks a lot in advance!
Best regards,
mcc

either re-clone:

git clone https://github.com/RobertCNelson/bb-kernel.git

or pull in:

git pull --no-edit https://github.com/RobertCNelson/bb-kernel.git am33x-v3.8

Regards,

Robert Nelson <robertcnelson@gmail.com> [14-08-23 14:56]: