linux: Rename to SoC-specific package

Since one of the goals of the postmarketOS project is to eventually use generic
kernels for most devices, renaming the linux package to use the name for
the SoC instead of the device name makes more sense in the long run and
for other people porting postmarketOS to other devices.
This commit is contained in:
Lux Aliaga 2022-05-01 01:06:21 -04:00
parent 02aa5c8405
commit cdf247ae13
8 changed files with 9534 additions and 10 deletions

View File

@ -2,13 +2,13 @@
pkgname=device-xiaomi-laurel_sprout
pkgdesc="Xiaomi Mi A3"
pkgver=0.1
pkgrel=2
pkgrel=3
url="https://postmarketos.org"
license="MIT"
arch="aarch64"
options="!check !archcheck"
depends="
linux-xiaomi-laurel_sprout
linux-postmarketos-qcom-sm6125
mesa-dri-gallium
mkbootimg
postmarketos-base

View File

@ -1,13 +1,13 @@
# Reference: <https://postmarketos.org/vendorkernel>
# Kernel config based on: arch/arm64/configs/(CHANGEME!)
pkgname=linux-xiaomi-laurel_sprout
pkgver=5.17.0
pkgname=linux-postmarketos-qcom-sm6125
pkgver=5.18.0
pkgrel=0
pkgdesc="Xiaomi Mi A3 kernel fork"
pkgdesc="Mainline Kernel fork for SM6125 devices"
arch="aarch64"
_carch="arm64"
_flavor="xiaomi-laurel_sprout"
_flavor="postmarketos-qcom-sm6125"
url="https://kernel.org"
license="GPL-2.0-only"
options="!strip !check !tracedeps pmb:cross-native"

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
../../.shared-patches/linux/gcc10-extern_YYLOC_global_declaration.patch

View File

@ -1 +0,0 @@
../../.shared-patches/linux/gcc7-give-up-on-ilog2-const-optimizations.patch

View File

@ -1 +0,0 @@
../../.shared-patches/linux/gcc8-fix-put-user.patch

View File

@ -1 +0,0 @@
../../.shared-patches/linux/kernel-use-the-gnu89-standard-explicitly.patch