summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-11 10:12:24 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-11 10:12:24 -0800
commited0ee8fc0d8114b68f35c084b9b6d55618c5242b (patch)
tree56c5de4653aab779cd56db497485695908e42264
parent42431e2050aa772844ffdbb9a78a1a2a331c58f2 (diff)
downloadmeta-common-ed0ee8fc0d8114b68f35c084b9b6d55618c5242b.tar.gz
meta-common-ed0ee8fc0d8114b68f35c084b9b6d55618c5242b.tar.bz2
meta-common-ed0ee8fc0d8114b68f35c084b9b6d55618c5242b.zip
remove old scripts
-rw-r--r--image-configs/custom/scripts/arch-armv7hl.post6
-rw-r--r--image-configs/custom/scripts/boot-graphical-ivi.post3
-rw-r--r--image-configs/custom/scripts/boot-multiuser-ivi.post3
-rw-r--r--image-configs/custom/scripts/buildname.nochroot3
-rw-r--r--image-configs/custom/scripts/cleanup.post2
-rw-r--r--image-configs/custom/scripts/cogl.post7
-rw-r--r--image-configs/custom/scripts/inittab.post3
-rw-r--r--image-configs/custom/scripts/prelink.post4
-rw-r--r--image-configs/custom/scripts/rpm.post2
-rw-r--r--image-configs/custom/scripts/udev.post1
-rw-r--r--image-configs/custom/scripts/update.post1
-rw-r--r--image-configs/custom/scripts/usb-networking.post8
-rw-r--r--image-configs/custom/scripts/users.post5
-rw-r--r--image-configs/custom/scripts/uxlaunch-symlink-ivi.post2
-rw-r--r--image-configs/custom/scripts/uxlaunch-symlink-nb.post2
15 files changed, 0 insertions, 52 deletions
diff --git a/image-configs/custom/scripts/arch-armv7hl.post b/image-configs/custom/scripts/arch-armv7hl.post
deleted file mode 100644
index 955f819..0000000
--- a/image-configs/custom/scripts/arch-armv7hl.post
+++ /dev/null
@@ -1,6 +0,0 @@
-# Without this line the rpm don't get the architecture right.
-echo -n 'armv7hl-tizen-linux' > /etc/rpm/platform
-
-# Also libzypp has problems in autodetecting the architecture so we force tha as well.
-# https://bugs.meego.com/show_bug.cgi?id=11484
-echo 'arch = armv7hl' >> /etc/zypp/zypp.conf
diff --git a/image-configs/custom/scripts/boot-graphical-ivi.post b/image-configs/custom/scripts/boot-graphical-ivi.post
deleted file mode 100644
index 495d1af..0000000
--- a/image-configs/custom/scripts/boot-graphical-ivi.post
+++ /dev/null
@@ -1,3 +0,0 @@
-# Boot with full UX.
-ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
-
diff --git a/image-configs/custom/scripts/boot-multiuser-ivi.post b/image-configs/custom/scripts/boot-multiuser-ivi.post
deleted file mode 100644
index 4a99772..0000000
--- a/image-configs/custom/scripts/boot-multiuser-ivi.post
+++ /dev/null
@@ -1,3 +0,0 @@
-# Boot multi-user with no UX. (Sort of like init runlevel 3.)
-ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
-
diff --git a/image-configs/custom/scripts/buildname.nochroot b/image-configs/custom/scripts/buildname.nochroot
deleted file mode 100644
index 544a400..0000000
--- a/image-configs/custom/scripts/buildname.nochroot
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ -n "$IMG_NAME" ]; then
- echo "BUILD: $IMG_NAME" >> $INSTALL_ROOT/etc/tizen-release
-fi
diff --git a/image-configs/custom/scripts/cleanup.post b/image-configs/custom/scripts/cleanup.post
deleted file mode 100644
index d7c0ecd..0000000
--- a/image-configs/custom/scripts/cleanup.post
+++ /dev/null
@@ -1,2 +0,0 @@
-# save a little bit of space at least...
-rm -f /boot/initrd*
diff --git a/image-configs/custom/scripts/cogl.post b/image-configs/custom/scripts/cogl.post
deleted file mode 100644
index 107bd06..0000000
--- a/image-configs/custom/scripts/cogl.post
+++ /dev/null
@@ -1,7 +0,0 @@
-# Create /etc/cogl.conf file to load proper GL libraries on Cedartrail
-mkdir /etc/xdg/cogl
-echo "[global]" >>/etc/xdg/cogl/cogl.conf
-echo "COGL_DRIVER=gles2" >>/etc/xdg/cogl/cogl.conf
-echo "COGL_RENDERER=EGL" >>/etc/xdg/cogl/cogl.conf
-echo "COGL_DEBUG=disable-atlas" >>/etc/xdg/cogl/cogl.conf
-
diff --git a/image-configs/custom/scripts/inittab.post b/image-configs/custom/scripts/inittab.post
deleted file mode 100644
index 73bb7e5..0000000
--- a/image-configs/custom/scripts/inittab.post
+++ /dev/null
@@ -1,3 +0,0 @@
-sed -i s/ENGINE=gl/ENGINE=fb/ /etc/profile.d/menu-screen.sh
-
-echo "s1:12345:respawn:/sbin/agetty -L 115200 ttyMFD3 vt100" >> /etc/inittab
diff --git a/image-configs/custom/scripts/prelink.post b/image-configs/custom/scripts/prelink.post
deleted file mode 100644
index 527548c..0000000
--- a/image-configs/custom/scripts/prelink.post
+++ /dev/null
@@ -1,4 +0,0 @@
-# Prelink can reduce boot time
-if [ -x /usr/sbin/prelink ]; then
- /usr/sbin/prelink -aRqm
-fi
diff --git a/image-configs/custom/scripts/rpm.post b/image-configs/custom/scripts/rpm.post
deleted file mode 100644
index 62707bd..0000000
--- a/image-configs/custom/scripts/rpm.post
+++ /dev/null
@@ -1,2 +0,0 @@
-rm -f /var/lib/rpm/__db*
-rpm --rebuilddb
diff --git a/image-configs/custom/scripts/udev.post b/image-configs/custom/scripts/udev.post
deleted file mode 100644
index 9ac3936..0000000
--- a/image-configs/custom/scripts/udev.post
+++ /dev/null
@@ -1 +0,0 @@
-echo "UDEV_PERSISTENT_STORAGE=no" >> /etc/sysconfig/udev
diff --git a/image-configs/custom/scripts/update.post b/image-configs/custom/scripts/update.post
deleted file mode 100644
index f8cb35d..0000000
--- a/image-configs/custom/scripts/update.post
+++ /dev/null
@@ -1 +0,0 @@
-cat /etc/pki/tls/certs/download.saobs.jf.intel.com >> /etc/pki/tls/certs/ca-bundle.crt
diff --git a/image-configs/custom/scripts/usb-networking.post b/image-configs/custom/scripts/usb-networking.post
deleted file mode 100644
index 5f5f4b1..0000000
--- a/image-configs/custom/scripts/usb-networking.post
+++ /dev/null
@@ -1,8 +0,0 @@
-# enable USB networking with IP address 192.168.1.1 by default
-cat >/etc/rc.d/rc3.d/S99usbnet.sh <<END
-#!/bin/sh
-echo rndis > /sys/class/android_usb/android0/functions
-echo 1 > /sys/class/android_usb/android0/enable
-ifconfig rndis0 192.168.100.1
-END
-chmod 777 /etc/rc.d/rc3.d/S99usbnet.sh
diff --git a/image-configs/custom/scripts/users.post b/image-configs/custom/scripts/users.post
deleted file mode 100644
index f1b4c4e..0000000
--- a/image-configs/custom/scripts/users.post
+++ /dev/null
@@ -1,5 +0,0 @@
-mkdir -p /opt/home/app
-chown inhouse: /opt/home/app
-mkdir -p /home
-ln -s /opt/home/app /home/app
-ln -sf /opt/home/root /root
diff --git a/image-configs/custom/scripts/uxlaunch-symlink-ivi.post b/image-configs/custom/scripts/uxlaunch-symlink-ivi.post
deleted file mode 100644
index 1c9bd92..0000000
--- a/image-configs/custom/scripts/uxlaunch-symlink-ivi.post
+++ /dev/null
@@ -1,2 +0,0 @@
-# Set symlink pointing to .desktop file
-ln -sf x-meego-ivi.desktop /usr/share/xsessions/default.desktop
diff --git a/image-configs/custom/scripts/uxlaunch-symlink-nb.post b/image-configs/custom/scripts/uxlaunch-symlink-nb.post
deleted file mode 100644
index cfa310a..0000000
--- a/image-configs/custom/scripts/uxlaunch-symlink-nb.post
+++ /dev/null
@@ -1,2 +0,0 @@
-# Set symlink pointing to .desktop file
-ln -sf dawati.desktop /usr/share/xsessions/default.desktop