Re: [OE-core] [PATCH 0/8] replace xtscal with xinput-calibrator

2016-08-01 Thread Maxin B. John
ping ..

On Tue, Jul 12, 2016 at 05:07:35PM +0300, Maxin B. John wrote:
> Remove xtscal in preference of xinput-calibrator
> 
> [YOCTO #9365]
> 
> Maxin B. John (8):
>   xtscal: remove recipe
>   x11-common: replace xtscal with xinput-calibrator
>   pointercal-xinput: add a dummy calibration file for qemu
>   pointercal: remove recipe
>   tslib: replace pointercal with pointercal-xinput
>   packagegroup-core-x11-base.bb: replace pointercal with
> pointercal-xinput
>   layer.conf: remove pointercal
>   distro_alias.inc: remove pointercal and xtscal references
> 
>  meta/conf/distro/include/distro_alias.inc  |   3 -
>  meta/conf/layer.conf   |   1 -
>  meta/recipes-bsp/pointercal/pointercal/COPYING |   2 -
>  meta/recipes-bsp/pointercal/pointercal/pointercal  |   0
>  .../pointercal/pointercal/qemuarm/pointercal   |   1 -
>  .../pointercal/pointercal/qemuarmv6/pointercal |   1 -
>  .../pointercal/pointercal/qemuarmv7/pointercal |   1 -
>  .../pointercal/pointercal/qemumips/pointercal  |   1 -
>  .../pointercal/pointercal/qemuppc/pointercal   | Bin 36 -> 0 bytes
>  .../pointercal/pointercal/qemux86-64/pointercal|   1 -
>  .../pointercal/pointercal/qemux86/pointercal   |   1 -
>  meta/recipes-bsp/pointercal/pointercal_0.0.bb  |  22 -
>  .../packagegroups/packagegroup-core-x11-base.bb|   2 +-
>  meta/recipes-graphics/tslib/tslib_1.1.bb   |   2 +-
>  meta/recipes-graphics/x11-common/x11-common_0.1.bb |   2 +-
>  .../pointercal-xinput/qemuall/pointercal.xinput|   2 +
>  .../xtscal/xtscal/30xTs_Calibrate.sh   |  13 -
>  .../xtscal/xtscal/change-cross.patch   |  18 -
>  meta/recipes-graphics/xtscal/xtscal/cleanup.patch  | 621 
> -
>  .../xtscal/dso_linking_change_build_fix.patch  |  27 -
>  meta/recipes-graphics/xtscal/xtscal_0.6.3.bb   |  33 --
>  21 files changed, 5 insertions(+), 749 deletions(-)
>  delete mode 100644 meta/recipes-bsp/pointercal/pointercal/COPYING
>  delete mode 100644 meta/recipes-bsp/pointercal/pointercal/pointercal
>  delete mode 100644 meta/recipes-bsp/pointercal/pointercal/qemuarm/pointercal
>  delete mode 100644 
> meta/recipes-bsp/pointercal/pointercal/qemuarmv6/pointercal
>  delete mode 100644 
> meta/recipes-bsp/pointercal/pointercal/qemuarmv7/pointercal
>  delete mode 100644 meta/recipes-bsp/pointercal/pointercal/qemumips/pointercal
>  delete mode 100644 meta/recipes-bsp/pointercal/pointercal/qemuppc/pointercal
>  delete mode 100644 
> meta/recipes-bsp/pointercal/pointercal/qemux86-64/pointercal
>  delete mode 100644 meta/recipes-bsp/pointercal/pointercal/qemux86/pointercal
>  delete mode 100644 meta/recipes-bsp/pointercal/pointercal_0.0.bb
>  create mode 100644 
> meta/recipes-graphics/xinput-calibrator/pointercal-xinput/qemuall/pointercal.xinput
>  delete mode 100644 meta/recipes-graphics/xtscal/xtscal/30xTs_Calibrate.sh
>  delete mode 100644 meta/recipes-graphics/xtscal/xtscal/change-cross.patch
>  delete mode 100644 meta/recipes-graphics/xtscal/xtscal/cleanup.patch
>  delete mode 100644 
> meta/recipes-graphics/xtscal/xtscal/dso_linking_change_build_fix.patch
>  delete mode 100644 meta/recipes-graphics/xtscal/xtscal_0.6.3.bb
> 
> -- 
> 2.4.0
> 
> -- 
> ___
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/8] replace xtscal with xinput-calibrator

2016-08-02 Thread Burton, Ross
On 12 July 2016 at 15:07, Maxin B. John  wrote:

> Remove xtscal in preference of xinput-calibrator
>

Comparing two images build before and after this:

hanges to images/intel_corei7_64/glibc/core-image-sato-base
(installed-package-names.txt):
  pointercal was removed
  libxcalibrate0 was removed
  xtscal was removed
  xinput-calibrator was added
  bash was added
  xinput was added
  pointercal-xinput was added

We can't start requiring bash, so can you figure out what is pulling in
bash and rewrite it to be busybox-safe?

Ross
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/8] replace xtscal with xinput-calibrator

2016-08-02 Thread Burton, Ross
On 2 August 2016 at 21:10, Burton, Ross  wrote:

>   libxcalibrate0 was removed
>

Also hopefully this package (xorg-lib/libxcalibrate) can be removed from
oe-core.

Will you be submitting these recipes to meta-oe just in case someone still
wants them?

Ross
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/8] replace xtscal with xinput-calibrator

2016-08-03 Thread Maxin B. John
Hi,

>On Tue, Aug 02, 2016 at 09:10:27PM +0100, Burton, Ross wrote:
>
>On 12 July 2016 at 15:07, Maxin B. John  wrote:
>
>>Remove xtscal in preference of xinput-calibrator
>
>
> Comparing two images build before and after this:
>
> changes to images/intel_corei7_64/glibc/core-image-sato-base 
> (installed-package-names.txt):
> pointercal was removed
> libxcalibrate0 was removed
> xtscal was removed
> xinput-calibrator was added
> bash was added
> xinput was added
> pointercal-xinput was added
>
> We can't start requiring bash, so can you figure out what is pulling in bash 
> and rewrite it to be busybox-safe?

Sure, will do. Thanks!

>  Ross
Best Regards,
Maxin
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/8] replace xtscal with xinput-calibrator

2016-08-03 Thread Maxin B. John
Hi Ross,

>On 2 August 2016 at 21:10, Burton, Ross  wrote:
>
>  libxcalibrate0 was removed
>
>
>  Also hopefully this package (xorg-lib/libxcalibrate) can be removed from 
> oe-core.
>
>  Will you be submitting these recipes to meta-oe just in case someone 
> still wants them?

Ok, I will submit this recipe to meta-oe.

>  Ross

Warm Regards,
Maxin
-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core