Files
archived-meta-tegra/recipes-kernel/linux/kernel-devsrc.bbappend
Matt Madison f10cf2af9d meta: remove tegra124/jetson-tk1-specific overrides
and bbappends that were specific to that platform.

Signed-off-by: Matt Madison <matt@madison.systems>
2019-09-08 07:45:14 -07:00

11 lines
253 B
Plaintext

KERNEL_AWKSCRIPTDIRS ?= "scripts tools arch/*/tools"
do_install_append() {
(
cd $kerneldir/build
for i in $(grep -srI "^#!/bin/awk" ${KERNEL_AWKSCRIPTDIRS} | cut -d":" -f1); do
sed -i -e "s,^#!/bin/awk,#!${bindir}/env awk," $i
done
)
}