Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
+++ /dev/null
-#!/bin/sh
-# Enable FIFO stage for the LCD engine's memory access
-# see http://git.bitwiz.org.uk/?p=kernel.git;a=commit;h=01e4e0c2a1c39d7e4556f8996f21dfaf73b2869c
-echo "4366 16384" > /sys/class/i2c-adapter/i2c-0/0-0073/pcf50633-regltr.9/glamo3362.0/regs
\ No newline at end of file
RDEPENDS = ""
LICENSE = "GPL"
PV = "0.0.1"
-PR = "r12"
+PR = "r13"
RPROVIDES_${PN} = "initscripts"
RCONFLICTS_${PN} = "initscripts"
file://sendsigs \
file://umountfs \
file://umountnfs.sh \
- file://70glamoFIFOtweak \
"
inherit base
ln -sf ../init.d/umountfs ${D}${sysconfdir}/rc6.d/S40umountfs
ln -sf ../init.d/reboot ${D}${sysconfdir}/rc6.d/S90reboot
- # install the Glamo FIFO tweak in an xsession.d file
- install -d ${D}${sysconfdir}/X11/Xsession.d
- install -m 0755 ${WORKDIR}/70glamoFIFOtweak ${D}${sysconfdir}/X11/Xsession.d
}