Re: [yocto] module do_configure depends on kernel .config and headers

2016-04-19 Thread Bruce Ashfield
On 2016-04-18 6:16 AM, Vajzovic, Tom wrote: Hi Bruce, From: Bruce Ashfield Sent: 15 April 2016 18:15 On Fri, Apr 15, 2016 at 12:02 PM, Vajzovic, Tom wrote: I am using a meta layer provided by a SOM manufacturer. They have a recipe which sets: What branch are you using ? Fido. inherit mo

Re: [yocto] module do_configure depends on kernel .config and headers

2016-04-18 Thread Vajzovic, Tom
Hi Bruce, From: Bruce Ashfield Sent: 15 April 2016 18:15 > On Fri, Apr 15, 2016 at 12:02 PM, Vajzovic, Tom wrote: >> >> I am using a meta layer provided by a SOM manufacturer. >> They have a recipe which sets: > > What branch are you using ? Fido. >> inherit module >> >> export KLIB_BUILD="${ST

Re: [yocto] module do_configure depends on kernel .config and headers

2016-04-15 Thread Bruce Ashfield
On Fri, Apr 15, 2016 at 12:02 PM, Vajzovic, Tom wrote: > Hi, > > I am using a meta layer provided by a SOM manufacturer. They have a > recipe which sets: > > What branch are you using ? master ? jethro ? ... something else ? The answer changes with the branch you are using since the management o

[yocto] module do_configure depends on kernel .config and headers

2016-04-15 Thread Vajzovic, Tom
Hi, I am using a meta layer provided by a SOM manufacturer. They have a recipe which sets: inherit module export KLIB_BUILD="${STAGING_KERNEL_DIR}" export KLIB="${D}" and then its do_configure script calls make, and the Makefile expects $(KLIB_BUILD)/.config to exist, and the kernel headers