[OE-core][PATCH] images_types: isolate the write of UBI configuration

2022-05-20 Thread Kory Maincent via lists.openembedded.org
From: Kory Maincent Isolate the writing of the UBI configuration in a separate function. This allows to use a custom configuration easily by overriding the function. Replace the echo functions by a cat to have a more readable configuration. Signed-off-by: Kory Maincent --- meta/classes/image_

Re: [OE-core] [meta-oe][PATCH 7/8] wpa-supplicant: Simplify build/install flow

2022-04-21 Thread Kory Maincent via lists.openembedded.org
Hello Alex, On Tue, 12 Apr 2022 14:03:14 +0100 "Alex Kiernan" wrote: > The build/install steps for wpa-supplicant support CFLAGS and an install > target, so use these rather than attempting to do it manually (which was > broken by upstream splitting into build.rules and lib.rules). > > Note tha