This commit detects the root home directory dynamically with changes to
the opcontrol script and the oprofile gui app source.

The commit replaces an earlier fix that detected and adjusted a
'non-standard' root home directory at build time.  The advantage of this
patch is that the oprofile tools are adjusted to the current run-time
path to ~root, not the build time path.

Signed-off-by: Dave Lerner <dave.ler...@windriver.com>
Signed-off-by: Chong Lu <chong...@windriver.com>
---
 meta/recipes-kernel/oprofile/oprofile.inc          |   5 +-
 .../{oprofile-root.patch => root-home-dir.patch}   | 111 +++++++++++----------
 2 files changed, 61 insertions(+), 55 deletions(-)
 rename meta/recipes-kernel/oprofile/oprofile/{oprofile-root.patch => 
root-home-dir.patch} (43%)

diff --git a/meta/recipes-kernel/oprofile/oprofile.inc 
b/meta/recipes-kernel/oprofile/oprofile.inc
index 0a7f7fd..b088737 100644
--- a/meta/recipes-kernel/oprofile/oprofile.inc
+++ b/meta/recipes-kernel/oprofile/oprofile.inc
@@ -19,16 +19,15 @@ FILES_${PN}-dev += "${libdir}/${BPN}/lib*${SOLIBSDEV} 
${libdir}/${BPN}/lib*.la"
 FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a"
 
 SRC_URI = "file://opstart.patch \
-           file://oprofile-root.patch \
            file://acinclude.m4 \
            file://oprofile-cross-compile-tests.patch \
-           file://run-ptest"
+           file://run-ptest \
+           file://root-home-dir.patch"
 
 inherit autotools-brokensep ptest
 
 EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR}  --without-x"
 do_configure () {
-       find ${S} -wholename '${S}/.pc' -prune -o -type f -print | xargs sed -i 
's#ROOTHOME#${ROOT_HOME}#'
        cp ${WORKDIR}/acinclude.m4 ${S}/
        autotools_do_configure
 }
diff --git a/meta/recipes-kernel/oprofile/oprofile/oprofile-root.patch 
b/meta/recipes-kernel/oprofile/oprofile/root-home-dir.patch
similarity index 43%
rename from meta/recipes-kernel/oprofile/oprofile/oprofile-root.patch
rename to meta/recipes-kernel/oprofile/oprofile/root-home-dir.patch
index f3fe4c9..45cab7d 100644
--- a/meta/recipes-kernel/oprofile/oprofile/oprofile-root.patch
+++ b/meta/recipes-kernel/oprofile/oprofile/root-home-dir.patch
@@ -1,113 +1,120 @@
-Change hardcoded /root to /home/root
+oprofile: Determine the root home directory dynamically
 
-Upstream-Status: inappropriate [OE specific]
+This commit detects the root home directory dynamically with changes to
+the opcontrol script and the oprofile gui app source.
 
-Signed-off-by: Mark Hatle <mark.ha...@windriver.com>
+The commit replaces an earlier fix that detected and adjusted a
+'non-standard' root home directory at build time.  The advantage of this
+patch is that the oprofile tools are adjusted to the current run-time
+path to ~root, not the build time path.
 
-Replace "/home/root" with stub "ROOTHOME", then substitute it with
-real root home directory which is configured dymanically.
+Upstream-Status: inappropriate [OE specific]
 
-Signed-off-by: Kang Kai <kai.k...@windriver.com>
+Signed-off-by: Dave Lerner <dave.ler...@windriver.com>
 
-diff -ur oprofile-0.9.7.orig/doc/opcontrol.1.in 
oprofile-0.9.7/doc/opcontrol.1.in
---- oprofile-0.9.7.orig/doc/opcontrol.1.in     2011-07-04 21:25:04.000000000 
-0500
-+++ oprofile-0.9.7/doc/opcontrol.1.in  2012-07-02 14:02:16.358865420 -0500
-@@ -171,7 +171,7 @@
+diff --git a/doc/opcontrol.1.in b/doc/opcontrol.1.in
+index c434704..f57eb76 100644
+--- a/doc/opcontrol.1.in
++++ b/doc/opcontrol.1.in
+@@ -171,7 +171,7 @@ No special environment variables are recognised by 
opcontrol.
  
  .SH FILES
  .TP
 -.I /root/.oprofile/daemonrc
-+.I ROOTHOME/.oprofile/daemonrc
++.I ~root/.oprofile/daemonrc
  Configuration file for opcontrol
  .TP
  .I /var/lib/oprofile/samples/
-diff -ur oprofile-0.9.7.orig/doc/oprofile.1 oprofile-0.9.7/doc/oprofile.1
---- oprofile-0.9.7.orig/doc/oprofile.1 2011-08-12 10:23:27.000000000 -0500
-+++ oprofile-0.9.7/doc/oprofile.1      2012-07-02 14:02:29.295862358 -0500
-@@ -150,7 +150,7 @@
+diff --git a/doc/oprofile.1.in b/doc/oprofile.1.in
+index 3d0f0ed..5c623e1 100644
+--- a/doc/oprofile.1.in
++++ b/doc/oprofile.1.in
+@@ -150,7 +150,7 @@ No special environment variables are recognised by 
oprofile.
  .I $HOME/.oprofile/
  Configuration files
  .TP
 -.I /root/.oprofile/daemonrc
-+.I ROOTHOME/.oprofile/daemonrc
- Configuration file for opcontrol
- .TP
- .I /opt/oprofile-0.9.7-rc3/share/oprofile/
-diff -ur oprofile-0.9.7.orig/doc/oprofile.1.in oprofile-0.9.7/doc/oprofile.1.in
---- oprofile-0.9.7.orig/doc/oprofile.1.in      2011-07-04 21:25:04.000000000 
-0500
-+++ oprofile-0.9.7/doc/oprofile.1.in   2012-07-02 14:01:35.812004623 -0500
-@@ -150,7 +150,7 @@
- .I $HOME/.oprofile/
- Configuration files
- .TP
--.I /root/.oprofile/daemonrc
-+.I ROOTHOME/.oprofile/daemonrc
++.I ~root/.oprofile/daemonrc
  Configuration file for opcontrol
  .TP
  .I @prefix@/share/oprofile/
-diff -ur oprofile-0.9.7.orig/doc/oprofile.html oprofile-0.9.7/doc/oprofile.html
---- oprofile-0.9.7.orig/doc/oprofile.html      2011-07-04 21:32:35.000000000 
-0500
-+++ oprofile-0.9.7/doc/oprofile.html   2012-07-02 14:04:59.804018961 -0500
-@@ -1394,7 +1394,7 @@
+diff --git a/doc/oprofile.html b/doc/oprofile.html
+index 128d9f7..d7e4dea 100644
+--- a/doc/oprofile.html
++++ b/doc/oprofile.html
+@@ -1394,7 +1394,7 @@ The <span 
class="command"><strong>opcontrol</strong></span> script provides the
                <dd>
                  <p>
                    Followed by list arguments for profiling set up. List of 
arguments
 -                  saved in <code 
class="filename">/root/.oprofile/daemonrc</code>.
-+                  saved in <code 
class="filename">ROOTHOME/.oprofile/daemonrc</code>.
++                  saved in <code 
class="filename">~root/.oprofile/daemonrc</code>.
                    Giving this option is not necessary; you can just directly 
pass one
                    of the setup options, e.g. <span 
class="command"><strong>opcontrol --no-vmlinux</strong></span>.
                  </p>
-@@ -1430,7 +1430,7 @@
+@@ -1430,7 +1430,7 @@ The <span 
class="command"><strong>opcontrol</strong></span> script provides the
                <dd>
                  <p>
                    Start data collection with either arguments provided by 
<code class="option">--setup</code>
 -              or information saved in <code 
class="filename">/root/.oprofile/daemonrc</code>. Specifying
-+              or information saved in <code 
class="filename">ROOTHOME/.oprofile/daemonrc</code>. Specifying
++              or information saved in <code 
class="filename">~root/.oprofile/daemonrc</code>. Specifying
                the addition <code class="option">--verbose</code> makes the 
daemon generate lots of debug data
                whilst it is running.
                </p>
-diff -ur oprofile-0.9.7.orig/doc/oprofile.xml oprofile-0.9.7/doc/oprofile.xml
---- oprofile-0.9.7.orig/doc/oprofile.xml       2011-07-04 21:25:04.000000000 
-0500
-+++ oprofile-0.9.7/doc/oprofile.xml    2012-07-02 14:02:03.543019283 -0500
-@@ -568,7 +568,7 @@
+diff --git a/doc/oprofile.xml b/doc/oprofile.xml
+index 6a17c6d..0968d76 100644
+--- a/doc/oprofile.xml
++++ b/doc/oprofile.xml
+@@ -568,7 +568,7 @@ The <command>opcontrol</command> script provides the 
following actions :
                <term><option>--setup</option></term>
                <listitem><para>
                    Followed by list arguments for profiling set up. List of 
arguments
 -                  saved in <filename>/root/.oprofile/daemonrc</filename>.
-+                  saved in <filename>ROOTHOME/.oprofile/daemonrc</filename>.
++                  saved in <filename>~root/.oprofile/daemonrc</filename>.
                    Giving this option is not necessary; you can just directly 
pass one
                    of the setup options, e.g. <command>opcontrol 
--no-vmlinux</command>.
                  </para></listitem>
-@@ -592,7 +592,7 @@
+@@ -592,7 +592,7 @@ The <command>opcontrol</command> script provides the 
following actions :
                <term><option>--start</option></term>
                <listitem><para>
                    Start data collection with either arguments provided by 
<option>--setup</option>
 -              or information saved in 
<filename>/root/.oprofile/daemonrc</filename>. Specifying
-+              or information saved in 
<filename>ROOTHOME/.oprofile/daemonrc</filename>. Specifying
++              or information saved in 
<filename>~root/.oprofile/daemonrc</filename>. Specifying
                the addition <option>--verbose</option> makes the daemon 
generate lots of debug data
                whilst it is running.
                </para></listitem>
-diff -ur oprofile-0.9.7.orig/gui/oprof_start_util.cpp 
oprofile-0.9.7/gui/oprof_start_util.cpp
---- oprofile-0.9.7.orig/gui/oprof_start_util.cpp       2011-07-04 
21:25:04.000000000 -0500
-+++ oprofile-0.9.7/gui/oprof_start_util.cpp    2012-07-02 13:55:21.041876096 
-0500
-@@ -39,7 +39,7 @@
+diff --git a/gui/oprof_start_util.cpp b/gui/oprof_start_util.cpp
+index d293431..d13fa8f 100644
+--- a/gui/oprof_start_util.cpp
++++ b/gui/oprof_start_util.cpp
+@@ -20,6 +20,8 @@
+ #include <iostream>
+ #include <fstream>
+ #include <cstdlib>
++#include <sys/types.h>
++#include <pwd.h>
+ 
+ #include <qfiledialog.h>
+ #include <qmessagebox.h>
+@@ -39,7 +41,8 @@ namespace {
  // return the ~ expansion suffixed with a '/'
  string const get_config_dir()
  {
 -      return "/root";
-+      return "ROOTHOME";
++      struct *pw = getpwnam("root");
++      return pw->pw_dir;
  }
  
  string daemon_pid;
-diff -ur oprofile-0.9.7.orig/utils/opcontrol oprofile-0.9.7/utils/opcontrol
---- oprofile-0.9.7.orig/utils/opcontrol        2011-07-20 14:36:48.000000000 
-0500
-+++ oprofile-0.9.7/utils/opcontrol     2012-07-02 13:55:06.232872688 -0500
-@@ -384,7 +384,7 @@
+diff --git a/utils/opcontrol b/utils/opcontrol
+index 09fa5a7..a8acdae 100644
+--- a/utils/opcontrol
++++ b/utils/opcontrol
+@@ -385,7 +385,7 @@ do_init()
        OPROFILED="$OPDIR/oprofiled"
  
        # location for daemon setup information
 -      SETUP_DIR="/root/.oprofile"
-+      SETUP_DIR="ROOTHOME/.oprofile"
++      SETUP_DIR="`grep root /etc/passwd | cut -d: -f6`/.oprofile"
        SETUP_FILE="$SETUP_DIR/daemonrc"
        SEC_SETUP_FILE="$SETUP_DIR/daemonrc_new"
  
-- 
1.8.1.2

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to