Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-11 Thread Dr. Markus Eich
I have tried the different task separately. do_fetch works, no recursive link created do_kernel_checkout works, no recursive link created do_kernel_configme works, no recursive link created do_compile works, no recursive link created do_compile_kernelmodules works, no recursive link created

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-11 Thread Bruce Ashfield
On 14-07-11 04:55 AM, Dr. Markus Eich wrote: I have tried the different task separately. do_fetch works, no recursive link created do_kernel_checkout works, no recursive link created do_kernel_configme works, no recursive link created do_compile works, no recursive link created

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-10 Thread Dr. Markus Eich
Thank you Bruce, that did the trick. But I am facing a new problem while using bitbake for the build process. I have checked to build the odroid kernel with a standard crosscompiler tool chain and it works without any problems. When I do the same with the bitbake toolchain (bitbake

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-10 Thread Bruce Ashfield
On 14-07-10 07:11 AM, Dr. Markus Eich wrote: Thank you Bruce, that did the trick. But I am facing a new problem while using bitbake for the build process. I have checked to build the odroid kernel with a standard crosscompiler tool chain and it works without any problems. When I do the same

[yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Dr. Markus Eich
Dear all, I work on the process to compile odroid xu kernel with yocto/bitbake In the kernel sources (from hardkernel) I have the corresponding defconfig file, i.e. in the git folder /arch/arm/configs/odroidxu_ubuntu_defconfig. How can I tell bitbake in my recipe to use

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
} available. } Regards, B.Sathish Kumar -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Dr. Markus Eich Sent: Wednesday, July 09, 2014 3:09 PM To: yocto@yoctoproject.org Subject: [yocto] How to select defconfig for kernel build

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Dr. Markus Eich Sent: Wednesday, July 09, 2014 3:09 PM To: yocto@yoctoproject.org Subject: [yocto] How to select defconfig for kernel build with yocto/bitbake Dear all, I work

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Balasubramaniam -ERS, HCL Tech Sent: Wednesday, July 09, 2014 5:54 PM To: Dr. Markus Eich; yocto@yoctoproject.org Subject: RE: [yocto] How to select defconfig for kernel build with yocto/bitbake Ok. Can you try the following instead of the content I gave before KERNEL_DEFCONFIG

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Dr. Markus Eich
, 2014 5:54 PM To: Dr. Markus Eich; yocto@yoctoproject.org Subject: RE: [yocto] How to select defconfig for kernel build with yocto/bitbake Ok. Can you try the following instead of the content I gave before KERNEL_DEFCONFIG = odroidxu_ubuntu_defconfig kernel_do_configure_append() { install

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Bruce Ashfield
On 14-07-09 05:38 AM, Dr. Markus Eich wrote: Dear all, I work on the process to compile odroid xu kernel with yocto/bitbake In the kernel sources (from hardkernel) I have the corresponding defconfig file, i.e. in the git folder /arch/arm/configs/odroidxu_ubuntu_defconfig. How can I tell