summaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard/gadget-init.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-02-10 09:45:51 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-02-27 09:06:06 -0500
commitc3c095c83f498a55f65ad72195e8f05d39c84a07 (patch)
tree7785f7ae3e531db48fe96aa7e1c37412087c900a /recipes-ti/beagleboard/gadget-init.bb
parent72f3c75164404d2540335694827ac9a5ed98fa56 (diff)
downloadmeta-ti-c3c095c83f498a55f65ad72195e8f05d39c84a07.tar.gz
gadget-init: remove ehrPWM polarity workaround
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/beagleboard/gadget-init.bb')
-rw-r--r--recipes-ti/beagleboard/gadget-init.bb7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-ti/beagleboard/gadget-init.bb b/recipes-ti/beagleboard/gadget-init.bb
index 150ff8eb..016877d3 100644
--- a/recipes-ti/beagleboard/gadget-init.bb
+++ b/recipes-ti/beagleboard/gadget-init.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Units to initialize usb gadgets" 1DESCRIPTION = "Units to initialize usb gadgets"
2 2
3PR = "r16" 3PR = "r18"
4 4
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
@@ -35,14 +35,11 @@ do_install() {
35 35
36 install -d ${D}${bindir} 36 install -d ${D}${bindir}
37 install -m 0755 ${WORKDIR}/*.sh ${D}${bindir} 37 install -m 0755 ${WORKDIR}/*.sh ${D}${bindir}
38
39 install -d ${D}${sysconfdir}/tmpfiles.d
40 echo "w /sys/class/pwm/ehrpwm.1:0/polarity - - - - 1" > ${D}${sysconfdir}/tmpfiles.d/lcd7.conf
41} 38}
42 39
43PACKAGES =+ "${PN}-storage ${PN}-network ${PN}-udhcpd" 40PACKAGES =+ "${PN}-storage ${PN}-network ${PN}-udhcpd"
44 41
45FILES_${PN} = "${sysconfdir}/tmpfiles.d" 42ALLOW_EMPTY_${PN} = "1"
46 43
47FILES_${PN}-storage = "${base_libdir}/systemd/system/storage-gadget-init.service \ 44FILES_${PN}-storage = "${base_libdir}/systemd/system/storage-gadget-init.service \
48 ${base_libdir}/systemd/system/basic.target.wants/storage-gadget-init.service \ 45 ${base_libdir}/systemd/system/basic.target.wants/storage-gadget-init.service \