sakaki- / gentoo-on-rpi-64bit

Bootable 64-bit Gentoo image for the Raspberry Pi4B, 3B & 3B+, with Linux 5.4, OpenRC, Xfce4, VC4/V3D, camera and h/w codec support, weekly-autobuild binhost
GNU General Public License v3.0
921 stars 126 forks source link

CONFIG_KEY_DH_OPERATIONS required #107

Closed skulko closed 5 years ago

skulko commented 5 years ago

Hello

sys-apps/keyutils-1.6.1 may need CONFIG_KEY_DH_OPERATIONS=y

maybe you can change this for the kernels here?!

best regards

sakaki- commented 5 years ago

Yes, please just file a PR against bcm2711-kernel-bis (for the RPi4 kernel) and bcmrpi3-kernel-bis (for the RPi3 kernel). Example PR may be seen here. Thanks, sakaki

sakaki- commented 5 years ago

Thanks for the PRs. These seem to have taken OK in the latest autobuilds (see e.g. here and here).

So, to use them, just:

demouser@pi64 ~ $ sudo emaint sync --repo genpi64
demouser@pi64 ~ $ echo "~sys-kernel/bcm2711-kernel-bis-bin-4.19.73.20190917" | sudo tee -a /etc/portage/package.unmask/bcm2711-kernel-bis-bin
demouser@pi64 ~ $ echo "~sys-kernel/bcmrpi3-kernel-bis-bin-4.19.73.20190917" | sudo tee -a /etc/portage/package.unmask/bcmrpi3-kernel-bis-bin
demouser@pi64 ~ $ sudo emerge -v1u bcm2711-kernel-bis-bin bcmrpi3-kernel-bis-bin

Reboot once complete, and you should hopefully be using your new kernel (with CONFIG_KEY_DH_OPERATIONS enabled).

Best, sakaki

skulko commented 5 years ago

Awesome! Thanks a lot everything.