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
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
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]
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
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
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
>
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