diff mbox series

[meta-oe,2/2] lvgl-demo-fb: Update to 9.5.0

Message ID 20260629132844.2894190-5-Adam.X.Nilsson@axis.com
State Under Review
Headers show
Series [meta-oe,1/2] lvgl: Update to 9.5.0 | expand

Commit Message

Adam Nilsson June 29, 2026, 1:28 p.m. UTC
From: Adam x Nilsson <Adam.x.Nilsson@axis.com>

Signed-off-by: Adam Nilsson <Adam.X.Nilsson@axis.com>
---
 .../lvgl/{lvgl-demo-fb_9.4.0.bb => lvgl-demo-fb_9.5.0.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-graphics/lvgl/{lvgl-demo-fb_9.4.0.bb => lvgl-demo-fb_9.5.0.bb} (76%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.4.0.bb b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.5.0.bb
similarity index 76%
rename from meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.4.0.bb
rename to meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.5.0.bb
index 660031b68f..02ef8ed4a7 100644
--- a/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.4.0.bb
+++ b/meta-oe/recipes-graphics/lvgl/lvgl-demo-fb_9.5.0.bb
@@ -10,12 +10,12 @@  DEPENDS = "python3-pcpp-native"
 PV .= "+git"

 SRC_URI = "\
-    git://github.com/lvgl/lv_port_linux_frame_buffer.git;protocol=https;branch=release/v9.4;name=demo \
-    git://github.com/lvgl/lvgl;protocol=https;branch=release/v9.4;tag=v9.4.0;name=lvgl;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/lvgl \
+    git://github.com/lvgl/lv_port_linux_frame_buffer.git;protocol=https;branch=release/v9.5;name=demo \
+    git://github.com/lvgl/lvgl;protocol=https;branch=release/v9.5;tag=v9.5.0;name=lvgl;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/lvgl \
 "

-SRCREV_demo = "71050624acd8a52ab7d365d0d12acf9bf5fe41db"
-SRCREV_lvgl = "c016f72d4c125098287be5e83c0f1abed4706ee5"
+SRCREV_demo = "045137cf0fa1781483cb796261a11b5eb21e99d9"
+SRCREV_lvgl = "85aa60d18b3d5e5588d7b247abf90198f07c8a63"
 SRCREV_FORMAT = "demo_lvgl"

 inherit cmake pkgconfig