[meta-freescale] [base][PATCH] setup-environment: List available Poky's distros in usage function

Fabio Berton fabio.berton at ossystems.com.br
Tue Nov 8 09:35:01 PST 2016


Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 setup-environment | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/setup-environment b/setup-environment
index c40fb1e..a3eae7b 100755
--- a/setup-environment
+++ b/setup-environment
@@ -43,6 +43,9 @@ Supported machines: `echo; ls sources/*/conf/machine/*.conf \
 Supported Freescale's distros: `echo; ls sources/meta-freescale-distro/conf/distro/fslc-*.conf \
 | sed s/\.conf//g | sed -r 's/^.+\///' | xargs -I% echo -e "\t%"`
 
+Available Poky's distros: `echo; ls sources/poky/meta-poky/conf/distro/*.conf \
+| sed s/\.conf//g | sed -r 's/^.+\///' | xargs -I% echo -e "\t%"`
+
 To build for a machine and distro listed above, run this script as:
 MACHINE=<machine> DISTRO=<distro> source $PROGNAME <build-dir>
 Ex: MACHINE=imx6qsabresd DISTRO=fslc-framebuffer source $PROGNAME build"
-- 
2.1.4



More information about the meta-freescale mailing list