From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D7824158099 for ; Thu, 30 Nov 2023 07:25:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03E452BC014; Thu, 30 Nov 2023 07:25:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B4AD2BC014 for ; Thu, 30 Nov 2023 07:25:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA857335CEA for ; Thu, 30 Nov 2023 07:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6215A13E4 for ; Thu, 30 Nov 2023 07:25:07 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1701329073.827484695f1b22a6229af5348fec7da807785924.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-laptop/framework-laptop-kmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-laptop/framework-laptop-kmod/Manifest app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231129.ebuild app-laptop/framework-laptop-kmod/metadata.xml X-VCS-Directories: app-laptop/framework-laptop-kmod/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 827484695f1b22a6229af5348fec7da807785924 X-VCS-Branch: master Date: Thu, 30 Nov 2023 07:25:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 05d3f8d2-cb89-42cc-91c4-7fbbabdf8f66 X-Archives-Hash: 7d8fc215ee4274fbb494faddca409a14 commit: 827484695f1b22a6229af5348fec7da807785924 Author: Patrick McLean gentoo org> AuthorDate: Thu Nov 30 07:23:26 2023 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Nov 30 07:24:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82748469 app-laptop/framework-laptop-kmod: new package, add 0_pre20231129 Signed-off-by: Patrick McLean gentoo.org> app-laptop/framework-laptop-kmod/Manifest | 1 + .../framework-laptop-kmod-0_pre20231129.ebuild | 46 ++++++++++++++++++++++ app-laptop/framework-laptop-kmod/metadata.xml | 11 ++++++ 3 files changed, 58 insertions(+) diff --git a/app-laptop/framework-laptop-kmod/Manifest b/app-laptop/framework-laptop-kmod/Manifest new file mode 100644 index 000000000000..e2e317c8f080 --- /dev/null +++ b/app-laptop/framework-laptop-kmod/Manifest @@ -0,0 +1 @@ +DIST framework-laptop-kmod-0_pre20231129.gh.tar.gz 10672 BLAKE2B 9fd39ca526e29054e31af264bc7f6521fdfe7348c5a4083fef4ba012cb5c2b84d5d91f4ba93d37c78052d5ee3b9e384f3adde234a41763ef2f324fab180f2517 SHA512 0fbcb2e34daac1e7d2d7b345b8e7b0d07777908a181fcbe5860af1a9da1de8db36c8b44bb8ab95bac36976fc9e83f156f11f940bf51a976096fdd7c065a07341 diff --git a/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231129.ebuild b/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231129.ebuild new file mode 100644 index 000000000000..ae4a4b4c5960 --- /dev/null +++ b/app-laptop/framework-laptop-kmod/framework-laptop-kmod-0_pre20231129.ebuild @@ -0,0 +1,46 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit linux-mod-r1 + +COMMIT_HASH="fed64af4c19a15ef6bb7dca79b692d265e845699" +DESCRIPTION="Kernel module to expose more Framework Laptop stuff" +HOMEPAGE="https://github.com/DHowett/framework-laptop-kmod" +SRC_URI="https://github.com/DHowett/framework-laptop-kmod/archive/${COMMIT_HASH}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${PN}-${COMMIT_HASH}" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" + +CONFIG_CHECK=" + ~CROS_EC + ~CROS_EC_LPC +" + +DOCS=( + README.md +) + +pkg_pretend() { + check_extra_config +} + +src_compile() { + local modlist=( + framework_laptop + ) + linux-mod-r1_src_compile +} + +pkg_postinst() { + linux-mod-r1_pkg_postinst + + #if kernel_is -lt 6 7 0; then + ewarn "For the Framework Laptop 13 AMD Ryzen 7040 series and the Framework Laptop 16a," + ewarn "you will need to apply the patch series from this URL:" + ewarn "https://lore.kernel.org/chrome-platform/20231005160701.19987-1-dustin@howett.net/" + #fi +} diff --git a/app-laptop/framework-laptop-kmod/metadata.xml b/app-laptop/framework-laptop-kmod/metadata.xml new file mode 100644 index 000000000000..af58c2e437f5 --- /dev/null +++ b/app-laptop/framework-laptop-kmod/metadata.xml @@ -0,0 +1,11 @@ + + + + + chutzpah@gentoo.org + Patrick McLean + + + DHowett/framework-laptop-kmod + +