aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-files/base-files/mtx-1/profile
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-04-21 14:32:45 +0100
committerSaul Wold <sgw@linux.intel.com>2011-05-04 22:12:27 -0700
commit72567733033347b662d9baa07432985fd2da3efa (patch)
tree4e8eadc3bc714181d15625d57af42985ecdf27c9 /meta/recipes-core/base-files/base-files/mtx-1/profile
parent0a57bd226cdb8332707fa0f46fcf0b067f03701a (diff)
downloadopenembedded-core-contrib-72567733033347b662d9baa07432985fd2da3efa.tar.gz
Remove machine-specific metadata for machines no longer in oe-core
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/base-files/base-files/mtx-1/profile')
-rw-r--r--meta/recipes-core/base-files/base-files/mtx-1/profile25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta/recipes-core/base-files/base-files/mtx-1/profile b/meta/recipes-core/base-files/base-files/mtx-1/profile
deleted file mode 100644
index bedf2fc7d8..0000000000
--- a/meta/recipes-core/base-files/base-files/mtx-1/profile
+++ /dev/null
@@ -1,25 +0,0 @@
-# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
-# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
-
-PATH="/usr/local/bin:/usr/bin:/bin"
-
-if [ "`id -u`" -eq 0 ]; then
- PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:
-fi
-if [ "$PS1" ]; then
-# works for bash and ash (no other shells known to be in use here)
- PS1='\u@\h:\w\$ '
-fi
-
-if [ -d /etc/profile.d ]; then
- for i in `ls /etc/profile.d/`; do
- . /etc/profile.d/$i
- done
- unset i
-fi
-
-export PATH PS1
-
-umask 022
-
-alias ll="ls -lah" \ No newline at end of file