diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-09-02 08:22:10 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-02 09:53:49 +0100 |
commit | 36aa00b6f704761b6b518729befc936af674c68d (patch) | |
tree | ff6102483faaf5f5e17d146a34fa944ccb6a5b08 /meta/recipes-bsp/pointercal | |
parent | a7e14518eee4317d616a7cb90d8a224801ac1948 (diff) | |
download | openembedded-core-36aa00b6f704761b6b518729befc936af674c68d.tar.gz openembedded-core-36aa00b6f704761b6b518729befc936af674c68d.tar.bz2 openembedded-core-36aa00b6f704761b6b518729befc936af674c68d.zip |
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 <edwin.zhai@intel.com>
Diffstat (limited to 'meta/recipes-bsp/pointercal')
-rw-r--r-- | meta/recipes-bsp/pointercal/files/qemux86-64/pointercal | 1 | ||||
-rw-r--r-- | meta/recipes-bsp/pointercal/pointercal_0.0.bb | 2 |
2 files changed, 2 insertions, 1 deletions
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}" |