diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-07-25 23:44:16 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-08-16 15:17:26 +0100 |
commit | a374ab0e4e5f2d17d506f28498b0de37798549fb (patch) | |
tree | feeb903ad401d24fe81b0ba5dd03565c0f75d337 /recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch | |
parent | f961726634dc84b2f535ebd5eb323a3235785f30 (diff) | |
download | meta-raspberrypi-a374ab0e4e5f2d17d506f28498b0de37798549fb.tar.gz |
userland: Upgrade to latest
Fix build with glibc 2.30
Forward patches to 20190724 release
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch')
-rw-r--r-- | recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch b/recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch index b2bd46f..af803a3 100644 --- a/recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch +++ b/recipes-graphics/userland/files/0001-Allow-applications-to-set-next-resource-handle.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From e94675aa943c114ff801167c69bdd2d366d01665 Mon Sep 17 00:00:00 2001 | 1 | From ccb7f6f1a2bc491a24c0402616a2d24b85e3933a Mon Sep 17 00:00:00 2001 |
2 | From: Dom Cobley <dc4@broadcom.com> | 2 | From: Dom Cobley <dc4@broadcom.com> |
3 | Date: Tue, 9 Jul 2013 09:26:26 -0400 | 3 | Date: Tue, 9 Jul 2013 09:26:26 -0400 |
4 | Subject: [PATCH 01/18] Allow applications to set next resource handle | 4 | Subject: [PATCH 01/19] Allow applications to set next resource handle |
5 | 5 | ||
6 | This patch adds provisions in userland to | 6 | This patch adds provisions in userland to |
7 | let apps callers set the next rendereing dispmanx resource. | 7 | let apps callers set the next rendereing dispmanx resource. |
@@ -204,5 +204,5 @@ index 8a5734c..51b3580 100644 | |||
204 | 204 | ||
205 | FN(void, eglIntGetColorData_impl, (EGL_SURFACE_ID_T s, KHRN_IMAGE_FORMAT_T format, uint32_t width, uint32_t height, int32_t stride, uint32_t y_offset, void *data)) | 205 | FN(void, eglIntGetColorData_impl, (EGL_SURFACE_ID_T s, KHRN_IMAGE_FORMAT_T format, uint32_t width, uint32_t height, int32_t stride, uint32_t y_offset, void *data)) |
206 | -- | 206 | -- |
207 | 2.21.0 | 207 | 2.22.0 |
208 | 208 | ||