4 Commits

Author SHA1 Message Date
Matt Madison
b9507ceb23 meta: convert to new override syntax
* Ran convert-overrides.py to generate the initial changes
* Manual cleanup afterwards (which was a lot, due to our
  extensive use of overrides).

Signed-off-by: Matt Madison <matt@madison.systems>
2021-08-03 08:27:55 -07:00
Matt Madison
f338d1c91d kernel-devsrc: make do_install append tegra-specific
Signed-off-by: Matt Madison <matt@madison.systems>
2020-07-27 04:12:06 -07:00
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
Matt Madison
5548ffe2af kernel-devsrc.bbappend: Use ${bindir}/env awk
Use ${bindir}/env awk instead of /bin/awk in kernel tools and
scripts. This fixes kernel-devsrc package installation failures
because awk is typically not installed in /bin.

References:
https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL/meta-agl.git;a=commit;h=4bfc821810cdee47611c6d3e94d771971f51fa75
https://lists.yoctoproject.org/pipermail/meta-intel/2017-January/004519.html
https://patchwork.openembedded.org/patch/136699/
http://git.yoctoproject.org/cgit/cgit.cgi/yocto-kernel-cache/commit/?h=yocto-4.9&id=d0e0a36eec57f5dfa02045776c69092c145f5000

Also included some workarounds to enable building kernel-devsrc
with the very old kernel in L4T R21.x for the TK1.

(#139)

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Matt Madison <matt@madison.systems>
2019-06-20 07:36:35 -07:00