diff options
author | Thomas Perrot <thomas.perrot@tupi.fr> | 2015-06-25 20:01:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-08 00:01:18 +0100 |
commit | 2513e029987669a53155767e6ac9caaaaefa14c5 (patch) | |
tree | 349f7f584c342e0fa8be2fdb9eb98cbe207795cd /meta/recipes-core | |
parent | 18d71ed16ed3fd0ef0036280612503e33f840587 (diff) | |
download | poky-2513e029987669a53155767e6ac9caaaaefa14c5.tar.gz |
systemd-serialgetty: Set S to prevent QA warning
(From OE-Core rev: c3c240138a38799b611fcc695a51e0c188aa1327)
(From OE-Core rev: 344ed7576603a8202c08a6d28477ef43774a62a8)
Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd-serialgetty.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb index 1c34d5c747..768b1308f2 100644 --- a/meta/recipes-core/systemd/systemd-serialgetty.bb +++ b/meta/recipes-core/systemd/systemd-serialgetty.bb | |||
@@ -8,6 +8,8 @@ SERIAL_CONSOLE ?= "115200 ttyS0" | |||
8 | 8 | ||
9 | SRC_URI = "file://serial-getty@.service" | 9 | SRC_URI = "file://serial-getty@.service" |
10 | 10 | ||
11 | S = "${WORKDIR}" | ||
12 | |||
11 | do_install() { | 13 | do_install() { |
12 | if [ ! -z "${SERIAL_CONSOLES}" ] ; then | 14 | if [ ! -z "${SERIAL_CONSOLES}" ] ; then |
13 | default_baudrate=`echo "${SERIAL_CONSOLES}" | sed 's/\;.*//'` | 15 | default_baudrate=`echo "${SERIAL_CONSOLES}" | sed 's/\;.*//'` |