Skip to content

Commit

Permalink
linux-chimeraos v6.11.2-chos2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeroReflex committed Oct 9, 2024
1 parent 8276b9d commit e428c91
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 6,967 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
linux/src/
linux/pkg/
linux/*.sig
linux/*.tar.zst
linux/*.zst
linux/linux-chimeraos.tar.gz
16 changes: 11 additions & 5 deletions linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Maintainer: Joaquín I. Aramendía (samsagax) <[email protected]>

pkgbase=linux-chimeraos
pkgver=6.10.7.chos1
pkgver=6.11.2.chos2
pkgrel=1
pkgdesc='Linux ChimeraOS'
_srctag=v${pkgver%.*}-${pkgver##*.}
Expand Down Expand Up @@ -30,6 +30,8 @@ options=('!strip')
_srcname=linux-chimeraos
source=(
"linux-chimeraos.tar.gz::https://github.com/ChimeraOS/linux/archive/refs/tags/$_srctag.tar.gz"
https://github.com/zen-kernel/zen-kernel/releases/download/v6.11.2-zen1/linux-v6.11.2-zen1.patch.zst
# https://github.com/zen-kernel/zen-kernel/releases/download/v6.11.2-zen1/linux-v6.11.2-zen1.patch.zst.sig
config # the main kernel config file
config-chimera # our config that will be merged
experiments.patch # experimental kernel patches
Expand All @@ -41,10 +43,14 @@ validpgpkeys=(
A2FF3A36AAA56654109064AB19802F8B0D70FC30 # Jan Alexander Steffens (heftig)
C7E7849466FE2358343588377258734B41C31549 # David Runge <[email protected]>
)
b2sums=('dbab1a5b3cf2237d227e4d6f490338ebc0c0ea565dfc2286e344be49b17177a8f4a35d54703c6ec8b624a2f7a45c2ae61842a3a0cc1137d85bf2cdb90dd21687'
'00dde098ab988db02a0667288546eae32208a30dbcf5edae6905c54edae51969c9a7eec8aa5a25363b0aa7463f716ac621aee8b0c1dc4c7d149e270e851aaa5c'
'60077dbcba3a9c9ed51af2a11f3227c2bb71c451f3e2708ead13094c20f4ba99ba503bfbf7bd8ce729726dcc7b0a248a78933c9366cba09f9a42b36af2110551'
'SKIP')
b2sums=(
'20237307c96c72f45ed2f97ce4341c3f5f1e0341bed8c3d740df2dc33fe1764350ae010d6aee8f2fac2748c3c676f40721eb8ede05c1db94a73c17a1b3faf815' # linux-chimeraos.tar.gz
'27630db2d26bad835e9ff37b5964cc00c23af272397d6544628fc9da83623c26fb82f9ebb7d07abe9122bb70732e5f79065360280061e7cb87ae2164d89d4889' # https://github.com/zen-kernel/zen-kernel/releases/download/v6.11.2-zen1/linux-v6.11.2-zen1.patch.zst
#'a59c705fb9fbd9117c1e667ddf8c8d8fb0cfaa01281f68cd0fc177cf5242a4d4e87b88615722086a4340857e374a3b53bfd9ab0aa27e316a4a9d5c6f666ca864' # https://github.com/zen-kernel/zen-kernel/releases/download/v6.11.2-zen1/linux-v6.11.2-zen1.patch.zst.sig
'7ad32ef544ac33f08ec4fa7a01c3aa93f7b7b291fdd6d857b857ca035a70af68b5f073bfe0c08a9c211c0f774fc230399bf5f92d9f3da102a6e5676df92e9398' # config
'ddab1e79be5e6a97fae07d8159acbe8420509d4f8fe94542b685700ee79ba792602b53dc4a61dccd16c2fe0ff4a3a6df76a2ccd6bf6409b86a890128f819265a' # config-chimeraos
'SKIP' # experiments.patch
)

export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
Expand Down
Loading

0 comments on commit e428c91

Please sign in to comment.