Re: [OE-Core][PATCH 2/2] u-boot: Add savedefconfig task

2022-10-08 Thread Alex Kiernan
That was my other thought... this was basically a cut and paste from the kernel... Happy to redo like that! On Sat, 8 Oct 2022, 20:01 Otavio Salvador, wrote: > > > Em sex., 7 de out. de 2022 às 13:47, Alex Kiernan > escreveu: > >> Add savedefconfig task which U-Boot supports (unfortunately no

Re: [OE-Core][PATCH 2/2] u-boot: Add savedefconfig task

2022-10-08 Thread Otavio Salvador
Em sex., 7 de out. de 2022 às 13:47, Alex Kiernan escreveu: > Add savedefconfig task which U-Boot supports (unfortunately not all > consumers of cml1 support this). > > Signed-off-by: Alex Kiernan > Kernel also does, so might be nice to add it to a specific class and reuse. -- Otavio Salvador

[OE-Core][PATCH 2/2] u-boot: Add savedefconfig task

2022-10-07 Thread Alex Kiernan
Add savedefconfig task which U-Boot supports (unfortunately not all consumers of cml1 support this). Signed-off-by: Alex Kiernan --- meta/recipes-bsp/u-boot/u-boot.inc | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.