]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
devtool: deploy-target: Avoid unnecessary dependency on awk on the target
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 30 Sep 2016 19:53:40 +0000 (21:53 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Oct 2016 09:10:11 +0000 (10:10 +0100)
commit79236477a15e84393ce8fdd8427f4ebee5ec8160
tree075d8bd9c41426e4bbdc8ea3e654eb6e481a7e91
parented12917d59cd454246508845ce4c6548ca9ace1b
devtool: deploy-target: Avoid unnecessary dependency on awk on the target

Relying on that awk is installed on the target just to extract the
fourth column (i.e., the free volume size) from `df -P` is an
unnecessary dependency for devtool deploy-target. As it is already
using sed to mangle the output from `df -P`, this can easily be
modified to only extract the free volume size.

(From OE-Core rev: 7bab454b0bf0075fbb2a5de06286a9da1df2adc6)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/devtool/deploy.py