All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/1] Avoid unnecessary dependency on awk in devtool deploy-target
Date: Fri, 30 Sep 2016 21:53:39 +0200	[thread overview]
Message-ID: <cover.1475265162.git.pkj@axis.com> (raw)

After updating to Krogoth, our developers were faced with the
following error message when using devtool deploy-target:

/tmp/devtool_deploy.sh: line 23: awk: not found

This is of course due to the fact that we do not have awk installed in
our products. However, the use of awk in devtool deploy-target is
completely unnecessary. It is already using sed, and sed is fully
capable of extracting the information that awk was used for.

//Peter

The following changes since commit a75b79a9e9d76db8f75af64c3792c7a1bbfd15b8:

  genericx86-64.conf: Add SERIAL_CONSOLES_CHECK = "ttyS0" (2016-09-30 16:52:22 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib pkj/devtool-minus-awk
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/devtool-minus-awk

Peter Kjellerstedt (1):
  devtool: deploy-target: Avoid unnecessary dependency on awk on the
    target

 scripts/lib/devtool/deploy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.9.0



             reply	other threads:[~2016-09-30 19:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-30 19:53 Peter Kjellerstedt [this message]
2016-09-30 19:53 ` [PATCH 1/1] devtool: deploy-target: Avoid unnecessary dependency on awk on the target Peter Kjellerstedt
2016-10-02 23:46 ` [PATCH 0/1] Avoid unnecessary dependency on awk in devtool deploy-target Khem Raj
2016-10-03  9:53   ` Peter Kjellerstedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1475265162.git.pkj@axis.com \
    --to=peter.kjellerstedt@axis.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.