Skip to content
Snippets Groups Projects
Commit 32ffca18 authored by Petr Hodina's avatar Petr Hodina
Browse files

pinenote: Use latest linux kernel.

parent ac285492
No related branches found
No related tags found
No related merge requests found
......@@ -15,21 +15,21 @@ makedepends="bison findutils flex installkernel openssl-dev perl"
# Source
_repo="linux"
_commit="2d1ab1f1c2c01b45d22d78260c08c8da8ef396eb"
_config="config-$_flavor.$arch"
_commit="ab9316fca3e7f7a1cc8fefe92530459556f0ba00"
# https://github.com/m-weigand/linux/archive/ab9316fca3e7f7a1cc8fefe92530459556f0ba00.zip
source="
$pkgname-$_commit.tar.gz::https://gitlab.com/pine64-org/$_repo/-/archive/$_commit/$_repo-$_commit.tar.gz
$_config
$pkgname-$_commit.tar.gz::https://github.com/m-weigand/$_repo/archive/$_commit.tar.gz
"
builddir="$srcdir/$_repo-$_commit"
prepare() {
default_prepare
cp "$srcdir/config-$_flavor.$arch" .config
}
build() {
unset LDFLAGS
make ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-$_flavor" pinenote_defconfig
make ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-$_flavor"
}
......@@ -53,6 +53,5 @@ package() {
}
sha512sums="
0061d6a4a7dcbf1ad5ad57d4691f24d78bf4372f278484be668484c4d82d0a10ce26c5ad8b21546fc196f2dc3864b11921af835ad49a50bc91aa8bc8816d2fda linux-pine64-pinenote-2d1ab1f1c2c01b45d22d78260c08c8da8ef396eb.tar.gz
7a7e3defa0d232c7b507cf9395fac33a0f2e8bde7341fb89c4f95f87e0d87f60c05cf48ee431a9170f14cdbeeee3685f6861dec992e2292fd7a7c13ebcfd32d3 config-pine64-pinenote.aarch64
79e47fba14429e5e6e69dfd71f5694b0bf3d01a1577e1cd984e7e27f2edf9a468dd0f2bd1318b29dfea81b5ed8d312613719bc4d610806f080b27d841c9a61bf linux-pine64-pinenote-ab9316fca3e7f7a1cc8fefe92530459556f0ba00.tar.gz
"
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment