Re: [OE-core] [PATCH v2] systemd-bootconf: Make is machine specific

2019-07-09 Thread Ricardo Ribalda Delgado
Hi Richard Something else that I need to fix on this patch? Thanks! On Wed, Jul 3, 2019 at 6:33 PM Ricardo Ribalda Delgado wrote: > > Recipe makes use of the variable APPEND: > > do_configure[vardeps] += "APPEND" > > APPEND is usually linked to a to a machine and not to a > cpu architecture,

[OE-core] [PATCH v2] systemd-bootconf: Make is machine specific

2019-07-03 Thread Ricardo Ribalda Delgado
Recipe makes use of the variable APPEND: do_configure[vardeps] += "APPEND" APPEND is usually linked to a to a machine and not to a cpu architecture, as it describe things like the location of the main serial port or tty. Therefore the recipe should be MACHINE_ARCH. This patch avoids