mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
fix(cros-kernel2.eclass): Fix STRIP_MASK and disable binchecks
STRIP_MASK wasn't updated to the new vmlinux location earlier. RESTRICT=binchecks disables checks that only make sense for user space binaries. This silences a bogus scanelf error.
This commit is contained in:
parent
0c0df75d69
commit
0e3d2d202e
@ -13,7 +13,8 @@ DEPEND="sys-apps/debianutils
|
||||
"
|
||||
|
||||
IUSE="-source"
|
||||
STRIP_MASK="/usr/lib/debug/boot/vmlinux"
|
||||
RESTRICT="binchecks"
|
||||
STRIP_MASK="/usr/lib/debug/lib/modules/*/vmlinux"
|
||||
|
||||
# Build out-of-tree and incremental by default, but allow an ebuild inheriting
|
||||
# this eclass to explicitly build in-tree.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user