app-laptop/framework_tool: Remove obsolete elog messages for Ryzen 7040

The issue documented by the elog messages has been fixed in a previous
Linux kernel release.  Now that Linux 6.12 branch, which contains this
fix, has been stabilized by Gentoo, users of the latest stable Gentoo
kernels no longer need to take any action for this issue.

Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
This commit is contained in:
Yuan Liao
2025-02-26 17:36:03 -05:00
parent 366cb5ce51
commit 30a4a020a6
4 changed files with 2 additions and 50 deletions

View File

@@ -289,15 +289,3 @@ src_install() {
dobin "$(cargo_target_dir)/framework_tool"
einstalldocs
}
pkg_postinst() {
[[ -n ${REPLACING_VERSIONS} ]] && return
elog "Framework Laptop 13 Ryzen 7040 Series users might need to"
elog "follow these steps to use most features of framework_tool:"
elog
elog "1. Disable kernel_lockdown(7)"
elog "2. Run 'framework_tool' with option '--driver portio'"
elog
elog "For more information, please consult:"
elog " https://github.com/FrameworkComputer/framework-system/issues/20"
}