From: Zhai Edwin Date: Thu, 2 Sep 2010 00:22:10 +0000 (+0800) Subject: pointercal: add config file for x86-64 target X-Git-Tag: 2011-1~4655 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=36aa00b6f704761b6b518729befc936af674c68d;p=openembedded-core.git 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 --- 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}"