diff options
| author | Hans Beckerus <hans.beckerus@gmail.com> | 2013-11-15 15:25:33 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-20 14:03:28 +0000 |
| commit | fe2574476ca3fe5934bcd324a3600196191a6011 (patch) | |
| tree | e3416ae9118efe9cbeeb2ffc34167f12d2406846 | |
| parent | 66fd6c4e92a8ace9b7a328bc413483bce746649c (diff) | |
| download | poky-fe2574476ca3fe5934bcd324a3600196191a6011.tar.gz | |
initscripts: add missing dmesg.sh to run-level S
In commit faa8cc6c2a582a32c695f3f2b0d45b6892c769fd dmesg.sh was
added to the set of init.d scripts. But the script was never put
in any run-level. This patch will add dmesg.sh to run-level S.
(From OE-Core rev: 7d2767d4e27c6d0eaa56f3e126df56e65a5364c9)
Signed-off-by: Hans Beckerus <hans.beckerus AT gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/initscripts/initscripts_1.0.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb index d46ba67b2a..5951e0c198 100644 --- a/meta/recipes-core/initscripts/initscripts_1.0.bb +++ b/meta/recipes-core/initscripts/initscripts_1.0.bb | |||
| @@ -126,5 +126,7 @@ do_install () { | |||
| 126 | if [ "${TARGET_ARCH}" = "arm" ]; then | 126 | if [ "${TARGET_ARCH}" = "arm" ]; then |
| 127 | update-rc.d -r ${D} alignment.sh start 06 S . | 127 | update-rc.d -r ${D} alignment.sh start 06 S . |
| 128 | fi | 128 | fi |
| 129 | 129 | # We wish to have /var/log ready at this stage so execute this after | |
| 130 | # populate-volatile.sh | ||
| 131 | update-rc.d -r ${D} dmesg.sh start 38 S . | ||
| 130 | } | 132 | } |
