Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
8028b738
Commit
8028b738
authored
5 years ago
by
MaQ
Browse files
Options
Downloads
Patches
Plain Diff
tokio-techbook: fix linting errors
parent
d0d2d6cf
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device/testing/device-tokio-techbook/APKBUILD
+3
-3
3 additions, 3 deletions
device/testing/device-tokio-techbook/APKBUILD
device/testing/linux-tokio-techbook/APKBUILD
+7
-6
7 additions, 6 deletions
device/testing/linux-tokio-techbook/APKBUILD
with
10 additions
and
9 deletions
device/testing/device-tokio-techbook/APKBUILD
+
3
−
3
View file @
8028b738
# Reference: <https://postmarketos.org/devicepkg>
pkgname
=
"
device-tokio-techbook
"
pkgname
=
device-tokio-techbook
pkgdesc
=
"Tokio Techbook"
pkgver
=
0.32
pkgrel
=
0
...
...
@@ -11,8 +11,8 @@ depends="postmarketos-base linux-tokio-techbook mesa-dri-swrast mkbootimg uboot-
makedepends
=
"devicepkg-dev"
source
=
"
deviceinfo
uboot-script.cmd
deviceinfo
uboot-script.cmd
"
build
()
{
...
...
This diff is collapsed.
Click to expand it.
device/testing/linux-tokio-techbook/APKBUILD
+
7
−
6
View file @
8028b738
# Reference: <https://postmarketos.org/vendorkernel>
# Kernel config based on: arch/arm/configs/vt8500_v6_v7_defconfig
pkgname
=
"
linux-tokio-techbook
"
pkgname
=
linux-tokio-techbook
pkgver
=
4.3.0
pkgrel
=
0
pkgdesc
=
"Tokio Techbook kernel fork (mainline 4.3.0)"
...
...
@@ -14,8 +14,9 @@ options="!strip !check !tracedeps"
makedepends
=
"perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev devicepkg-dev"
# Compiler: latest GCC from Alpine
HOSTCC
=
"
${
CC
:-
gcc
}
"
HOSTCC
=
"
${
HOSTCC
#
${
CROSS_COMPILE
}}
"
# Note: linter complains if the rows does not begin with tab...?
HOSTCC
=
"
${
CC
:-
gcc
}
"
HOSTCC
=
"
${
HOSTCC
#
${
CROSS_COMPILE
}}
"
# Source
...
...
@@ -23,14 +24,14 @@ HOSTCC="${HOSTCC#${CROSS_COMPILE}}"
# https://github.com/torvalds/linux/commit/6a13feb9c82803e2b815eca72fa7a9f5561d7861
_repository
=
"linux"
_commit
=
"6a13feb9c82803e2b815eca72fa7a9f5561d7861"
_config
=
"config-
$
{
_flavor
}
.
$
{
arch
}
"
_config
=
"config-
$_flavor
.
$arch
"
source
=
"
$pkgname
-
$_commit
.tar.gz::https://github.com/torvalds/
$
{
_repository
}
/archive/
$
{
_commit
}
.tar.gz
$pkgname
-
$_commit
.tar.gz::https://github.com/torvalds/
$_repository
/archive/
$_commit
.tar.gz
$_config
gcc8-fix-put-user.patch
"
builddir
=
"
$srcdir
/
$
{
_repository
}
-
$
{
_commit
}
"
builddir
=
"
$srcdir
/
$_repository
-
$_commit
"
prepare
()
{
default_prepare
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment