pointercal_0.0.bb : revert changes made to make this package use MACHINE_CLASS
authorGraeme Gregory <dp@xora.org.uk>
Tue, 8 Jan 2008 13:19:34 +0000 (13:19 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Tue, 8 Jan 2008 13:19:34 +0000 (13:19 +0000)
in openmoko. Turns out screens are very different calibration for gta01/02

conf/distro/openmoko.conf
packages/pointercal/files/fic-gta02/pointercal
packages/pointercal/pointercal_0.0.bb

index e3ddd21..fc679a0 100644 (file)
@@ -4,6 +4,7 @@
 #@DESCRIPTION: Linux Distribution Configuration for the OpenMoko Platform
 #-----------------------------------------------------------------------------
 
+require conf/distro/include/preferred-om-2008-versions.inc
 require conf/distro/include/angstrom-2007-for-openmoko.inc
 
 #
@@ -47,11 +48,6 @@ PREFERRED_PROVIDER_libgsmd = "libgsmd"
 # Same kernel runs on both these machines
 PACKAGE_ARCH_pn-linux-openmoko_fic-gta01 = "${MACHINE_CLASS}"
 PACKAGE_ARCH_pn-linux-openmoko_fic-gta02 = "${MACHINE_CLASS}"
-# Same touchscreen on both these machines
-PACKAGE_ARCH_pn-pointercal_fic-gta01 = "${MACHINE_CLASS}"
-PACKAGE_ARCH_pn-pointercal_fic-gta02 = "${MACHINE_CLASS}"
-SRC_URI_OVERRIDES_PACKAGE_ARCH_pn-pointercal_fic-gta01 = "0"
-SRC_URI_OVERRIDES_PACKAGE_ARCH_pn-pointercal_fic-gta02 = "0"
 # Same kernel so same usb
 PACKAGE_ARCH_pn-usb-gadget-mode_fic-gta01 = "${MACHINE_CLASS}"
 PACKAGE_ARCH_pn-usb-gadget-mode_fic-gta02 = "${MACHINE_CLASS}"
index 198fd2a..841ec7f 100644 (file)
Binary files a/packages/pointercal/files/fic-gta02/pointercal and b/packages/pointercal/files/fic-gta02/pointercal differ
index e79ee0b..42aae8c 100644 (file)
@@ -1,6 +1,6 @@
 DESCRIPTION = "Touchscreen calibration data"
 SECTION = "base"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "file://pointercal"
 S = "${WORKDIR}"