Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
L
linux-pinebookpro
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
manjaro-arm
P
packages
core
linux-pinebookpro
Commits
245c64b1
Verified
Commit
245c64b1
authored
Nov 27, 2019
by
Dan Johansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add usb capabilities to usb-c port and remove the fallback initramfs
parent
0bf64775
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
PKGBUILD
PKGBUILD
+4
-4
linux.preset
linux.preset
+1
-5
No files found.
PKGBUILD
View file @
245c64b1
...
...
@@ -8,13 +8,13 @@ _srcname=linux-pinebook-pro
_kernelname
=
${
pkgbase
#linux
}
_desc
=
"AArch64 Pinebook Pro kernel"
pkgver
=
5.4.0
pkgrel
=
1
pkgrel
=
1
.1
arch
=(
'aarch64'
)
url
=
"https://gitlab.manjaro.org/tsys/
${
_pkgname
}
"
license
=(
'GPL2'
)
makedepends
=(
'xmlto'
'docbook-xsl'
'kmod'
'inetutils'
'bc'
'git'
'uboot-tools'
'vboot-utils'
'dtc'
)
options
=(
'!strip'
)
_commit
=
b6cb4603a6a806e5fb6347e98209f56ec0926cc
a
_commit
=
a48441783fc6f15bd076dc0d01ecc2913d79260
a
source
=(
"https://gitlab.manjaro.org/tsys/linux-pinebook-pro/-/archive/
${
_commit
}
/
${
_pkgname
}
-
${
_commit
}
.tar.gz"
'0001-net-smsc95xx-Allow-mac-address-to-be-set-as-a-parame.patch'
'0001-arm64-dts-rockchip-remove-capacity-dmips-rk3399.patch'
...
...
@@ -38,14 +38,14 @@ source=("https://gitlab.manjaro.org/tsys/linux-pinebook-pro/-/archive/${_commit}
'0011-bootsplash.patch'
'0012-bootsplash.patch'
'0013-bootsplash.patch'
)
md5sums
=(
'
394dad1ec4c82d74ef98e4013dd8bbf8
'
md5sums
=(
'
5d7f4227dfac7cc3f02b75223895e2d2
'
'6ee347975dca719ecd63a846cc5983b2'
'481f71a08407ec05b2cc055067290015'
'871bebb15848c74ca87afbc10c132b66'
'7f1a96e24f5150f790df94398e9525a3'
'61c5ff73c136ed07a7aadbf58db3d96a'
'584777ae88bce2c5659960151b64c7d8'
'
41cb5fef62715ead2dd109dbea8413d6
'
'
86d4a35722b5410e3b29fc92dae15d4b
'
'ce6c81ad1ad1f8b333fd6077d47abdaf'
'3dc88030a8f2f5a5f97266d99b149f77'
'f13cfcd8a4667ecca68bccefee4b8283'
...
...
linux.preset
View file @
245c64b1
...
...
@@ -3,12 +3,8 @@
ALL_config="/etc/mkinitcpio.conf"
ALL_kver="%KERNVER%"
PRESETS=('default'
'fallback'
)
PRESETS=('default')
#default_config="/etc/mkinitcpio.conf"
default_image="/boot/initramfs-linux.img"
#default_options=""
#fallback_config="/etc/mkinitcpio.conf"
fallback_image="/boot/initramfs-linux-fallback.img"
fallback_options="-S autodetect"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment