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
f586ca44
Verified
Commit
f586ca44
authored
6 months ago
by
Aster Boese
Committed by
Clayton Craft
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
soc-qcom-msm8916: move openrc scripts to subpackage (MR 5688)
parent
f55c9c0d
Branches
Branches containing commit
No related tags found
1 merge request
!5688
Move post-install scripts that contain openrc-specific commands to openrc subpackages
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device/community/soc-qcom-msm8916/APKBUILD
+8
-2
8 additions, 2 deletions
device/community/soc-qcom-msm8916/APKBUILD
device/community/soc-qcom-msm8916/soc-qcom-msm8916-rproc-all-openrc.post-install
+0
-0
0 additions, 0 deletions
...om-msm8916/soc-qcom-msm8916-rproc-all-openrc.post-install
with
8 additions
and
2 deletions
device/community/soc-qcom-msm8916/APKBUILD
+
8
−
2
View file @
f586ca44
...
...
@@ -3,7 +3,7 @@
pkgname
=
soc-qcom-msm8916
pkgdesc
=
"Common package for Qualcomm MSM8916 devices"
pkgver
=
21
pkgrel
=
1
pkgrel
=
2
url
=
"https://postmarketos.org"
license
=
"BSD-3-Clause"
arch
=
"aarch64 armv7"
...
...
@@ -15,6 +15,7 @@ subpackages="
$pkgname
-rproc-none:rproc_none
$pkgname
-rproc-no-modem:rproc_no_modem
$pkgname
-rproc-all:rproc_all
$pkgname
-rproc-all-openrc:rproc_all_openrc
soc-samsung-msm8916-modem-workaround:samsung_modem_workaround
"
...
...
@@ -70,11 +71,16 @@ rproc_all() {
provider_priority
=
100
depends
=
"msm-modem msm-modem-uim-selection q6voiced"
install
=
"
$subpkgname
.post-install"
replaces
=
"soc-qcom-msm8916-modem"
mkdir
-p
"
$subpkgdir
"
/boot
echo
all
>
"
$subpkgdir
"
/boot/lk2nd_rproc_mode
}
rproc_all_openrc
()
{
install_if
=
"
$pkgname
-rproc-all=
$pkgver
-r
$pkgrel
openrc"
install
=
"
$subpkgname
.post-install"
install
-Dm644
q6voiced.conf
"
$subpkgdir
"
/etc/conf.d/q6voiced
}
...
...
This diff is collapsed.
Click to expand it.
device/community/soc-qcom-msm8916/soc-qcom-msm8916-rproc-all.post-install
→
device/community/soc-qcom-msm8916/soc-qcom-msm8916-rproc-all
-openrc
.post-install
+
0
−
0
View file @
f586ca44
File moved
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