From 30a4a020a6679037a373fd2b0707474a60473a9d Mon Sep 17 00:00:00 2001 From: Yuan Liao Date: Wed, 26 Feb 2025 17:36:03 -0500 Subject: [PATCH] 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 --- .../framework_tool-0.1.0_p20240930.ebuild | 14 +------------- .../framework_tool/framework_tool-0.2.0.ebuild | 12 ------------ .../framework_tool/framework_tool-0.2.1.ebuild | 12 ------------ .../framework_tool/framework_tool-9999.ebuild | 14 +------------- 4 files changed, 2 insertions(+), 50 deletions(-) diff --git a/app-laptop/framework_tool/framework_tool-0.1.0_p20240930.ebuild b/app-laptop/framework_tool/framework_tool-0.1.0_p20240930.ebuild index d9afd502e0..eed0477abe 100644 --- a/app-laptop/framework_tool/framework_tool-0.1.0_p20240930.ebuild +++ b/app-laptop/framework_tool/framework_tool-0.1.0_p20240930.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -277,15 +277,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" -} diff --git a/app-laptop/framework_tool/framework_tool-0.2.0.ebuild b/app-laptop/framework_tool/framework_tool-0.2.0.ebuild index d9052f103d..89ab7b1b37 100644 --- a/app-laptop/framework_tool/framework_tool-0.2.0.ebuild +++ b/app-laptop/framework_tool/framework_tool-0.2.0.ebuild @@ -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" -} diff --git a/app-laptop/framework_tool/framework_tool-0.2.1.ebuild b/app-laptop/framework_tool/framework_tool-0.2.1.ebuild index d9052f103d..89ab7b1b37 100644 --- a/app-laptop/framework_tool/framework_tool-0.2.1.ebuild +++ b/app-laptop/framework_tool/framework_tool-0.2.1.ebuild @@ -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" -} diff --git a/app-laptop/framework_tool/framework_tool-9999.ebuild b/app-laptop/framework_tool/framework_tool-9999.ebuild index 78d05eaa85..209e8a637a 100644 --- a/app-laptop/framework_tool/framework_tool-9999.ebuild +++ b/app-laptop/framework_tool/framework_tool-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2024 Gentoo Authors +# Copyright 2023-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -107,15 +107,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" -}