Re: [OE-core] [master][pyro][PATCH] image-vm: Avoid use of fold, tac and paste commands for DISK_SIGNATURE

2017-06-08 Thread Burton, Ross
On 8 June 2017 at 12:21, Jonathan Liu wrote: > For example: > $ echo $(false) > > $ echo $? > 0 > I stand corrected. Thanks, sh. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [master][pyro][PATCH] image-vm: Avoid use of fold, tac and paste commands for DISK_SIGNATURE

2017-06-08 Thread Jonathan Liu
Hi Ross, It is the shell not awk. For example: $ echo $(false) $ echo $? 0 Regards, Jonathan On 8 June 2017 at 21:18, Burton, Ross wrote: > > On 8 June 2017 at 12:07, Jonathan Liu wrote: >> >> These commands are not whitelisted by the HOSTTOOLS

Re: [OE-core] [master][pyro][PATCH] image-vm: Avoid use of fold, tac and paste commands for DISK_SIGNATURE

2017-06-08 Thread Burton, Ross
On 8 June 2017 at 12:07, Jonathan Liu wrote: > These commands are not whitelisted by the HOSTTOOLS variable which > silently prevents the MBR disk signature from being written to the > image. > Silently, ouch. Thanks, awk. Ross --

[OE-core] [master][pyro][PATCH] image-vm: Avoid use of fold, tac and paste commands for DISK_SIGNATURE

2017-06-08 Thread Jonathan Liu
These commands are not whitelisted by the HOSTTOOLS variable which silently prevents the MBR disk signature from being written to the image. Reported-by: Michael Davis Signed-off-by: Jonathan Liu --- meta/classes/image-vm.bbclass | 2 +- 1 file