summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2017-09-12 21:44:39 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2017-09-12 21:44:39 +0200
commit5a0170d6a0e37ec78c8e2109842a47659a1c3535 (patch)
tree9208e6937fb378db8ea5007d14a7377363405ab6
parentb2e2a88ff5a9aba6043c50a782054d5b406d5397 (diff)
debian: qdsp-start should start at boot and install
Since the QCOM firmware release 1032.1 the DSP firmware was fixed, and GPS and audio can now work concurrently. So, we can remove the workaround we had to prevent the DSP from auto booting. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 98b7519..cb30bd9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: qdsp-config
Section: utils
Priority: optional
Maintainer: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-Build-Depends: cdbs, debhelper (>= 7)
+Build-Depends: cdbs, debhelper (>= 7), dh-systemd
Standards-Version: 3.9.3
Homepage: https://git.linaro.org/landing-teams/working/qualcomm/pkg/qdsp-config.git
Vcs-Git: https://git.linaro.org/landing-teams/working/qualcomm/pkg/qdsp-config.git
diff --git a/debian/rules b/debian/rules
index 2d33f6a..305c822 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@
+ dh $@ --with systemd