[oe-commits] org.oe.dev pointercal_0.0.bb : revert changes made to make this package use MACHINE_CLASS

xora commit openembedded-commits at lists.openembedded.org
Tue Jan 8 14:45:53 UTC 2008


pointercal_0.0.bb : revert changes made to make this package use MACHINE_CLASS
in openmoko. Turns out screens are very different calibration for gta01/02

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 94437bb621a1aaa9fa9d9f75b1c43ccc29c02676
ViewMTN: http://monotone.openembedded.org/revision/info/94437bb621a1aaa9fa9d9f75b1c43ccc29c02676
Files:
1
conf/distro/openmoko.conf
packages/pointercal/files/fic-gta02/pointercal
packages/pointercal/pointercal_0.0.bb
Diffs:

#
# mt diff -r7543af87dc5177a8aa717f16dc62530424e7da38 -r94437bb621a1aaa9fa9d9f75b1c43ccc29c02676
#
# 
# 
# patch "conf/distro/openmoko.conf"
#  from [4b51bb9e73520431693069807b3e114a6c43f2c6]
#    to [bb73329f13f5df86594c09adb3e58552511e268f]
# 
# patch "packages/pointercal/files/fic-gta02/pointercal"
#  from [2e0722a1502bba9d6d25f2ac8e16d60e78136baf]
#    to [da8aab46ca3bee6dd9b77cba52a3066af3c91892]
# 
# patch "packages/pointercal/pointercal_0.0.bb"
#  from [f1a528bf4eccc047ffabc03cb6b323cda0cfac7c]
#    to [289a688b85ff54da4c47b61b59c80167bccf0bda]
# 
============================================================
--- conf/distro/openmoko.conf	4b51bb9e73520431693069807b3e114a6c43f2c6
+++ conf/distro/openmoko.conf	bb73329f13f5df86594c09adb3e58552511e268f
@@ -1,9 +1,10 @@
 #-----------------------------------------------------------------------------
 #@TYPE: Distribution
 #@NAME: OpenMoko
 #@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 @@ PACKAGE_ARCH_pn-linux-openmoko_fic-gta02
 # 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}"
============================================================
# packages/pointercal/files/fic-gta02/pointercal is binary
============================================================
--- packages/pointercal/pointercal_0.0.bb	f1a528bf4eccc047ffabc03cb6b323cda0cfac7c
+++ packages/pointercal/pointercal_0.0.bb	289a688b85ff54da4c47b61b59c80167bccf0bda
@@ -1,6 +1,6 @@ SECTION = "base"
 DESCRIPTION = "Touchscreen calibration data"
 SECTION = "base"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "file://pointercal"
 S = "${WORKDIR}"






More information about the Openembedded-commits mailing list