aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/apmd/apm-tosa-suspendfix_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/apmd/apm-tosa-suspendfix_0.1.bb')
-rw-r--r--recipes/apmd/apm-tosa-suspendfix_0.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/apmd/apm-tosa-suspendfix_0.1.bb b/recipes/apmd/apm-tosa-suspendfix_0.1.bb
new file mode 100644
index 0000000000..ad223c1959
--- /dev/null
+++ b/recipes/apmd/apm-tosa-suspendfix_0.1.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Workaround for bug 2134 (Tosa Angstrom x11 image suspend/resume failure)"
+AUTHOR = "Dmitry Baryshkov"
+PR = "r0"
+
+SRC_URI = "file://50-tmio-ohci-unbind"
+
+do_install() {
+ install -d ${D}${sysconfdir}/apm/event.d
+ install -m 0755 ${WORKDIR}/50-tmio-ohci-unbind ${D}${sysconfdir}/apm/event.d
+}