From f5ac239a92630095121b906a0e1c3002239465c1 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Sat, 25 Oct 2025 05:17:48 +0200 Subject: [PATCH] lvgl: Disable building demos and examples There are no reasons to build the demos and examples for the dynamic lvgl library. Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/lvgl/files/defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-graphics/lvgl/files/defconfig b/meta-oe/recipes-graphics/lvgl/files/defconfig index 1f42f11f7a..088b2369e9 100644 --- a/meta-oe/recipes-graphics/lvgl/files/defconfig +++ b/meta-oe/recipes-graphics/lvgl/files/defconfig @@ -1 +1,3 @@ CONFIG_LV_COLOR_DEPTH_32=y +# CONFIG_LV_BUILD_EXAMPLES is not set +# CONFIG_LV_BUILD_DEMOS is not set