Re: Linaro Kernel v2.6.38 build error

2011-06-16 Thread Deepti Kalakeri
On Wed, Jun 15, 2011 at 8:36 PM, James Westby wrote: > Hi, > > My apologies, I forgot to say that I had to use > > make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- KBUILD_DEBARCH=armel \ > deb-pkg > ah! thanks James it helped. > > which tells it to build the package for armel. > > Thanks, > > Ja

Re: Linaro Kernel v2.6.38 build error

2011-06-15 Thread James Westby
Hi, My apologies, I forgot to say that I had to use make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- KBUILD_DEBARCH=armel \ deb-pkg which tells it to build the package for armel. Thanks, James On Wed, 15 Jun 2011 17:24:03 +0530, Deepti Kalakeri wrote: > Hello James, > > I applied the pat

Re: Linaro Kernel v2.6.38 build error

2011-06-15 Thread Deepti Kalakeri
Hello James, I applied the patch you provided and tried the steps you mentioned. I am using omap2plus_defconfig, but the make deb-pkg fails with the following error: dpkg-gencontrol: error: current host architecture 'armel' does not appear in package's architecture list () make[1]: *** [deb-pkg]

Re: Linaro Kernel v2.6.38 build error

2011-06-14 Thread James Westby
Hi, I just tried .39 and there's no OMAP4, so the headers install if I use the omap2plus_defconfig. I was then able to get deb-pkg to work after a fix to allow cross-building the package. This seems to produce something reasonable for us to use, but it may be more robust to use the defconfigs wi

Re: Linaro Kernel v2.6.38 build error

2011-06-13 Thread James Westby
On Mon, 13 Jun 2011 15:31:21 -0600, Matt Waddel wrote: > AIUI, the config errors you listed need to be fixed by going through > the kernel configuration and enabling or disabling these options as > requested. So in the first example from the failure log you sent: > > check-config: FAIL: value CO

Re: Linaro Kernel v2.6.38 build error

2011-06-13 Thread Matt Waddel
Hi Deepti, On 06/13/2011 12:22 PM, Deepti Kalakeri wrote: > Hello, > > This is my first attempt with the Linaro kernel build and I am having no > success in getting it build. > My aim is to get a kernel debian package build using the upstream changes. > I am following the instructions given at >

Linaro Kernel v2.6.38 build error

2011-06-13 Thread Deepti Kalakeri
Hello, This is my first attempt with the Linaro kernel build and I am having no success in getting it build. My aim is to get a kernel debian package build using the upstream changes. I am following the instructions given at https://wiki.linaro.org/Resources/HowTo/PackageYourOwnKernel. I get quit