images: Use GNU less instead of busybox

Busybox less does not support colors and tools
like nmcli output to less and has it does not support
colors characters escape characters are printed and the pager is
open instead of just printing out to the console

See : https://github.com/resin-os/meta-resin/pull/964
This commit is contained in:
Alexandre Bard 2018-10-25 14:54:54 +02:00 committed by Patrick Zysset
parent 950c35b01e
commit c5a0003d8c
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ IMAGE_INSTALL = " \
board-descriptor \ board-descriptor \
curl \ curl \
tar \ tar \
less \
kernel-devicetree \ kernel-devicetree \
" "

View File

@ -66,6 +66,7 @@ IMAGE_INSTALL_append = " \
bridge-utils \ bridge-utils \
gpsd \ gpsd \
curl \ curl \
less \
${FIRMWARE} \ ${FIRMWARE} \
" "