Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
f9fa8f24
Commit
f9fa8f24
authored
Sep 17, 2016
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify patchram script
parent
0f80bfc9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
13 deletions
+4
-13
patchram.service
...id/brcm-patchram-plus/brcm-patchram-plus/patchram.service
+2
-3
patchram.sh
...android/brcm-patchram-plus/brcm-patchram-plus/patchram.sh
+0
-3
brcm-patchram-plus_git.bbappend
...ndroid/brcm-patchram-plus/brcm-patchram-plus_git.bbappend
+2
-7
No files found.
recipes-android/brcm-patchram-plus/brcm-patchram-plus/patchram.service
View file @
f9fa8f24
[Unit]
Description=Load firmware into BCM20715A1 bluetooth chip
After=dev-ttyHS99.device
Description=Load firmware into broadcom bluetooth chip
[Service]
Type=simple
ExecStart=/
usr/bin/patchram.sh
ExecStart=/
bin/echo This script should be device specific
[Install]
WantedBy=basic.target
recipes-android/brcm-patchram-plus/brcm-patchram-plus/patchram.sh
deleted
100755 → 0
View file @
0f80bfc9
#!/bin/bash
echo
This script should be device specific
recipes-android/brcm-patchram-plus/brcm-patchram-plus_git.bbappend
View file @
f9fa8f24
FILESEXTRAPATHS_prepend := "${THISDIR}/brcm-patchram-plus:"
SRC_URI += "file://patchram.service \
file://patchram.sh"
SRC_URI += "file://patchram.service"
LICENSE = "BSD"
PACKAGE_ARCH = "${MACHINE_ARCH}"
...
...
@@ -9,11 +8,7 @@ do_install_append() {
install -d ${D}/lib/systemd/system/multi-user.target.wants/
cp ${WORKDIR}/patchram.service ${D}/lib/systemd/system/
ln -s ../patchram.service ${D}/lib/systemd/system/multi-user.target.wants/patchram.service
install -d ${D}/usr/bin/
cp ${WORKDIR}/patchram.sh ${D}/usr/bin/
chmod +x ${D}/usr/bin/patchram.sh
}
FILES_${PN} += "/lib/systemd/system/"
RDEPENDS_${PN} += "rfkill
bash
"
RDEPENDS_${PN} += "rfkill"
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