I added less to my IMAGE_INSTALL, but it looks like I still have the busybox version in my image. How might I go about forcing the use of the standard less?
Thomas From: ChenQi [mailto:qi.c...@windriver.com] Sent: Wednesday, January 28, 2015 8:31 PM To: Moore, Thomas (FtWorth); yocto@yoctoproject.org Subject: Re: [yocto] Shell not processing color escape codes On 01/29/2015 05:56 AM, Moore, Thomas (FtWorth) wrote: Hello, In my image, I've included systemd. I've noticed that when running the systemctl command, the shell (/bin/sh) is not processing the color escape codes. Here's an example of what it looks like: [[1;39m82 loaded units listed.[[0m Pass -all to see loaded but inactive units, too. Any suggestions on how I can either get the shell to process the escape codes or prevent systemctl from generating them? Thanks, Thomas 1. Install 'less' 2. append '--no-pager' to commands There's related a bug on bugzilla. https://bugzilla.yoctoproject.org/show_bug.cgi?id=5723 Regards, Chen Qi
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto