[OE-core] [PATCH 0/1] Avoid unnecessary dependency on awk in devtool deploy-target

Khem Raj raj.khem at gmail.com
Sun Oct 2 23:46:56 UTC 2016


> On Sep 30, 2016, at 12:53 PM, Peter Kjellerstedt <peter.kjellerstedt at axis.com> wrote:
> 
> 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.

sed or awk both are individual packages, some other user may complain they don't
have sed installed. it would be good to know if we document this dependency for
using devtool.

> 
> //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
> 
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20161002/00bc6e7d/attachment-0002.sig>


More information about the Openembedded-core mailing list