diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/conf/distro/poky.conf | 3 | ||||
| -rw-r--r-- | meta/packages/pointercal/files/akita/pointercal | 1 | ||||
| -rw-r--r-- | meta/packages/pointercal/pointercal.bb | 11 |
3 files changed, 15 insertions, 0 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index de2a6a6c69..65eacebed2 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
| @@ -189,6 +189,9 @@ DISTRO_FEATURES_cmx270 = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost" | |||
| 189 | DISTRO_EXTRA_RDEPENDS_qemuarm += "qemu-distcc" | 189 | DISTRO_EXTRA_RDEPENDS_qemuarm += "qemu-distcc" |
| 190 | DISTRO_EXTRA_RDEPENDS_qemux86 += "qemu-distcc" | 190 | DISTRO_EXTRA_RDEPENDS_qemux86 += "qemu-distcc" |
| 191 | 191 | ||
| 192 | # Pre-packaged touch screen calibration data | ||
| 193 | DISTRO_EXTRA_RDEPENDS_akita += "pointercal" | ||
| 194 | |||
| 192 | IMAGE_FEATURES ?= "" | 195 | IMAGE_FEATURES ?= "" |
| 193 | 196 | ||
| 194 | DISTRO_TASKS = "\ | 197 | DISTRO_TASKS = "\ |
diff --git a/meta/packages/pointercal/files/akita/pointercal b/meta/packages/pointercal/files/akita/pointercal new file mode 100644 index 0000000000..89f407efbd --- /dev/null +++ b/meta/packages/pointercal/files/akita/pointercal | |||
| @@ -0,0 +1 @@ | |||
| 12 -8946 33795672 12135 73 -2444604 65536 | |||
diff --git a/meta/packages/pointercal/pointercal.bb b/meta/packages/pointercal/pointercal.bb new file mode 100644 index 0000000000..a87980e4ee --- /dev/null +++ b/meta/packages/pointercal/pointercal.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | DESCRIPTION = "Touchscreen calibration data" | ||
| 2 | SECTION = "base" | ||
| 3 | |||
| 4 | PACKAGE_ARCH = ${MACHINE_ARCH} | ||
| 5 | SRC_URI = "file://pointercal" | ||
| 6 | S=${WORKDIR} | ||
| 7 | |||
| 8 | do_install() { | ||
| 9 | install -d ${D}${sysconfdir}/ | ||
| 10 | install -m 0644 ${S}/pointercal ${D}${sysconfdir}/ | ||
| 11 | } | ||
