diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-10 09:45:51 +0100 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-27 09:06:06 -0500 |
| commit | c3c095c83f498a55f65ad72195e8f05d39c84a07 (patch) | |
| tree | 7785f7ae3e531db48fe96aa7e1c37412087c900a | |
| parent | 72f3c75164404d2540335694827ac9a5ed98fa56 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-ti/beagleboard/gadget-init.bb | 7 |
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 @@ | |||
| 1 | DESCRIPTION = "Units to initialize usb gadgets" | 1 | DESCRIPTION = "Units to initialize usb gadgets" |
| 2 | 2 | ||
| 3 | PR = "r16" | 3 | PR = "r18" |
| 4 | 4 | ||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 6 | LIC_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 | ||
| 43 | PACKAGES =+ "${PN}-storage ${PN}-network ${PN}-udhcpd" | 40 | PACKAGES =+ "${PN}-storage ${PN}-network ${PN}-udhcpd" |
| 44 | 41 | ||
| 45 | FILES_${PN} = "${sysconfdir}/tmpfiles.d" | 42 | ALLOW_EMPTY_${PN} = "1" |
| 46 | 43 | ||
| 47 | FILES_${PN}-storage = "${base_libdir}/systemd/system/storage-gadget-init.service \ | 44 | FILES_${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 \ |
