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:
parent
02aa5c8405
commit
cdf247ae13
|
@ -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
|
||||
|
|
|
@ -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"
|
9528
linux-postmarketos-qcom-sm6125/config-xiaomi-laurel_sprout.aarch64
Normal file
9528
linux-postmarketos-qcom-sm6125/config-xiaomi-laurel_sprout.aarch64
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1 +0,0 @@
|
|||
../../.shared-patches/linux/gcc10-extern_YYLOC_global_declaration.patch
|
|
@ -1 +0,0 @@
|
|||
../../.shared-patches/linux/gcc7-give-up-on-ilog2-const-optimizations.patch
|
|
@ -1 +0,0 @@
|
|||
../../.shared-patches/linux/gcc8-fix-put-user.patch
|
|
@ -1 +0,0 @@
|
|||
../../.shared-patches/linux/kernel-use-the-gnu89-standard-explicitly.patch
|
Loading…
Reference in a new issue