Add symlink post script for blkid and xinitrc issues
authorGraydon, Tracy <tracy.graydon@intel.com>
Fri, 12 Oct 2012 17:54:47 +0000 (10:54 -0700)
committerGraydon, Tracy <tracy.graydon@intel.com>
Fri, 12 Oct 2012 17:54:47 +0000 (10:54 -0700)
custom/scripts/ivi-2.0-symlinks.post [new file with mode: 0644]
ivi/ivi-2.0.yaml
ivi/pinetrail-2.0.yaml

diff --git a/custom/scripts/ivi-2.0-symlinks.post b/custom/scripts/ivi-2.0-symlinks.post
new file mode 100644 (file)
index 0000000..44b0dc1
--- /dev/null
@@ -0,0 +1,5 @@
+# to make udev happy
+ln -s /bin/busybox /sbin/blkid
+
+# where in the world is xinitrc?
+ln -s /etc/X11/xinitrc /usr/etc/X11/xinitrc
index 6dbb3c2..a1b1712 100755 (executable)
@@ -11,7 +11,6 @@ Groups:
     - appstargetsdk
     - trats
     - pinetrail-support
-
 PrePackages:
     - eglibc
     - systemd
@@ -33,7 +32,6 @@ PrePackages:
     - tzdata-slp
     - vconf
     - tizen-coreutils
-
 PostScripts:
     - slp-common
     - slp-e4412
@@ -42,8 +40,4 @@ PostScripts:
     - inittab
     - boot-into-ui
     - hotfixes-keyboard
-#    - users
-#    - rpm
-#    - hotfixes
-#    - e17-skel
-
+    - ivi-2.0-symlinks
index a2b24b4..c5f39b3 100755 (executable)
@@ -11,7 +11,6 @@ Groups:
     - appstargetsdk
     - trats
     - pinetrail-support
-
 PrePackages:
     - eglibc
     - systemd
@@ -33,7 +32,6 @@ PrePackages:
     - tzdata-slp
     - vconf
     - tizen-coreutils
-
 PostScripts:
     - slp-common
     - slp-e4412
@@ -42,8 +40,4 @@ PostScripts:
     - inittab
     - boot-into-ui
     - hotfixes-keyboard
-#    - users
-#    - rpm
-#    - hotfixes
-#    - e17-skel
-
+    - ivi-2.0-symlinks