diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-26 11:52:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-27 10:38:43 +0100 |
commit | a5bf271c7c4cf5d3bfdf8d1b05eec70ca43726b8 (patch) | |
tree | 6f52c51ed4cc168dfe5f3143c0c8ed6ed2ff71fa /meta/recipes-graphics | |
parent | 81f9abc256272e0c9b0f993f7a57e2175c692684 (diff) | |
download | poky-a5bf271c7c4cf5d3bfdf8d1b05eec70ca43726b8.tar.gz |
meta: Add/fix missing Upstream-Status to patches
This adds or fixes the Upstream-Status for all remaining patches missing it
in OE-Core.
(From OE-Core rev: 563cab8e823c3fde8ae4785ceaf4d68a5d3e25df)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
5 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-graphics/piglit/piglit/0001-CMake-define-GBM_BO_MAP-only-when-symbol-is-found.patch b/meta/recipes-graphics/piglit/piglit/0001-CMake-define-GBM_BO_MAP-only-when-symbol-is-found.patch index 0750676bb7..9d6eaaaa01 100644 --- a/meta/recipes-graphics/piglit/piglit/0001-CMake-define-GBM_BO_MAP-only-when-symbol-is-found.patch +++ b/meta/recipes-graphics/piglit/piglit/0001-CMake-define-GBM_BO_MAP-only-when-symbol-is-found.patch | |||
@@ -23,6 +23,7 @@ should be defined. | |||
23 | 23 | ||
24 | Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> | 24 | Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> |
25 | Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu> | 25 | Reviewed-by: Jan Vesely <jan.vesely@rutgers.edu> |
26 | Upstream-Status: Backport | ||
26 | --- | 27 | --- |
27 | CMakeLists.txt | 5 +++-- | 28 | CMakeLists.txt | 5 +++-- |
28 | 1 file changed, 3 insertions(+), 2 deletions(-) | 29 | 1 file changed, 3 insertions(+), 2 deletions(-) |
diff --git a/meta/recipes-graphics/piglit/piglit/0002-util-egl-Honour-Surfaceless-MESA-in-get_default_disp.patch b/meta/recipes-graphics/piglit/piglit/0002-util-egl-Honour-Surfaceless-MESA-in-get_default_disp.patch index 734de2bc75..39f0d86cfe 100644 --- a/meta/recipes-graphics/piglit/piglit/0002-util-egl-Honour-Surfaceless-MESA-in-get_default_disp.patch +++ b/meta/recipes-graphics/piglit/piglit/0002-util-egl-Honour-Surfaceless-MESA-in-get_default_disp.patch | |||
@@ -7,6 +7,7 @@ Content-Type: text/plain; charset=UTF-8 | |||
7 | Content-Transfer-Encoding: 8bit | 7 | Content-Transfer-Encoding: 8bit |
8 | 8 | ||
9 | Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> | 9 | Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> |
10 | Upstream-Status: Pending | ||
10 | --- | 11 | --- |
11 | tests/util/piglit-util-egl.c | 7 +++++++ | 12 | tests/util/piglit-util-egl.c | 7 +++++++ |
12 | 1 file changed, 7 insertions(+) | 13 | 1 file changed, 7 insertions(+) |
diff --git a/meta/recipes-graphics/piglit/piglit/0003-egl_mesa_platform_surfaceless-Don-t-use-eglGetPlatfo.patch b/meta/recipes-graphics/piglit/piglit/0003-egl_mesa_platform_surfaceless-Don-t-use-eglGetPlatfo.patch index 7ec71dd91d..ee64415693 100644 --- a/meta/recipes-graphics/piglit/piglit/0003-egl_mesa_platform_surfaceless-Don-t-use-eglGetPlatfo.patch +++ b/meta/recipes-graphics/piglit/piglit/0003-egl_mesa_platform_surfaceless-Don-t-use-eglGetPlatfo.patch | |||
@@ -8,6 +8,7 @@ Content-Type: text/plain; charset=UTF-8 | |||
8 | Content-Transfer-Encoding: 8bit | 8 | Content-Transfer-Encoding: 8bit |
9 | 9 | ||
10 | Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> | 10 | Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> |
11 | Upstream-Status: Pending | ||
11 | --- | 12 | --- |
12 | .../spec/egl_mesa_platform_surfaceless/egl_mesa_platform_surfaceless.c | 2 +- | 13 | .../spec/egl_mesa_platform_surfaceless/egl_mesa_platform_surfaceless.c | 2 +- |
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | 14 | 1 file changed, 1 insertion(+), 1 deletion(-) |
diff --git a/meta/recipes-graphics/piglit/piglit/0004-egl_mesa_platform_surfaceless-Use-EXT-functions-for-.patch b/meta/recipes-graphics/piglit/piglit/0004-egl_mesa_platform_surfaceless-Use-EXT-functions-for-.patch index b3931ddf99..8b4fd34152 100644 --- a/meta/recipes-graphics/piglit/piglit/0004-egl_mesa_platform_surfaceless-Use-EXT-functions-for-.patch +++ b/meta/recipes-graphics/piglit/piglit/0004-egl_mesa_platform_surfaceless-Use-EXT-functions-for-.patch | |||
@@ -11,6 +11,7 @@ These EXT symbols are guaranteed to exist since they require | |||
11 | EGL_EXT_platform_base. | 11 | EGL_EXT_platform_base. |
12 | 12 | ||
13 | Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> | 13 | Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org> |
14 | Upstream-Status: Pending | ||
14 | --- | 15 | --- |
15 | .../egl_mesa_platform_surfaceless.c | 23 ++++++++++++++++++++-- | 16 | .../egl_mesa_platform_surfaceless.c | 23 ++++++++++++++++++++-- |
16 | 1 file changed, 21 insertions(+), 2 deletions(-) | 17 | 1 file changed, 21 insertions(+), 2 deletions(-) |
diff --git a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch index c4cf16eb05..ac19219284 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch +++ b/meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch | |||
@@ -6,6 +6,8 @@ Subject: [PATCH] Prevents omapfb from from crashing when pixelclock of 0 is | |||
6 | 6 | ||
7 | Due to a Linux design bug it is easy to get a pixelclock set to zero | 7 | Due to a Linux design bug it is easy to get a pixelclock set to zero |
8 | when changing displays at runtime. | 8 | when changing displays at runtime. |
9 | |||
10 | Upstream-Status: Pending | ||
9 | --- | 11 | --- |
10 | src/omapfb-output.c | 9 +++++++-- | 12 | src/omapfb-output.c | 9 +++++++-- |
11 | 1 file changed, 7 insertions(+), 2 deletions(-) | 13 | 1 file changed, 7 insertions(+), 2 deletions(-) |