summaryrefslogtreecommitdiff
path: root/buildconf/export
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-01-07 19:37:11 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 13:46:01 +0100
commit2251d4fd97cc037a4ebf2d168da369bd052b8e82 (patch)
treed8279a6814aab1f3daeec667d1ffacf89e168f14 /buildconf/export
parentc1c098080b8ab5b3c612d4a86c03bdade69fe3e8 (diff)
distro: move from angstrom to a poky based distro
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'buildconf/export')
-rw-r--r--buildconf/export6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildconf/export b/buildconf/export
index ca13ba1..aea4b28 100644
--- a/buildconf/export
+++ b/buildconf/export
@@ -2,7 +2,7 @@
ECHO=`which echo`
BUILDDIR="../../build"
FIRST_TIME=0
-cd layers/openembedded-core/
+cd layers/openembedded-core
if [ ! -f ${BUILDDIR}/conf/local.conf ]; then
FIRST_TIME=1
fi
@@ -11,9 +11,9 @@ fi
echo ""
echo "Toradex targets are:"
-echo " angstrom-lxde-image"
echo " console-tdx-image"
-echo " angstrom-qt-x11-image"
+echo " other (unsupported) targets may be found in"
+echo " meta-toradex-demos/recipes-images/images/"
if [ $FIRST_TIME -eq 1 ]; then
mkdir -p conf