diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-06 09:23:47 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-06 09:23:47 -0300 |
commit | 6b7309e2bc8a9c9c9f02b2bd1ff97f9968fa4720 (patch) | |
tree | fd887279a4c722b64d2f06857f3ebc7201357357 | |
parent | 5caf097f389203faf119ab3fbe3f69b0f740f8d0 (diff) | |
download | meta-fsl-arm-6b7309e2bc8a9c9c9f02b2bd1ff97f9968fa4720.tar.gz |
pointercal-xinput: Move from meta-fsl-demos
The pointercal-xinput is not included in OE-Core so we ought to
include it in the BSP instead of having it in meta-fsl-demos layer.
Change-Id: I27dbc31aeb321609cac6a2e757742b83d609033a
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
3 files changed, 7 insertions, 0 deletions
diff --git a/recipes-graphics/xinput-calibrator/pointercal-xinput/imx28evk/pointercal.xinput b/recipes-graphics/xinput-calibrator/pointercal-xinput/imx28evk/pointercal.xinput new file mode 100644 index 0000000..59f7630 --- /dev/null +++ b/recipes-graphics/xinput-calibrator/pointercal-xinput/imx28evk/pointercal.xinput | |||
@@ -0,0 +1,2 @@ | |||
1 | xinput set-int-prop "MXS touchscreen" "Evdev Axis Calibration" 32 194 3938 301 3878 | ||
2 | xinput set-int-prop "MXS touchscreen" "Evdev Axes Swap" 8 1 | ||
diff --git a/recipes-graphics/xinput-calibrator/pointercal-xinput/mx6/pointercal.xinput b/recipes-graphics/xinput-calibrator/pointercal-xinput/mx6/pointercal.xinput new file mode 100644 index 0000000..4c1a0d0 --- /dev/null +++ b/recipes-graphics/xinput-calibrator/pointercal-xinput/mx6/pointercal.xinput | |||
@@ -0,0 +1,3 @@ | |||
1 | xinput set-int-prop "eGalax Touch Screen" "Evdev Axis Calibration" 42060 2062 -8 -783544 1 1549 65536 | ||
2 | xinput set-int-prop "eGalax Touch Screen" "Evdev Axes Swap" 8 0 | ||
3 | ` \ No newline at end of file | ||
diff --git a/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend b/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend new file mode 100644 index 0000000..a9c60f3 --- /dev/null +++ b/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bbappend | |||
@@ -0,0 +1,2 @@ | |||
1 | # Append path for freescale layer to include bsp pointercal.xinput | ||
2 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||