On Wed, Jan 23, 2019 at 7:22 AM nick83ola wrote:
> sorry here is the correct file
>
>
>
> # Build Configuration #
>
> DISTRO="esw-space-co
sorry here is the correct file
# Build Configuration #
DISTRO="esw-space-controller"
DISTRO_VERSION="2.6"
TARGET_SYS="arm-poky-linux-musle
example of the new format:
# Build Configuration
#
DISTRO="esw-space-controller"
DISTRO_VERSION="2.6"
TARGET_SYS="arm-poky-linux-musleabi"
MACHINE="bumbl
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