X-Git-Url: https://git.karo-electronics.de/?p=meta-tx09.git;a=blobdiff_plain;f=setup-environment;h=8ad586c87537542536a26d6cedcb4d8a06405b22;hp=4efec1c64a2373094eac37f2ee902d6fa87e13a6;hb=d46ef1cc1f576d696fc84b092121d8f5c8fa733e;hpb=61a86ab28043911d7d929d3c1a1c1b0d38619209 diff --git a/setup-environment b/setup-environment index 4efec1c..8ad586c 100755 --- a/setup-environment +++ b/setup-environment @@ -46,7 +46,6 @@ directory . The build directory configuration is unchanged. " ls yocto/*/conf/machine/*.conf > /dev/null 2>&1 -# ls sources/meta-freescale-distro/conf/distro/fslc-*.conf > /dev/null 2>&1 if [ $? -eq 0 ]; then echo -e " Supported machines: `echo; ls conf/*/conf/machine/*.conf \ @@ -225,4 +224,7 @@ else echo fi +# indicate Yocto environment on shell prompt +export PS1="[yocto] $PS1" + clean_up