Re: [linux-yocto] [linux-yocto v5.0/standard/base][PATCH] linux-yocto: fix compile warning from gen-insn-attr-x86.awk

2019-04-23 Thread Bruce Ashfield
merged. Bruce On Wed, Apr 17, 2019 at 10:28 PM Liwei Song wrote: > Fix the following compile warning: > Warning: synced file at > 'tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk' differs from latest > kernel version at 'arch/x86/tools/gen-insn-attr-x86.awk' > > change /bin/awk to

[linux-yocto] [linux-yocto v5.0/standard/base][PATCH] linux-yocto: fix compile warning from gen-insn-attr-x86.awk

2019-04-17 Thread Liwei Song
Fix the following compile warning: Warning: synced file at 'tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk' differs from latest kernel version at 'arch/x86/tools/gen-insn-attr-x86.awk' change /bin/awk to /usr/bin/awk in tools/objtool/arch/x86/tools/gen-insn-attr-x86.awk can fix it. Fixes: