diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-07-13 14:01:29 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-07-14 17:16:50 +0100 |
commit | 497a90a220086c1b23f6bd53a502adfa7bb060b9 (patch) | |
tree | b22c1227ce2d068d1825aa659d3330383d9cdc8a /recipes-graphics/userland/files/0007-initialize-front-back-wayland-buffers.patch | |
parent | 372dc40ae390afa3d586e641952b5e639edefb8e (diff) | |
download | meta-raspberrypi-497a90a220086c1b23f6bd53a502adfa7bb060b9.tar.gz |
userland: Update to 2020-06-24 top commit
Forward port patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/files/0007-initialize-front-back-wayland-buffers.patch')
-rw-r--r-- | recipes-graphics/userland/files/0007-initialize-front-back-wayland-buffers.patch | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-graphics/userland/files/0007-initialize-front-back-wayland-buffers.patch b/recipes-graphics/userland/files/0007-initialize-front-back-wayland-buffers.patch index 0494e6e..d964ed5 100644 --- a/recipes-graphics/userland/files/0007-initialize-front-back-wayland-buffers.patch +++ b/recipes-graphics/userland/files/0007-initialize-front-back-wayland-buffers.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 9159eff795a8ef3be0b3bfd554ef1aa23340884d Mon Sep 17 00:00:00 2001 | 1 | From 7f7e5b87104134b6710985c5f1c5936a59cccc98 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sat, 6 Feb 2016 11:11:41 -0800 | 3 | Date: Sat, 6 Feb 2016 11:11:41 -0800 |
4 | Subject: [PATCH] initialize front back wayland buffers | 4 | Subject: [PATCH 07/21] initialize front back wayland buffers |
5 | 5 | ||
6 | origins from metrological wayland support | 6 | origins from metrological wayland support |
7 | 7 | ||
@@ -29,3 +29,6 @@ index 1f923d9..9a9582c 100644 | |||
29 | resource = DISPMANX_NO_HANDLE; | 29 | resource = DISPMANX_NO_HANDLE; |
30 | } | 30 | } |
31 | #endif | 31 | #endif |
32 | -- | ||
33 | 2.27.0 | ||
34 | |||