mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 09:26:58 +02:00
profiles: add keywords to cross-*/binutils as well
Crossdev currently uses binutils 2.36 (stable), while the SDK and sysroot both build binutils 2.37 due to keywording. Kernel modules built within the developer container fail to load due to relocation errors. Add the same keywords to cross-*/binutils packages so that the versions match.
This commit is contained in:
parent
ca4a9406c4
commit
1a5796ea4f
@ -30,6 +30,11 @@
|
||||
# Upgrade to GCC 10.3.0 to support latest glibc builds
|
||||
=sys-devel/binutils-2.37_p1 ~amd64 ~arm64
|
||||
=sys-libs/binutils-libs-2.37_p1 ~amd64 ~arm64
|
||||
# This needs to be kept in-sync otherwise dev container contains
|
||||
# different binutils than was used by crossdev to build kernel
|
||||
# which breaks kmod builds
|
||||
=cross-x86_64-cros-linux-gnu/binutils-2.37_p1 ~amd64
|
||||
=cross-aarch64-cros-linux-gnu/binutils-2.37_p1 ~arm64
|
||||
|
||||
=sys-fs/cryptsetup-2.4.1-r1 ~amd64 ~arm64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user