mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
lvgl: update upstream-status of all patches
All patches have been integrated meanwhile and should appear in the next release. Signed-off-by: Christian Eggers <ceggers@arri.de> Reviewed-by: Marek Vasut <marex@denx.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
fbf1dd7913
commit
4cdf731c3f
+1
-1
@@ -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 +++++++++++++++++++++++++++---
|
||||
|
||||
+1
-1
@@ -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 +++++++-
|
||||
|
||||
@@ -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 ++++++++++++++----
|
||||
|
||||
@@ -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 ++++-
|
||||
|
||||
@@ -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 +++++-
|
||||
|
||||
+1
-1
@@ -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 +++++++++++
|
||||
|
||||
+1
-1
@@ -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>
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user