Re: [yocto] KBUILD_DEFCONFIG_KMACHINE not used anywhere

2017-11-09 Thread Alan Martinovic
Sure. The layer that will fetch all the other layers by running make: https://github.com/getsenic/senic-os The kernel source being used: https://github.com/getsenic/senic-os-linux/tree/senic/4.13 Things like the KBUILD_DEFCONFIG that you are trying to use, are > that extra level of processing th

Re: [yocto] KBUILD_DEFCONFIG_KMACHINE not used anywhere

2017-11-09 Thread Bruce Ashfield
On 11/09/2017 10:53 AM, Alan Martinovic wrote:  - what branch/release of yocto are you using ? Morty - can you try just using: KBUILD_DEFCONFIG="senic_defconfig" Yup, same error. .. and finally, the KBUILD_DEFCONFIG processing is meant to pick up in-tree defconfigs for use

Re: [yocto] KBUILD_DEFCONFIG_KMACHINE not used anywhere

2017-11-09 Thread Alan Martinovic
> > - what branch/release of yocto are you using ? Morty > - can you try just using: KBUILD_DEFCONFIG="senic_defconfig" Yup, same error. .. and finally, the KBUILD_DEFCONFIG processing is meant to pick > up in-tree defconfigs for use in the build, so whatever you reference > must bein in ar

Re: [yocto] KBUILD_DEFCONFIG_KMACHINE not used anywhere

2017-11-09 Thread Bruce Ashfield
On 2017-11-09 8:11 AM, Alan Martinovic wrote: What is your kernel recipe ? Something you wrote, or something from a vendor ? Something I inherited. It does seem to have been based on linux-yocto-custom.bb . SECTION = "kernel" DESCRIPTION = "Mainline Lin

Re: [yocto] KBUILD_DEFCONFIG_KMACHINE not used anywhere

2017-11-09 Thread Alan Martinovic
> > What is your kernel recipe ? Something you wrote, or something > from a vendor ? Something I inherited. It does seem to have been based on linux-yocto-custom.bb. SECTION = "kernel" DESCRIPTION = "Mainline Linux kernel" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0

Re: [yocto] KBUILD_DEFCONFIG_KMACHINE not used anywhere

2017-11-07 Thread Bruce Ashfield
On 11/07/2017 08:46 AM, Alan Martinovic wrote: Hi, I'm trying to get yocto to build the kernel with an in-tree defconfig. For that I found references to the variable KBUILD_DEFCONFIG_KMACHINE. However, I've been experiencing that the kernel is being built with some default defconfig, and not the

[yocto] KBUILD_DEFCONFIG_KMACHINE not used anywhere

2017-11-07 Thread Alan Martinovic
Hi, I'm trying to get yocto to build the kernel with an in-tree defconfig. For that I found references to the variable KBUILD_DEFCONFIG_KMACHINE. However, I've been experiencing that the kernel is being built with some default defconfig, and not the in-tree one that came with the kernel and I defi