summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2019-10-30 07:57:12 +0000
committerLeonidas Spyropoulos2019-10-30 07:57:12 +0000
commite590b915b8150e52845cfbd03984d1b1ca2b728b (patch)
treed5707fe67737bacdd46e46b37e9f74175d231092
parent3acef1364dee00a262f28eedd2d5c20e37709940 (diff)
downloadaur-e590b915b8150e52845cfbd03984d1b1ca2b728b.tar.gz
upgpkg: linux-gc 5.3.8-1
upstream release
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD26
-rw-r--r--config12
3 files changed, 30 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ac7cfa0ea8a..b1506b9e11a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,15 @@
pkgbase = linux-gc
- pkgver = 5.3.7
+ pkgver = 5.3.8
pkgrel = 1
url = https://cchalpha.blogspot.co.uk/
arch = x86_64
license = GPL2
- makedepends = xmlto
makedepends = kmod
makedepends = inetutils
makedepends = bc
makedepends = libelf
- makedepends = git
- makedepends = python-sphinx
- makedepends = python-sphinx_rtd_theme
- makedepends = graphviz
- makedepends = imagemagick
options = !strip
- source = linux-5.3.7-arch1.tar.gz::https://git.archlinux.org/linux.git/snapshot/linux-5.3.7-arch1.tar.gz
+ source = linux-5.3.8-arch1.tar.gz::https://git.archlinux.org/linux.git/snapshot/linux-5.3.8-arch1.tar.gz
source = config
source = 60-linux.hook
source = 90-linux.hook
@@ -25,8 +19,8 @@ pkgbase = linux-gc
validpgpkeys = ABAF11C65A2970B130ABE3C479BE3E4300411886
validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
validpgpkeys = 8218F88849AAC522E94CF470A5E9288C4FA415FA
- sha256sums = 0d029985eeed1f6e5c5977ad09b89008619e642b2ea5f361899e0a7156918882
- sha256sums = 8e8c4c37831f3bf326c47a99e0fd4d26fa85adfeb46c68febdec67df8cfcf803
+ sha256sums = ec2092391717d165faeab20d21789aab2606ddcc1b85cb80003481aa4c9ca6a9
+ sha256sums = b7daf52a06cec968741ef36236d567ead53aecb5b21920285ed535a4a55114e1
sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
sha256sums = c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636
sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
@@ -41,12 +35,12 @@ pkgname = linux-gc
depends = kmod
depends = mkinitcpio
optdepends = crda: to set the correct wireless channels of your country
- provides = linux-gc=5.3.7
+ provides = linux-gc=5.3.8
backup = etc/mkinitcpio.d/linux-gc.preset
pkgname = linux-gc-headers
pkgdesc = Header files and scripts for building modules for Linux-gc kernel
depends = linux-gc
- provides = linux-gc-headers=5.3.7
- provides = linux-headers=5.3.7
+ provides = linux-gc-headers=5.3.8
+ provides = linux-headers=5.3.8
diff --git a/PKGBUILD b/PKGBUILD
index 7ac48e7c8916..efdcea784b82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,17 +20,14 @@ _localmodcfg=
### IMPORTANT: Do no edit below this line unless you know what you're doing
pkgbase=linux-gc
-_srcver=5.3.7-arch1
+_srcver=5.3.8-arch1
pkgver=${_srcver%-*}
pkgrel=1
_bmqversion=5.3-r2
arch=(x86_64)
url="https://cchalpha.blogspot.co.uk/"
license=(GPL2)
-makedepends=(
- xmlto kmod inetutils bc libelf git python-sphinx python-sphinx_rtd_theme
- graphviz imagemagick
-)
+makedepends=(kmod inetutils bc libelf)
options=('!strip')
_srcname=linux-$_srcver
_bmq_patch="bmq_v${_bmqversion}.patch"
@@ -49,8 +46,8 @@ validpgpkeys=(
'647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
'8218F88849AAC522E94CF470A5E9288C4FA415FA' # Jan Alexander Steffens (heftig)
)
-sha256sums=('0d029985eeed1f6e5c5977ad09b89008619e642b2ea5f361899e0a7156918882'
- '8e8c4c37831f3bf326c47a99e0fd4d26fa85adfeb46c68febdec67df8cfcf803'
+sha256sums=('ec2092391717d165faeab20d21789aab2606ddcc1b85cb80003481aa4c9ca6a9'
+ 'b7daf52a06cec968741ef36236d567ead53aecb5b21920285ed535a4a55114e1'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
@@ -59,6 +56,9 @@ sha256sums=('0d029985eeed1f6e5c5977ad09b89008619e642b2ea5f361899e0a7156918882'
_kernelname=${pkgbase#linux}
: ${_kernelname:=-gc}
+export KBUILD_BUILD_HOST=archlinux
+export KBUILD_BUILD_USER=$pkgbase
+export KBUILD_BUILD_TIMESTAMP="@${SOURCE_DATE_EPOCH:-$(date +%s)}"
prepare() {
cd $_srcname
@@ -131,7 +131,11 @@ _package() {
msg2 "Installing boot image..."
# systemd expects to find the kernel here to allow hibernation
# https://github.com/systemd/systemd/commit/edda44605f06a41fb86b7ab8128dcf99161d2344
- install -Dm644 "$(make -s image_name)" "$modulesdir/vmlinuz"
+ #install -Dm644 "$(make -s image_name)" "$modulesdir/vmlinuz"
+ #
+ # hard-coded path in case user defined CC=xxx for build which causes errors
+ # see this FS https://bugs.archlinux.org/task/64315
+ install -Dm644 arch/x86/boot/bzImage "$modulesdir/vmlinuz"
install -Dm644 "$modulesdir/vmlinuz" "$pkgdir/boot/vmlinuz-$pkgbase"
msg2 "Installing modules..."
@@ -181,7 +185,8 @@ _package-headers() {
cd $_srcname
msg2 "Installing build files..."
- install -Dt "$builddir" -m644 Makefile .config Module.symvers System.map vmlinux
+ install -Dt "$builddir" -m644 .config Makefile Module.symvers System.map \
+ localversion.* ../version vmlinux
install -Dt "$builddir/kernel" -m644 kernel/Makefile
install -Dt "$builddir/arch/x86" -m644 arch/x86/Makefile
cp -t "$builddir" -a scripts
@@ -192,9 +197,6 @@ _package-headers() {
# add xfs and shmem for aufs building
mkdir -p "$builddir"/{fs/xfs,mm}
- # ???
- mkdir "$builddir/.tmp_versions"
-
msg2 "Installing headers..."
cp -t "$builddir" -a include
cp -t "$builddir/arch/x86" -a arch/x86/include
diff --git a/config b/config
index e7c9467955f1..dbde1eabbe0b 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 5.3.2-arch2 Kernel Configuration
+# Linux/x86 5.3.7-arch1 Kernel Configuration
#
#
@@ -682,7 +682,14 @@ CONFIG_ISCSI_IBFT_FIND=y
CONFIG_ISCSI_IBFT=m
CONFIG_FW_CFG_SYSFS=m
# CONFIG_FW_CFG_SYSFS_CMDLINE is not set
-# CONFIG_GOOGLE_FIRMWARE is not set
+CONFIG_GOOGLE_FIRMWARE=y
+CONFIG_GOOGLE_SMI=m
+CONFIG_GOOGLE_COREBOOT_TABLE=m
+CONFIG_GOOGLE_MEMCONSOLE=m
+# CONFIG_GOOGLE_MEMCONSOLE_X86_LEGACY is not set
+CONFIG_GOOGLE_FRAMEBUFFER_COREBOOT=m
+CONFIG_GOOGLE_MEMCONSOLE_COREBOOT=m
+CONFIG_GOOGLE_VPD=m
#
# EFI (Extensible Firmware Interface) Support
@@ -7470,7 +7477,6 @@ CONFIG_USB_EMI62=m
CONFIG_USB_EMI26=m
CONFIG_USB_ADUTUX=m
CONFIG_USB_SEVSEG=m
-CONFIG_USB_RIO500=m
CONFIG_USB_LEGOTOWER=m
CONFIG_USB_LCD=m
CONFIG_USB_CYPRESS_CY7C63=m