All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Ross Burton <ross.burton@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 0/6] Remove xserver-kdrive
Date: Tue, 04 Sep 2012 07:48:44 -0700	[thread overview]
Message-ID: <504614CC.7030906@linux.intel.com> (raw)
In-Reply-To: <cover.1346346320.git.ross.burton@intel.com>

On 08/30/2012 10:07 AM, Ross Burton wrote:
> Nobody is actually using xserver-kdrive anymore, apart from on two BSPs in
> meta-yocto that don't actually have video outputs.  Let's remove it.
>
> This is the first stage of the removal, once this has landed there is a lot of
> cruft to be removed too, I'm thinking specifically touchscreen tools that are
> kdrive-specific.
>
> The following changes since commit bb0aab79e488a99cb1b43f72f0e8ddbe39d97519:
>
>    yocto-bsp: use KBRANCH_DEFAULT in 'newbranch' cases (2012-08-29 14:23:36 -0700)
>
> are available in the git repository at:
>
>    git://git.yoctoproject.org/poky-contrib ross/xorg
>
> for you to fetch changes up to b4d8243842ad09c76d95efe611492f5e88c826a4:
>
>    x11-common: don't prune .svn directories on install, we're in git now (2012-08-30 18:04:20 +0100)
>
> ----------------------------------------------------------------
> Ross Burton (6):
>        bsp: set default XSERVER for PowerPC and MIPS machines to Xorg
>        xserver-xorg: ship the exa module in a separate package
>        task-core-x11: default to xserver-xorg instead of kdrive
>        xserver-kdrive: remove.
>        x11-common: just support Xorg now that kdrive has been removed
>        x11-common: don't prune .svn directories on install, we're in git now
>
>   .../x11-common/x11-common/etc/X11/Xserver          |   43 +-
>   meta/recipes-graphics/x11-common/x11-common_0.1.bb |    3 +-
>   .../xserver-kdrive-1.7.99.2/crosscompile.patch     |   23 -
>   .../xserver-kdrive-1.7.99.2/disable-apm.patch      |   24 -
>   .../enable-builtin-fonts.patch                     |   16 -
>   .../enable-xcalibrate.patch                        |  152 ------
>   .../error-address-work-around.patch                |  364 --------------
>   .../xserver-kdrive-1.7.99.2/extra-kmodes.patch     |   87 ----
>   .../fbdev_xrandr_ioctl.patch                       |   65 ---
>   .../fix-bogus-stack-variables.patch                |  233 ---------
>   .../fix-newer-xorg-headers.patch                   |   22 -
>   .../hide-cursor-and-ppm-root.patch                 |  312 ------------
>   .../xserver-kdrive-1.7.99.2/kdrive-evdev.patch     |  520 --------------------
>   .../xserver-kdrive-1.7.99.2/kdrive-use-evdev.patch |   58 ---
>   .../keyboard-resume-workaround.patch               |   29 --
>   .../no-serial-probing.patch                        |   17 -
>   .../xserver-kdrive-1.7.99.2/nodolt.patch           |   16 -
>   .../xserver-kdrive-1.7.99.2/optional-xkb.patch     |   62 ---
>   .../xorg-xserver/xserver-kdrive.inc                |  113 -----
>   .../xorg-xserver/xserver-kdrive_1.7.99.2.bb        |   34 --
>   .../xorg-xserver/xserver-xorg-1.11.2.inc           |    2 +-
>   .../xorg-xserver/xserver-xorg-common.inc           |    3 +
>   meta/recipes-sato/tasks/task-core-x11-mini.bb      |    4 +-
>   meta/recipes-sato/tasks/task-core-x11.bb           |    4 +-
>   .../arch/mips/conf/machine/{{=machine}}.conf       |    7 +-
>   .../arch/powerpc/conf/machine/{{=machine}}.conf    |    7 +-
>   26 files changed, 20 insertions(+), 2200 deletions(-)
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/crosscompile.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/disable-apm.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/enable-builtin-fonts.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/enable-xcalibrate.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/error-address-work-around.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/extra-kmodes.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/fbdev_xrandr_ioctl.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/fix-bogus-stack-variables.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/fix-newer-xorg-headers.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/hide-cursor-and-ppm-root.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/kdrive-evdev.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/kdrive-use-evdev.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/keyboard-resume-workaround.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/no-serial-probing.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/nodolt.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive-1.7.99.2/optional-xkb.patch
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive.inc
>   delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-kdrive_1.7.99.2.bb
>
Merged into OE-Core

Thanks
	Sau!




      parent reply	other threads:[~2012-09-04 15:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-30 17:07 [PATCH 0/6] Remove xserver-kdrive Ross Burton
2012-08-30 17:07 ` [PATCH 1/6] bsp: set default XSERVER for PowerPC and MIPS machines to Xorg Ross Burton
2012-08-30 17:07 ` [PATCH 2/6] xserver-xorg: ship the exa module in a separate package Ross Burton
2012-08-30 17:07 ` [PATCH 3/6] task-core-x11: default to xserver-xorg instead of kdrive Ross Burton
2012-08-30 17:07 ` [PATCH 4/6] xserver-kdrive: remove Ross Burton
2012-08-31 16:27   ` Saul Wold
2012-08-31 19:49     ` Burton, Ross
2012-08-30 17:07 ` [PATCH 5/6] x11-common: just support Xorg now that kdrive has been removed Ross Burton
2012-08-30 17:07 ` [PATCH 6/6] x11-common: don't prune .svn directories on install, we're in git now Ross Burton
2012-08-30 17:13 ` [PATCH 0/6] Remove xserver-kdrive Saul Wold
2012-08-30 17:16   ` Burton, Ross
2012-09-04 14:48 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=504614CC.7030906@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=ross.burton@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.