Re: [OE-core] [PATCH] image-buildinfo: make the build file shell compatible

2019-01-23 Thread Khem Raj
On Wed, Jan 23, 2019 at 7:22 AM nick83ola wrote: > sorry here is the correct file > > > > # Build Configuration # > > DISTRO="esw-space-co

Re: [OE-core] [PATCH] image-buildinfo: make the build file shell compatible

2019-01-23 Thread nick83ola
sorry here is the correct file # Build Configuration # DISTRO="esw-space-controller" DISTRO_VERSION="2.6" TARGET_SYS="arm-poky-linux-musle

Re: [OE-core] [PATCH] image-buildinfo: make the build file shell compatible

2019-01-23 Thread nick83ola
example of the new format: # Build Configuration # DISTRO="esw-space-controller" DISTRO_VERSION="2.6" TARGET_SYS="arm-poky-linux-musleabi" MACHINE="bumbl

[OE-core] [PATCH] image-buildinfo: make the build file shell compatible

2019-01-23 Thread nick83ola
this patch permit to simplify extracting build information from the /etc/build file from a script, f ex shell or python. Signed-off-by: Nicola Lunghi --- meta/classes/image-buildinfo.bbclass | 25 +++-- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/meta/clas