diff options
| author | Christian Eggers <ceggers@arri.de> | 2024-06-27 10:52:56 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-06-28 11:22:05 -0700 |
| commit | 4cdf731c3f651bbce25d65bf71eda54eacbe5dc4 (patch) | |
| tree | af979e0615dcaa40c26ab9ea68dae9362a3d59e9 /meta-oe/recipes-graphics/lvgl/files/0004-Factor-out-fbdev-initialization-code.patch | |
| parent | fbf1dd7913e0bab996eebc8e93b82b83d39bc7a6 (diff) | |
| download | meta-openembedded-4cdf731c3f651bbce25d65bf71eda54eacbe5dc4.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-graphics/lvgl/files/0004-Factor-out-fbdev-initialization-code.patch')
| -rw-r--r-- | meta-oe/recipes-graphics/lvgl/files/0004-Factor-out-fbdev-initialization-code.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 d24d150c06..6843af0aab 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 | |||
| 8 | preparation for addition of other backend initialization example | 8 | preparation for addition of other backend initialization example |
| 9 | code. | 9 | code. |
| 10 | 10 | ||
| 11 | Upstream-Status: Submitted [https://github.com/lvgl/lv_port_linux_frame_buffer/pull/47] | 11 | Upstream-Status: Backport [a0f03515bd7417a0d100058b133c3e8d69be9451] |
| 12 | Signed-off-by: Marek Vasut <marex@denx.de> | 12 | Signed-off-by: Marek Vasut <marex@denx.de> |
| 13 | --- | 13 | --- |
| 14 | main.c | 18 ++++++++++++++---- | 14 | main.c | 18 ++++++++++++++---- |
