Adding wheel.sh to configs package. 70/2270/1 accepted/trunk/20121025.184317 submit/trunk/20121025.190641
authorUlf Hofemeier <ulf.hofemeier@intel.com>
Thu, 25 Oct 2012 19:06:33 +0000 (12:06 -0700)
committerUlf Hofemeier <ulf.hofemeier@intel.com>
Thu, 25 Oct 2012 19:06:33 +0000 (12:06 -0700)
packaging/ivi-demo-config.spec
packaging/wheel.sh [new file with mode: 0755]

index de6eac3..ff7ed6a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       ivi-demo-config
 Summary:    Custom configs for Tizen IVI demos
-Version:    0.0.5
+Version:    0.0.6
 Release:    1
 Group:      System Environment/Libraries
 License:    Apache License, Version 2.0
@@ -13,6 +13,7 @@ Source4:    settings
 Source5:    tizen-base.repo  
 Source6:    tizen-ivi-demo.repo
 Source7:    tizen-ivi.repo
+Source8:    wheel.sh
 
 %description
 Provides customizations for Tizen IVI demos
@@ -39,6 +40,7 @@ mkdir         -p %{buildroot}%{_sysconfdir}/zypp/repos.d
 install -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/zypp/repos.d
 install -m 644 %{SOURCE6} %{buildroot}%{_sysconfdir}/zypp/repos.d
 install -m 644 %{SOURCE7} %{buildroot}%{_sysconfdir}/zypp/repos.d
+install -m 755 %{SOURCE8} %{buildroot}%{_libdir}/automotive-message-broker/scripts
 
 %post
 # Create a new machine-info file in order to have a friendly name
diff --git a/packaging/wheel.sh b/packaging/wheel.sh
new file mode 100755 (executable)
index 0000000..57acc6c
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/bash\r
+ifconfig eth0 192.168.1.99 netmask 255.255.255.0\r
+systemctl restart ambd.service\r
+xset -dpms\r
+xset s off\r
+xset s noblank\r
+webskeleton file:///usr/share/GhostCluster/index.html &\r
+\r