Skip to content

Commit

Permalink
linux-chimeraos v6.8-rc2-chos1
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Jan 29, 2024
1 parent 77a3c45 commit 8972850
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 5 additions & 5 deletions linux/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Maintainer: Joaquín I. Aramendía (samsagax) <[email protected]>

pkgbase=linux-chimeraos
pkgver=6.8.rc1.chos2
pkgver=6.8.rc2.chos1
pkgrel=1
pkgdesc='Linux ChimeraOS'
_srctag=v6.8-rc1-chos2
_srctag=v6.8-rc2-chos1
url="https://github.com/ChimeraOS/linux/commits/$_srctag"
arch=(x86_64)
license=(GPL2)
Expand Down Expand Up @@ -40,9 +40,9 @@ validpgpkeys=(
A2FF3A36AAA56654109064AB19802F8B0D70FC30 # Jan Alexander Steffens (heftig)
C7E7849466FE2358343588377258734B41C31549 # David Runge <[email protected]>
)
b2sums=('SKIP'
b2sums=('fa0837f807e76a44e700842cc2971a16441467055e49b6870fdd1dbe9b977dd9de141a3b792129fc52fe8aa2d4cd2bc5a913ccdf2bb8175dad28ec17a534ffbe'
'b96ca6608e20c24cc72c70ed3bd8ebf4523b17f1359d2528d386faf3e25bc3d6a7c2b64d475dc5af03b0bfb6df7f5666abd64f4a5794bdc8518bee260c5deed9'
'da4c9f4a8483b4eb93b929852ac70a661b47dad5695de177472c664d9ca2a2f93a4fecc57b5338eeba79893c2b5f0e4b79c6a471280b924ecb79f7a0a6e989be')
'db8d60ad97ccc95bd3b50be3b074050ac29831c9fe95e4faeb15ba5e6dfe61c36ab32d401d14dd68547e57888fc4a3f31370396c25221e5158c41fdc439bbf92')

export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
Expand All @@ -54,7 +54,7 @@ _make() {
}

prepare() {
mv linux-6.8-rc1-chos2 $_srcname
mv linux-6.8-rc2-chos1 $_srcname
cd $_srcname

echo "Setting version..."
Expand Down
3 changes: 0 additions & 3 deletions linux/config-chimera
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
# virtualization-specific drivers.
CONFIG_HYPERVISOR_GUEST=n

# Disable AMD_PSTATE
CONFIG_X86_AMD_PSTATE=n

# Enable support for AMDGPU color calibration features
CONFIG_DRM_AMD_COLOR_STEAMDECK=y

0 comments on commit 8972850

Please sign in to comment.