On 3/14/24 8:21 PM, Christophe Chapuis wrote:
* Fix a typo in the first sed instruction,
   and therefore the #if 0 is never changed
   to #if 1 at the beginning of lv_conf.h.

* Add an install append to copy the generated
   lv_conf.h as part of the lvgl package, so that
   it will be found and used by the recipes that
   want to use lvgl.

I'd probably split this in two patches.

Signed-off-by: Christophe Chapuis <[email protected]>
---
  meta-oe/recipes-graphics/lvgl/lv-conf.inc | 7 ++++++-
  1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/lvgl/lv-conf.inc 
b/meta-oe/recipes-graphics/lvgl/lv-conf.inc
index cb676ac62..cd14412e1 100644
--- a/meta-oe/recipes-graphics/lvgl/lv-conf.inc
+++ b/meta-oe/recipes-graphics/lvgl/lv-conf.inc
@@ -24,7 +24,7 @@ do_configure:append() {
      # If there is a configuration template, start from that
      [ -r "${S}/lv_conf_template.h" ] && cp -Lv "${S}/lv_conf_template.h" 
"${S}/lv_conf.h"
- sed -e "s|#if 0 .*Set it to \"1\" to enable the content.*|#if 1 // Enabled by ${PN}|g" \
+    sed -e "s|#if 0 .*Set it to \"1\" to enable content.*|#if 1 // Enabled by 
${PN}|g" \

Uh, the lv_demo_fb has this unconditionally enabled, so I never spotted this, thanks for finding and fixing it.

Reviewed-by: Marek Vasut <[email protected]>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#109322): 
https://lists.openembedded.org/g/openembedded-devel/message/109322
Mute This Topic: https://lists.openembedded.org/mt/104933489/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to