Changed to releases
This commit is contained in:
parent
185ddcbfd1
commit
22a591546e
@ -1 +1 @@
|
||||
DIST pinephone-pro-sources-5.16.0.tar.gz 203401938 BLAKE2B 209806c5e3a648024d897727097186d5ea15c0a9fddef00d31b244ad8436c45a3064448ce196ac0e3a4f9597abae41baa0a4aa6af339222097fc25d335ed4202 SHA512 83b9416ee4a9789919f6b630a01b2b847b3d413fabcee31380919a50b330cbee658f5f7f196a87e0854cfe97bdc87c9b9c5256588ff59aaadb26cf38e9f7b11c
|
||||
DIST pinephone-pro-sources-5.16.0.tar.gz 203327061 BLAKE2B 8919dbe9401851d2db4c06086ad1916597ca179fc05dc30cd8508cbc01e325155dfb11bb876a31862016a2d00c527e41b2a67e1c14efa59c0bd8f53c4a3fb174 SHA512 c8a7484ca11c64844776bc36bc6fd4a70dac3227298b6b59ecdb82da13db9a7b8e7202deafc382e50a4ba9567d9e08883432f6ab156321ef1c0605d2aafea4e7
|
||||
|
@ -1,12 +0,0 @@
|
||||
[Trigger]
|
||||
Type = File
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Operation = Remove
|
||||
Target = usr/lib/modules/%KERNVER%/*
|
||||
Target = usr/lib/modules/%EXTRAMODULES%/*
|
||||
|
||||
[Action]
|
||||
Description = Updating %PKGBASE% module dependencies...
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/depmod %KERNVER%
|
@ -1,11 +0,0 @@
|
||||
[Trigger]
|
||||
Type = File
|
||||
Operation = Install
|
||||
Operation = Upgrade
|
||||
Target = boot/Image
|
||||
Target = usr/lib/initcpio/*
|
||||
|
||||
[Action]
|
||||
Description = Updating %PKGBASE% initcpios...
|
||||
When = PostTransaction
|
||||
Exec = /usr/bin/mkinitcpio -p %PKGBASE%
|
@ -1,10 +0,0 @@
|
||||
# mkinitcpio preset file for the '%PKGBASE%' package
|
||||
|
||||
ALL_config="/etc/mkinitcpio.conf"
|
||||
ALL_kver="%KERNVER%"
|
||||
|
||||
PRESETS=('default')
|
||||
|
||||
#default_config="/etc/mkinitcpio.conf"
|
||||
default_image="/boot/initramfs-linux.img"
|
||||
#default_options=""
|
@ -17,7 +17,8 @@ DEPEND="${RDEPEND}
|
||||
DESCRIPTION="Full sources for the Linux kernel, with megi's patch for Pinephone Pro"
|
||||
|
||||
MEGI_PATCH_COMMIT="382509700d5a3ea447b44f002e9d928fd0a14ad5"
|
||||
SRC_URI="https://github.com/megous/linux/archive/${MEGI_PATCH_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
MEGI_PATCH_URI="orange-pi-5.16-20220110-0757"
|
||||
SRC_URI="https://github.com/megous/linux/archive/${MEGI_PATCH_URI}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
PATCHES=(
|
||||
${FILESDIR}/0001-bootsplash.patch
|
||||
|
Loading…
Reference in New Issue
Block a user