Need help in building kernel image using stable-kernel build script

Hi,

I need help in building kernel image v3.4.4 or v3.4.6 using stable-kernel build script.

As per the build steps:

  1. checkout the linux-stable copy
  2. change system.sh to point to LINUX_GIT
  3. run build_kernel.sh

Instead of checking out the master copy i.e. linux-3.5, I checkout the linux v3.4.4 version and tried running the build_kernel.sh script. This script tries to update the linux local copy to the latest files,
Is there any way by which I can build v3.4.4 or v3.4.6 using build_kernel.sh?

Regards,
Ketan

Hi,

I am using https://github.com/RobertCNelson/stable-kernel build scripts.

Regards,
Ketan

Due to problems on the panda, i haven't merged 3.4 to git HEAD on the
master branch, so you need to checkout the v3.4.x branch..

git checkout origin/v3.4.x -b tmp-v3.4.x

Regards,

Thanks Robert for your quick reply.
By origin/v3.4.x, you meant origin/linux-3.4.y branch. Is that right?

Regards,
Ketan

Nope... I meant what i said.. "origin/linux-3.4.y" is from the
kernel.org linux-stable tree.

Whereas: origin/v3.4.x is the branch on my script, that builds a v3.4.x kernel..

https://github.com/RobertCNelson/stable-kernel/tree/v3.4.x

Regards,

Thanks Robert!
I was able to build the image for using your origin/v3.4.x. wl1271 module worked with this image.

Regards,
Ketan