Skip to content
Snippets Groups Projects
Commit a7a3a303 authored by He Zhe's avatar He Zhe Committed by Bruce Ashfield
Browse files

linux-yocto linux-yocto-dev: Fix /bin/awk issues


084857b1 ("linux-yocto: Handle /bin/awk issues") makes one mistake and
misses one substitution causing the following warning.

Warning: Kernel ABI header at 'tools/arch/x86/tools/gen-insn-attr-x86.awk'
differs from latest version at 'arch/x86/tools/gen-insn-attr-x86.awk'

Fixes: 084857b1 ("linux-yocto: Handle /bin/awk issues")
Signed-off-by: default avatarHe Zhe <zhe.he@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent 9491d382
No related merge requests found
#!/usr/usr/bin/awk -f #!/usr/bin/awk -f
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
# Modify SRCU for formal verification. The first argument should be srcu.h and # Modify SRCU for formal verification. The first argument should be srcu.h and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment