Skip to content

Commit

Permalink
pkg: pine64: linux-megi: upgrade to 5.18.14
Browse files Browse the repository at this point in the history
Signed-off-by: Danct12 <danct12@disroot.org>
  • Loading branch information
Danct12 committed Jul 26, 2022
1 parent ce1adc9 commit 7cd3357
Show file tree
Hide file tree
Showing 3 changed files with 4,698 additions and 8 deletions.
13 changes: 9 additions & 4 deletions PKGBUILDS/pine64/linux-megi/PKGBUILD
Expand Up @@ -5,7 +5,7 @@ buildarch=8

pkgbase=linux-megi
_desc="Megous Kernel"
pkgver=5.18.7
pkgver=5.18.14
pkgrel=1
arch=('aarch64')
url="https://github.com/megous/linux"
Expand All @@ -15,9 +15,10 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' '
options=('!strip')

# Source
_commit="13dcfc7cc0b10ed0b6b77d9be55481f491fc4c10"
_commit="5bda51e55343ab2108035b449ca3346805103315"
source=("linux-$_commit.tar.gz::https://github.com/megous/linux/archive/${_commit}.tar.gz"
'config'
'patch-5.18.13-14.diff'
'linux.preset'
'60-linux.hook'
'90-linux.hook'
Expand Down Expand Up @@ -51,6 +52,9 @@ source=("linux-$_commit.tar.gz::https://github.com/megous/linux/archive/${_commi
prepare() {
cd linux-$_commit

# 5.18.13 -> 5.18.14
patch -p1 < ../patch-5.18.13-14.diff

local src
for src in "${source[@]}"; do
src="${src%%::*}"
Expand Down Expand Up @@ -245,8 +249,9 @@ for _p in "${pkgname[@]}"; do
}"
done

md5sums=('fa891f59a5f67dc2f0ee3d654d24dfec'
'85ce1ff0bd932fc73aea422da05d7130'
md5sums=('cf0d29ee391692e3d3b0c9cb0b6dc630'
'559ecc4f5ebeb5a37c64e4f84d47e9fd'
'ec18711e4f11d3fdd60f9e451248de84'
'86d4a35722b5410e3b29fc92dae15d4b'
'ce6c81ad1ad1f8b333fd6077d47abdaf'
'3dc88030a8f2f5a5f97266d99b149f77'
Expand Down
8 changes: 4 additions & 4 deletions PKGBUILDS/pine64/linux-megi/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 5.18.7-1 Kernel Configuration
# Linux/arm64 5.18.14-1 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="aarch64-unknown-linux-gnu-gcc (GCC) 12.1.0"
CONFIG_CC_IS_GCC=y
Expand Down Expand Up @@ -2550,9 +2550,9 @@ CONFIG_I2C_MUX=y
# CONFIG_I2C_MUX_LTC4306 is not set
# CONFIG_I2C_MUX_PCA9541 is not set
CONFIG_I2C_MUX_PCA954x=y
# CONFIG_I2C_MUX_PINCTRL is not set
CONFIG_I2C_MUX_PINCTRL=y
# CONFIG_I2C_MUX_REG is not set
# CONFIG_I2C_DEMUX_PINCTRL is not set
CONFIG_I2C_DEMUX_PINCTRL=y
# CONFIG_I2C_MUX_MLXCPLD is not set
# end of Multiplexer I2C Chip support

Expand Down Expand Up @@ -2679,7 +2679,7 @@ CONFIG_GENERIC_PINCONF=y
# CONFIG_PINCTRL_MCP23S08 is not set
# CONFIG_PINCTRL_MICROCHIP_SGPIO is not set
# CONFIG_PINCTRL_OCELOT is not set
# CONFIG_PINCTRL_RK805 is not set
CONFIG_PINCTRL_RK805=y
CONFIG_PINCTRL_ROCKCHIP=y
CONFIG_PINCTRL_SINGLE=y
# CONFIG_PINCTRL_STMFX is not set
Expand Down

0 comments on commit 7cd3357

Please sign in to comment.