Fix profile
authorschon <schon@dev03-server>
Fri, 22 Apr 2011 01:51:45 +0000 (10:51 +0900)
committerschon <schon@dev03-server>
Fri, 22 Apr 2011 01:51:45 +0000 (10:51 +0900)
recipes/base-files/base-files/bm750/profile [deleted file]
recipes/base-files/base-files/vuplus/filesystems [new file with mode: 0644]
recipes/base-files/base-files/vuplus/issue [new file with mode: 0644]
recipes/base-files/base-files/vuplus/issue.net [new file with mode: 0644]
recipes/base-files/base-files/vuplus/profile [new file with mode: 0644]
recipes/base-files/base-files/vusolo/profile [deleted file]
recipes/base-files/base-files/vuultimo/profile [deleted file]
recipes/base-files/base-files/vuuno/profile [deleted file]
recipes/base-files/base-files_3.0.14.bb
recipes/vuplus/vuplus-dvb-modules.bb

diff --git a/recipes/base-files/base-files/bm750/profile b/recipes/base-files/base-files/bm750/profile
deleted file mode 100644 (file)
index a4c1694..0000000
+++ /dev/null
@@ -1,32 +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"
-EDITOR="/bin/vi"       # needed for packages like cron
-TERM="vt100"           # Basic terminal capab. For screen etc.
-
-if [ ! -e /etc/localtime ]; then
-       TZ="UTC"                # Time Zone. Look at http://theory.uwinnipeg.ca/gnu/glibc/libc_303.html 
-                               # for an explanation of how to set this to your local timezone.
-       export TZ
-fi
-
-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 OPIEDIR QPEDIR QTDIR EDITOR TERM
-
-umask 022
-
diff --git a/recipes/base-files/base-files/vuplus/filesystems b/recipes/base-files/base-files/vuplus/filesystems
new file mode 100644 (file)
index 0000000..d866db1
--- /dev/null
@@ -0,0 +1,8 @@
+ext3
+ext2
+vfat
+fat
+udf
+iso9660
+cdfs
+*
diff --git a/recipes/base-files/base-files/vuplus/issue b/recipes/base-files/base-files/vuplus/issue
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/recipes/base-files/base-files/vuplus/issue.net b/recipes/base-files/base-files/vuplus/issue.net
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/recipes/base-files/base-files/vuplus/profile b/recipes/base-files/base-files/vuplus/profile
new file mode 100644 (file)
index 0000000..2046847
--- /dev/null
@@ -0,0 +1,26 @@
+# /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"
+EDITOR="/bin/vi"       # needed for packages like cron
+TERM="xterm"           # Basic terminal capab. For screen etc.
+
+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 OPIEDIR QPEDIR QTDIR EDITOR TERM
+
+umask 022
+
diff --git a/recipes/base-files/base-files/vusolo/profile b/recipes/base-files/base-files/vusolo/profile
deleted file mode 100644 (file)
index a4c1694..0000000
+++ /dev/null
@@ -1,32 +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"
-EDITOR="/bin/vi"       # needed for packages like cron
-TERM="vt100"           # Basic terminal capab. For screen etc.
-
-if [ ! -e /etc/localtime ]; then
-       TZ="UTC"                # Time Zone. Look at http://theory.uwinnipeg.ca/gnu/glibc/libc_303.html 
-                               # for an explanation of how to set this to your local timezone.
-       export TZ
-fi
-
-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 OPIEDIR QPEDIR QTDIR EDITOR TERM
-
-umask 022
-
diff --git a/recipes/base-files/base-files/vuultimo/profile b/recipes/base-files/base-files/vuultimo/profile
deleted file mode 100644 (file)
index a4c1694..0000000
+++ /dev/null
@@ -1,32 +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"
-EDITOR="/bin/vi"       # needed for packages like cron
-TERM="vt100"           # Basic terminal capab. For screen etc.
-
-if [ ! -e /etc/localtime ]; then
-       TZ="UTC"                # Time Zone. Look at http://theory.uwinnipeg.ca/gnu/glibc/libc_303.html 
-                               # for an explanation of how to set this to your local timezone.
-       export TZ
-fi
-
-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 OPIEDIR QPEDIR QTDIR EDITOR TERM
-
-umask 022
-
diff --git a/recipes/base-files/base-files/vuuno/profile b/recipes/base-files/base-files/vuuno/profile
deleted file mode 100644 (file)
index a4c1694..0000000
+++ /dev/null
@@ -1,32 +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"
-EDITOR="/bin/vi"       # needed for packages like cron
-TERM="vt100"           # Basic terminal capab. For screen etc.
-
-if [ ! -e /etc/localtime ]; then
-       TZ="UTC"                # Time Zone. Look at http://theory.uwinnipeg.ca/gnu/glibc/libc_303.html 
-                               # for an explanation of how to set this to your local timezone.
-       export TZ
-fi
-
-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 OPIEDIR QPEDIR QTDIR EDITOR TERM
-
-umask 022
-
index a05de5e..fa9b391 100755 (executable)
@@ -1,9 +1,9 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r91"
+PR = "r92"
 PR_dm7025 = "r92"
-PR_vusolo = "r93"
+PR_vusolo = "r94"
 LICENSE = "GPL"
 
 FSTAB_dm7025 = "${@base_contains('PREFERRED_VERSION_linux-dm7025', '2.6.12.6', 'fstab_old', 'fstab', d)}"
index c47c167..29c1608 100755 (executable)
@@ -31,7 +31,8 @@ DEPENDS = " module-init-tools"
 RDEPENDS_append_vuplus = " module-init-tools-depmod"
 
 
-SRC_URI = "http://archive.vuplus.com/download/drivers/vuplus-dvb-modules-${MACHINE}-${PV}-${PREFERRED_GCC_VERSION}-${SRCDATE}.tar.gz "
+#SRC_URI = "http://archive.vuplus.com/download/drivers/vuplus-dvb-modules-${MACHINE}-${PV}-${PREFERRED_GCC_VERSION}-${SRCDATE}.tar.gz "
+SRC_URI = "http://archive.vuplus.com/download/drivers_test2/vuplus-dvb-modules-${MACHINE}-${PV}-${PREFERRED_GCC_VERSION}-${SRCDATE}.tar.gz "
 
 SRC_URI_vuuno = "http://archive.vuplus.com/download/drivers/beta/vuplus-dvb-modules-${MACHINE}-${PV}-${PREFERRED_GCC_VERSION}-${SRCDATE}.tar.gz "
 SRC_URI_vuultimo = "http://archive.vuplus.com/download/drivers/beta/vuplus-dvb-modules-${MACHINE}-${PV}-${PREFERRED_GCC_VERSION}-${SRCDATE}.tar.gz "