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:
Michael Marineau 2013-11-17 23:11:54 -08:00
parent 0c0df75d69
commit 0e3d2d202e

View File

@ -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.