How to append to conf/machine/imx8mmddr3lval.conf machine file?


BELHADJ SALEM Talel
 

Hello,
I'm trying to fix and add some variables to my recipes-bsp/conf/machine/imx8mmdddr3lval.conf file, like editing MACHINE_FEATURES , and SERIAL_CONSOLES .
I already have a separate layer that patches u-boot-imx and linux-imx , I tried adding a custom conf/machine/imx8mmddr3lval.conf , but yocto cannot see that file.
How can I do it ?

Thanks,Talel


Marc Ferland
 

On Fri, Jul 24, 2020 at 10:52 AM Bel Hadj Salem Talel <bhstalel@...> wrote:
Hello,
I'm trying to fix and add some variables to my recipes-bsp/conf/machine/imx8mmdddr3lval.conf file, like editing MACHINE_FEATURES , and SERIAL_CONSOLES .
I already have a separate layer that patches u-boot-imx and linux-imx , I tried adding a custom conf/machine/imx8mmddr3lval.conf , but yocto cannot see that file.
How can I do it ?

Does your local.conf point to the right MACHINE? Also check your  recipes-bsp/conf/layer.conf.

Marc