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
d15cd373
Unverified
Commit
d15cd373
authored
5 years ago
by
Martijn Braam
Browse files
Options
Downloads
Patches
Plain Diff
main/linux-postmarketos-qcom: Add back config system with new config
parent
7980c1b0
No related branches found
No related tags found
No related merge requests found
Pipeline
#194145
failed
5 years ago
Stage: first
Stage: second
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/linux-postmarketos-qcom/APKBUILD
+15
-7
15 additions, 7 deletions
main/linux-postmarketos-qcom/APKBUILD
main/linux-postmarketos-qcom/config-postmarketos-qcom.armv7
+5977
-0
5977 additions, 0 deletions
main/linux-postmarketos-qcom/config-postmarketos-qcom.armv7
with
5992 additions
and
7 deletions
main/linux-postmarketos-qcom/APKBUILD
+
15
−
7
View file @
d15cd373
_flavor
=
postmarketos-qcom
_config
=
"config-
${
_flavor
}
.
${
CARCH
}
"
pkgname
=
linux-
${
_flavor
}
pkgver
=
5.2_rc3
pkgver
=
5.2
.0
_rc3
pkgrel
=
0
arch
=
"
armhf
armv7"
arch
=
"armv7"
pkgdesc
=
"Kernel close to mainline with extra patches for Qualcomm devices"
url
=
"https://kernel.org/"
makedepends
=
"dtbtool perl sed installkernel bash gmp-dev bc linux-headers elfutils-dev openssl-dev file bison flex"
options
=
"!strip !check !tracedeps"
_repo_url
=
"https://github.com/masneyb/linux/"
_commit
=
"f1163f1d8ee8895ab1e467b8a9867838cff3422a"
source
=
"linux-
${
_commit
}
.tar.gz::
$_repo_url
/archive/
${
_commit
}
.tar.gz"
source
=
"
linux-
${
_commit
}
.tar.gz::https://github.com/masneyb/linux/archive/
${
_commit
}
.tar.gz
config-
${
_flavor
}
.armhf
config-
${
_flavor
}
.armv7
"
subpackages
=
"
$pkgname
-dev"
...
...
@@ -56,8 +60,9 @@ prepare() {
fi
mkdir
-p
"
$srcdir
"
/build
cp
-v
"
$srcdir
"
/
$_config
"
$srcdir
"
/build/.config
make
-C
"
$builddir
"
O
=
"
$srcdir
"
/build
ARCH
=
"
$_carch
"
HOSTCC
=
"
$HOSTCC
"
\
qcom_
defconfig
old
defconfig
}
build
()
{
...
...
@@ -117,8 +122,9 @@ dev() {
# first we import config, run prepare to set up for building
# external modules, and create the scripts
mkdir
-p
"
$dir
"
cp
"
$srcdir
"
/
$_config
"
$dir
"
/.config
make
-j1
-C
"
$builddir
"
O
=
"
$dir
"
ARCH
=
"
$_carch
"
HOSTCC
=
"
$HOSTCC
"
\
qcom_
defconfig prepare modules_prepare scripts
old
defconfig prepare modules_prepare scripts
# needed for 3rd party modules
# https://bugzilla.kernel.org/show_bug.cgi?id=11143
...
...
@@ -153,4 +159,6 @@ dev() {
"
$subpkgdir
"
/lib/modules/
${
_abi_release
}
/build
}
sha512sums
=
"404d93112b24c263fd8cdec9fd1f607e02fb4e52c701dfbabde7b7e3d8811dcc04fe802bfc2cdd6832f1911f813bb64774df369535b712f7a3c5faa878d0ee2b linux-f1163f1d8ee8895ab1e467b8a9867838cff3422a.tar.gz"
sha512sums
=
"404d93112b24c263fd8cdec9fd1f607e02fb4e52c701dfbabde7b7e3d8811dcc04fe802bfc2cdd6832f1911f813bb64774df369535b712f7a3c5faa878d0ee2b linux-f1163f1d8ee8895ab1e467b8a9867838cff3422a.tar.gz
fc151402f33f947fdfb1a0f60f7dee621b2299678c14bbc2d3425c22b3300795cddfba8635f3d2d9a409ea506e825d00957bffe14d54cd14612d364a1d03529a config-postmarketos-qcom.armhf
924308f9b7ab68b0d04faf882cf00a9597463583cd35e6453c5e1bae404c6b75526d3f43c44214ade80e3723da857c57cacc06333dcfaee601662ddccc901e1e config-postmarketos-qcom.armv7"
This diff is collapsed.
Click to expand it.
main/linux-postmarketos-qcom/config-postmarketos-qcom.armv7
0 → 100644
+
5977
−
0
View file @
d15cd373
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