Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] mesa-xlib: remove, it serves no useful purpose
@ 2012-09-12 10:23 Ross Burton
  2012-09-12 10:23 ` [PATCH 2/2] mesa-dri: remove DEFAULT_PREFERENCE, this is the preferred now Ross Burton
  2012-09-12 17:57 ` [PATCH 1/2] mesa-xlib: remove, it serves no useful purpose Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Ross Burton @ 2012-09-12 10:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-graphics/mesa/mesa-xlib.inc      |    1 -
 meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb |    5 -----
 meta/recipes-graphics/mesa/mesa-xlib_git.bb   |    8 --------
 3 files changed, 14 deletions(-)
 delete mode 100644 meta/recipes-graphics/mesa/mesa-xlib.inc
 delete mode 100644 meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb
 delete mode 100644 meta/recipes-graphics/mesa/mesa-xlib_git.bb

diff --git a/meta/recipes-graphics/mesa/mesa-xlib.inc b/meta/recipes-graphics/mesa/mesa-xlib.inc
deleted file mode 100644
index b720e14..0000000
--- a/meta/recipes-graphics/mesa/mesa-xlib.inc
+++ /dev/null
@@ -1 +0,0 @@
-EXTRA_OECONF += " --with-driver=xlib --without-gallium-drivers"
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb b/meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb
deleted file mode 100644
index a89640e..0000000
--- a/meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require mesa-common.inc
-require mesa-${PV}.inc
-require mesa-xlib.inc
-PR = "${INC_PR}.2"
-
diff --git a/meta/recipes-graphics/mesa/mesa-xlib_git.bb b/meta/recipes-graphics/mesa/mesa-xlib_git.bb
deleted file mode 100644
index 6647120..0000000
--- a/meta/recipes-graphics/mesa/mesa-xlib_git.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require mesa-common.inc
-require mesa-git.inc
-require mesa-xlib.inc
-
-# this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default
-DEFAULT_PREFERENCE = "-2"
-
-PR = "${INC_PR}.1"
-- 
1.7.10




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] mesa-dri: remove DEFAULT_PREFERENCE, this is the preferred now
  2012-09-12 10:23 [PATCH 1/2] mesa-xlib: remove, it serves no useful purpose Ross Burton
@ 2012-09-12 10:23 ` Ross Burton
  2012-09-12 17:57 ` [PATCH 1/2] mesa-xlib: remove, it serves no useful purpose Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Ross Burton @ 2012-09-12 10:23 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-graphics/mesa/mesa-dri.inc |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/recipes-graphics/mesa/mesa-dri.inc b/meta/recipes-graphics/mesa/mesa-dri.inc
index 7a1164b..2d5aa44 100644
--- a/meta/recipes-graphics/mesa/mesa-dri.inc
+++ b/meta/recipes-graphics/mesa/mesa-dri.inc
@@ -1,9 +1,6 @@
 DEPENDS += "libdrm expat udev"
 X11_DEPS += "dri2proto"
 
-# most of our targets do not have DRI so will use mesa-xlib
-DEFAULT_PREFERENCE = "-1"
-
 DRIDRIVERS = "swrast"
 DRIDRIVERS_append_x86 = ",i915,i965"
 DRIDRIVERS_append_x86-64 = ",i915,i965"
-- 
1.7.10




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/2] mesa-xlib: remove, it serves no useful purpose
  2012-09-12 10:23 [PATCH 1/2] mesa-xlib: remove, it serves no useful purpose Ross Burton
  2012-09-12 10:23 ` [PATCH 2/2] mesa-dri: remove DEFAULT_PREFERENCE, this is the preferred now Ross Burton
@ 2012-09-12 17:57 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-09-12 17:57 UTC (permalink / raw)
  To: Ross Burton; +Cc: openembedded-core

On 09/12/2012 03:23 AM, Ross Burton wrote:
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>   meta/recipes-graphics/mesa/mesa-xlib.inc      |    1 -
>   meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb |    5 -----
>   meta/recipes-graphics/mesa/mesa-xlib_git.bb   |    8 --------
>   3 files changed, 14 deletions(-)
>   delete mode 100644 meta/recipes-graphics/mesa/mesa-xlib.inc
>   delete mode 100644 meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb
>   delete mode 100644 meta/recipes-graphics/mesa/mesa-xlib_git.bb
>
Merged this and the mesa-dri patch to OE-Core

Thanks
	Sau!

> diff --git a/meta/recipes-graphics/mesa/mesa-xlib.inc b/meta/recipes-graphics/mesa/mesa-xlib.inc
> deleted file mode 100644
> index b720e14..0000000
> --- a/meta/recipes-graphics/mesa/mesa-xlib.inc
> +++ /dev/null
> @@ -1 +0,0 @@
> -EXTRA_OECONF += " --with-driver=xlib --without-gallium-drivers"
> diff --git a/meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb b/meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb
> deleted file mode 100644
> index a89640e..0000000
> --- a/meta/recipes-graphics/mesa/mesa-xlib_8.0.4.bb
> +++ /dev/null
> @@ -1,5 +0,0 @@
> -require mesa-common.inc
> -require mesa-${PV}.inc
> -require mesa-xlib.inc
> -PR = "${INC_PR}.2"
> -
> diff --git a/meta/recipes-graphics/mesa/mesa-xlib_git.bb b/meta/recipes-graphics/mesa/mesa-xlib_git.bb
> deleted file mode 100644
> index 6647120..0000000
> --- a/meta/recipes-graphics/mesa/mesa-xlib_git.bb
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -require mesa-common.inc
> -require mesa-git.inc
> -require mesa-xlib.inc
> -
> -# this needs to be lower than -1 because all mesa-dri have -1 and git version has highest PV, but shouldn't be default
> -DEFAULT_PREFERENCE = "-2"
> -
> -PR = "${INC_PR}.1"
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-12 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-12 10:23 [PATCH 1/2] mesa-xlib: remove, it serves no useful purpose Ross Burton
2012-09-12 10:23 ` [PATCH 2/2] mesa-dri: remove DEFAULT_PREFERENCE, this is the preferred now Ross Burton
2012-09-12 17:57 ` [PATCH 1/2] mesa-xlib: remove, it serves no useful purpose Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox