All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: Christophe Chapuis <chris.chapuis@gmail.com>,
	openembedded-devel@lists.openembedded.org
Cc: Khem Raj <raj.khem@gmail.com>, Fabio Estevam <festevam@denx.de>
Subject: Re: [meta-oe][PATCH v4 2/7] lvgl: install lv_conf.h
Date: Sat, 16 Mar 2024 21:41:19 +0100	[thread overview]
Message-ID: <45896e1f-31db-4e3c-bd4d-1741eb6647e3@denx.de> (raw)
In-Reply-To: <20240316100056.409758-2-chris.chapuis@gmail.com>

On 3/16/24 11:00 AM, Christophe Chapuis wrote:
> 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.
> 
> Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com>
> ---
>   meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb b/meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb
> index b84fc5a3d..58053d830 100644
> --- a/meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb
> +++ b/meta-oe/recipes-graphics/lvgl/lvgl_9.0.0.bb
> @@ -26,6 +26,11 @@ ALLOW_EMPTY:${PN} = "1"
>   PACKAGECONFIG ??= "drm"
>   require lv-conf.inc
>   
> +do_install:append() {
> +    install -d "${D}${includedir}/${PN}"
> +    install -m 0644 "${S}/lv_conf.h" "${D}${includedir}/${PN}/lv_conf.h"
> +}

Reviewed-by: Marek Vasut <marex@denx.de>


  reply	other threads:[~2024-03-16 21:09 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-16 10:00 [meta-oe][PATCH v4 1/7] lvgl: fix typo in lv-conf.inc Christophe Chapuis
2024-03-16 10:00 ` [meta-oe][PATCH v4 2/7] lvgl: install lv_conf.h Christophe Chapuis
2024-03-16 20:41   ` Marek Vasut [this message]
2024-03-16 10:00 ` [meta-oe][PATCH v4 3/7] lvgl: remove useless FILES include Christophe Chapuis
2024-03-16 20:41   ` Marek Vasut
2024-03-16 10:00 ` [meta-oe][PATCH v4 4/7] lvgl: cleanup sed instructions in lv-conf.inc Christophe Chapuis
2024-03-16 20:43   ` Marek Vasut
2024-03-16 10:00 ` [meta-oe][PATCH v4 5/7] lvgl: add more variables to lv-conf.inc Christophe Chapuis
2024-03-16 20:45   ` Marek Vasut
2024-03-16 10:00 ` [meta-oe][PATCH v4 6/7] lvgl: fix libdrm include Christophe Chapuis
2024-03-16 16:08   ` Khem Raj
2024-03-16 16:17     ` Christophe Chapuis
2024-03-16 16:30       ` Khem Raj
2024-03-16 20:42   ` Marek Vasut
2024-03-16 21:55     ` Christophe Chapuis
2024-03-17  5:44       ` Marek Vasut
2024-03-17  7:46         ` [oe] " Martin Jansa
2024-03-17 16:02           ` Marek Vasut
2024-03-16 10:00 ` [meta-oe][PATCH v4 7/7] lvgl: lv-conf.inc: generalize sed instructions Christophe Chapuis
2024-03-16 20:44   ` Marek Vasut
2024-03-18 13:10   ` [oe] " Peter Kjellerstedt
2024-03-18 14:01     ` Marek Vasut
2024-03-18 15:42       ` Christophe Chapuis
2024-03-18 21:59         ` Marek Vasut
2024-03-21 20:49           ` Peter Kjellerstedt
2024-03-16 20:41 ` [meta-oe][PATCH v4 1/7] lvgl: fix typo in lv-conf.inc Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45896e1f-31db-4e3c-bd4d-1741eb6647e3@denx.de \
    --to=marex@denx.de \
    --cc=chris.chapuis@gmail.com \
    --cc=festevam@denx.de \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.