diff mbox series

[meta-oe,2/2] lvgl: update upstream-status of all patches

Message ID 20240627085256.21526-2-ceggers@arri.de
State Accepted
Headers show
Series [meta-oe,1/2] lvgl: fix version in shared library file name | expand

Commit Message

Christian Eggers June 27, 2024, 8:52 a.m. UTC
All patches have been integrated meanwhile and should appear in the next
release.

Signed-off-by: Christian Eggers <ceggers@arri.de>
---
 ...2-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch | 2 +-
 ...3-Make-fbdev-device-node-runtime-configurable-via-envi.patch | 2 +-
 .../lvgl/files/0004-Factor-out-fbdev-initialization-code.patch  | 2 +-
 .../lvgl/files/0005-Add-DRM-KMS-example-support.patch           | 2 +-
 .../lvgl/files/0006-Add-SDL2-example-support.patch              | 2 +-
 .../0007-fix-cmake-generate-versioned-shared-libraries.patch    | 2 +-
 .../files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch   | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

Comments

Marek Vasut June 27, 2024, 3:59 p.m. UTC | #1
On 6/27/24 10:52 AM, Christian Eggers wrote:
> All patches have been integrated meanwhile and should appear in the next
> release.
> 
> Signed-off-by: Christian Eggers <ceggers@arri.de>
> ---
>   ...2-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch | 2 +-
>   ...3-Make-fbdev-device-node-runtime-configurable-via-envi.patch | 2 +-
>   .../lvgl/files/0004-Factor-out-fbdev-initialization-code.patch  | 2 +-
>   .../lvgl/files/0005-Add-DRM-KMS-example-support.patch           | 2 +-
>   .../lvgl/files/0006-Add-SDL2-example-support.patch              | 2 +-
>   .../0007-fix-cmake-generate-versioned-shared-libraries.patch    | 2 +-
>   .../files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch   | 2 +-
>   7 files changed, 7 insertions(+), 7 deletions(-)

Reviewed-by: Marek Vasut <marex@denx.de>

Thanks !
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/lvgl/files/0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch b/meta-oe/recipes-graphics/lvgl/files/0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch
index bd619b15721d..0bfc3f3e79ec 100644
--- a/meta-oe/recipes-graphics/lvgl/files/0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch
+++ b/meta-oe/recipes-graphics/lvgl/files/0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch
@@ -10,7 +10,7 @@  the case, e.g. the lv_demo_fb uses encoded images which are of type
 LV_IMAGE_SRC_VARIABLE and instead of filename, come with a buffer of
 pixels. Handle the later using SDL_CreateRGBSurfaceFrom().
 
-Upstream-Status: Submitted [https://github.com/lvgl/lvgl/pull/5852]
+Upstream-Status: Backport [b339e67581864b2fb6bb8897735a1e110c324ddc]
 Signed-off-by: Marek Vasut <marex@denx.de>
 ---
  src/draw/sdl/lv_draw_sdl.c | 30 +++++++++++++++++++++++++++---
diff --git a/meta-oe/recipes-graphics/lvgl/files/0003-Make-fbdev-device-node-runtime-configurable-via-envi.patch b/meta-oe/recipes-graphics/lvgl/files/0003-Make-fbdev-device-node-runtime-configurable-via-envi.patch
index 73c01cb5906a..7e542bcfbc0b 100644
--- a/meta-oe/recipes-graphics/lvgl/files/0003-Make-fbdev-device-node-runtime-configurable-via-envi.patch
+++ b/meta-oe/recipes-graphics/lvgl/files/0003-Make-fbdev-device-node-runtime-configurable-via-envi.patch
@@ -9,7 +9,7 @@  case it is, use it as the video card file in lv_linux_fbdev_set_file().
 Otherwise fall back to /dev/fb0, i.e. the current behavior. This way,
 it is possible to test LVGL on systems with multiple fbdev devices.
 
-Upstream-Status: Submitted [https://github.com/lvgl/lv_port_linux_frame_buffer/pull/47]
+Upstream-Status: Backport [a0f03515bd7417a0d100058b133c3e8d69be9451]
 Signed-off-by: Marek Vasut <marex@denx.de>
 ---
  main.c | 8 +++++++-
diff --git a/meta-oe/recipes-graphics/lvgl/files/0004-Factor-out-fbdev-initialization-code.patch b/meta-oe/recipes-graphics/lvgl/files/0004-Factor-out-fbdev-initialization-code.patch
index d24d150c066e..6843af0aabeb 100644
--- a/meta-oe/recipes-graphics/lvgl/files/0004-Factor-out-fbdev-initialization-code.patch
+++ b/meta-oe/recipes-graphics/lvgl/files/0004-Factor-out-fbdev-initialization-code.patch
@@ -8,7 +8,7 @@  around it, so it can be conditionally compiled in. This is done in
 preparation for addition of other backend initialization example
 code.
 
-Upstream-Status: Submitted [https://github.com/lvgl/lv_port_linux_frame_buffer/pull/47]
+Upstream-Status: Backport [a0f03515bd7417a0d100058b133c3e8d69be9451]
 Signed-off-by: Marek Vasut <marex@denx.de>
 ---
  main.c | 18 ++++++++++++++----
diff --git a/meta-oe/recipes-graphics/lvgl/files/0005-Add-DRM-KMS-example-support.patch b/meta-oe/recipes-graphics/lvgl/files/0005-Add-DRM-KMS-example-support.patch
index 9ee7a7f19dda..2d2c4c60f1ac 100644
--- a/meta-oe/recipes-graphics/lvgl/files/0005-Add-DRM-KMS-example-support.patch
+++ b/meta-oe/recipes-graphics/lvgl/files/0005-Add-DRM-KMS-example-support.patch
@@ -13,7 +13,7 @@  To use DRM/KMS support, adjust lv_conf.h as follows:
 LV_USE_LINUX_FBDEV=0
 LV_USE_LINUX_DRM=1
 
-Upstream-Status: Submitted [https://github.com/lvgl/lv_port_linux_frame_buffer/pull/47]
+Upstream-Status: Backport [a0f03515bd7417a0d100058b133c3e8d69be9451]
 Signed-off-by: Marek Vasut <marex@denx.de>
 ---
  CMakeLists.txt | 5 ++++-
diff --git a/meta-oe/recipes-graphics/lvgl/files/0006-Add-SDL2-example-support.patch b/meta-oe/recipes-graphics/lvgl/files/0006-Add-SDL2-example-support.patch
index 691ee80b59aa..cfb6c6e817c5 100644
--- a/meta-oe/recipes-graphics/lvgl/files/0006-Add-SDL2-example-support.patch
+++ b/meta-oe/recipes-graphics/lvgl/files/0006-Add-SDL2-example-support.patch
@@ -22,7 +22,7 @@  LV_USE_LINUX_FBDEV=0
 LV_USE_LINUX_DRM=0
 LV_USE_SDL=1
 
-Upstream-Status: Submitted [https://github.com/lvgl/lv_port_linux_frame_buffer/pull/47]
+Upstream-Status: Backport [a0f03515bd7417a0d100058b133c3e8d69be9451]
 Signed-off-by: Marek Vasut <marex@denx.de>
 ---
  CMakeLists.txt | 6 +++++-
diff --git a/meta-oe/recipes-graphics/lvgl/files/0007-fix-cmake-generate-versioned-shared-libraries.patch b/meta-oe/recipes-graphics/lvgl/files/0007-fix-cmake-generate-versioned-shared-libraries.patch
index 64468313a312..f5d39396fc5c 100644
--- a/meta-oe/recipes-graphics/lvgl/files/0007-fix-cmake-generate-versioned-shared-libraries.patch
+++ b/meta-oe/recipes-graphics/lvgl/files/0007-fix-cmake-generate-versioned-shared-libraries.patch
@@ -10,7 +10,7 @@  to make cmake add the version suffix to generated shared libraries. That
 changes the filename to liblvgl.so.9.1.0 and includes symlink with major
 ABI version, i.e. liblvgl.so.9 .
 
-Upstream-Status: Submitted [https://github.com/lvgl/lvgl/pull/5865]
+Upstream-Status: Backport [2c469279f53f9dee63d71295c6058749bc87ce73]
 Signed-off-by: Marek Vasut <marex@denx.de>
 ---
  env_support/cmake/custom.cmake | 11 +++++++++++
diff --git a/meta-oe/recipes-graphics/lvgl/files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch b/meta-oe/recipes-graphics/lvgl/files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch
index 449db53dfbf0..5cafb41d563f 100644
--- a/meta-oe/recipes-graphics/lvgl/files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch
+++ b/meta-oe/recipes-graphics/lvgl/files/0008-fix-fbdev-set-resolution-prior-to-buffer.patch
@@ -6,7 +6,7 @@  Subject: [PATCH] fix(fbdev): set resolution prior to buffer
 Otherwise it ends up with using the default value 800x480 and may fail
 at lv_display_set_buffers due to incorrect resolution.
 
-Upstream-Status: Submitted [https://github.com/lvgl/lvgl/pull/6004]
+Upstream-Status: Backport [29662d1c357c15135d076a2a924b9ef056c82120]
 Signed-off-by: Jaeyoon Jung <jaeyoon.jung@lge.com>
 ---