[yocto] Thud Kernel Configuration not Working

Zoran Stojsavljevic zoran.stojsavljevic at gmail.com
Sun Apr 14 21:19:01 PDT 2019


> This is my bbappend called linux-yocto-4.1.8.bbappend:
> # Include kernel configuration fragment
> FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
> SRC_URL += "file://smp.cfg"

I am wondering... Why so old kernel used (4.1.8)?

Zoran
_______


On Sun, Apr 14, 2019 at 3:54 AM nick <xerofoify at gmail.com> wrote:
>
> Greetings,
> I was trying to build a kernel with these files in a new layer for no smp to be enabled but have no
> idea why it doesn't work. This is after looking at the kernel manual and it's literally the same
> files excluding the disabling of smp as the chosen option.
>
> .cfg for kernel option is called smp.cfg and this the file's content:
> #Disable SMP
> CONFIG_SMP=n
>
> This is my bbappend called linux-yocto-4.1.8.bbappend:
>  # Include kernel configuration fragment
>  FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
>  SRC_URL += "file://smp.cfg"
>
> If anyone has ideas thanks in advance,
>
> Nick
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


More information about the yocto mailing list