From 36aa00b6f704761b6b518729befc936af674c68d Mon Sep 17 00:00:00 2001 From: Zhai Edwin Date: Thu, 2 Sep 2010 08:22:10 +0800 Subject: pointercal: add config file for x86-64 target Currently no config file for x86-64 target, which cause /etc/X11/Xsession.d/30xTs_Calibrate.sh run into an infinate loop to block following scripts to start matchbox. Copy x86 config file to x86-64. [BUGID #242] is fixed by this Signed-off-by: Zhai Edwin --- meta/recipes-bsp/pointercal/files/qemux86-64/pointercal | 1 + meta/recipes-bsp/pointercal/pointercal_0.0.bb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-bsp/pointercal/files/qemux86-64/pointercal (limited to 'meta/recipes-bsp/pointercal') diff --git a/meta/recipes-bsp/pointercal/files/qemux86-64/pointercal b/meta/recipes-bsp/pointercal/files/qemux86-64/pointercal new file mode 100644 index 0000000000..640053d393 --- /dev/null +++ b/meta/recipes-bsp/pointercal/files/qemux86-64/pointercal @@ -0,0 +1 @@ +1280 0 1002 0 960 328 65536 diff --git a/meta/recipes-bsp/pointercal/pointercal_0.0.bb b/meta/recipes-bsp/pointercal/pointercal_0.0.bb index 6565c6bac1..67041b4109 100644 --- a/meta/recipes-bsp/pointercal/pointercal_0.0.bb +++ b/meta/recipes-bsp/pointercal/pointercal_0.0.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Touchscreen calibration data" SECTION = "base" -PR = "r10" +PR = "r11" SRC_URI = "file://pointercal" S = "${WORKDIR}" -- cgit v1.2.3-54-g00ecf