All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: j-luthra@ti.com
Cc: meta-arago@lists.yoctoproject.org, Ryan Eatmon <reatmon@ti.com>,
	Denys Dmytriyenko <denys@konsulko.com>,
	Gyan Gupta <g-gupta@ti.com>,
	Sai Sree Kartheek Adivi <s-adivi@ti.com>,
	Chirag Shilwant <c-shilwant@ti.com>,
	Devarsh Thakkar <devarsht@ti.com>
Subject: Re: [meta-arago] [master/kirkstone][PATCH 3/3] meta-arago-distro: Package libcamera in tisdk
Date: Wed, 5 Jul 2023 19:16:34 -0400	[thread overview]
Message-ID: <20230705231634.GB1518@denix.org> (raw)
In-Reply-To: <20230705130928.1201894-3-j-luthra@ti.com>

On Wed, Jul 05, 2023 at 06:39:28PM +0530, Jai Luthra via lists.yoctoproject.org wrote:
> Libcamera is useful for testing simple camera pipelines, without
> requiring manual configuration of media graph for all v4l2-subdevs.
> 
> Enable it for TISDK images, along with the optional libcamerasrc

typo - libcamersrc?


> gstreamer plugin package.
> 
> Signed-off-by: Jai Luthra <j-luthra@ti.com>
> ---
>  meta-arago-distro/conf/distro/arago.conf                       | 3 +++
>  .../packagegroups/packagegroup-arago-tisdk-multimedia.bb       | 2 ++
>  2 files changed, 5 insertions(+)
> 
> diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
> index e0087ab7..bb074478 100644
> --- a/meta-arago-distro/conf/distro/arago.conf
> +++ b/meta-arago-distro/conf/distro/arago.conf
> @@ -128,6 +128,9 @@ PACKAGECONFIG:append:pn-gstreamer1.0 = " tracer-hooks"
>  # Enable kmssink in gstreamer
>  PACKAGECONFIG:append:pn-gstreamer1.0-plugins-bad = " kms"
>  
> +# Enable gstreamer plugin for libcamera
> +PACKAGECONFIG:append:pn-libcamera = " gst"
> +
>  # Disable pulseaudio routing in alsa by default
>  PACKAGECONFIG:remove:pn-alsa-plugins = "pulseaudio"
>  RDEPENDS:pulseaudio-server:remove = "alsa-plugins-pulseaudio-conf"
> diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb
> index d06fbb6f..b4148882 100644
> --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb
> +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb
> @@ -8,6 +8,8 @@ inherit packagegroup
>  
>  MULTIMEDIA = " \
>      amsdk-av-files \
> +    libcamera \
> +    libcamera-gst \
>  "
>  
>  MULTIMEDIA:omapl138 = ""
> -- 
> 2.41.0


  reply	other threads:[~2023-07-05 23:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-05 13:09 [master/kirkstone][PATCH 1/3] libcamera: Add recipe for v0.0.5 Jai Luthra
2023-07-05 13:09 ` [master/kirkstone][PATCH 2/3] libcamera: Add support for TI CSI-RX Jai Luthra
2023-07-05 23:14   ` [meta-arago] " Denys Dmytriyenko
2023-07-05 23:49     ` Ryan Eatmon
2023-07-06  3:39     ` Jai Luthra
2023-07-05 13:09 ` [master/kirkstone][PATCH 3/3] meta-arago-distro: Package libcamera in tisdk Jai Luthra
2023-07-05 23:16   ` Denys Dmytriyenko [this message]
2023-07-06  3:43     ` [meta-arago] " Jai Luthra
2023-07-06  3:57       ` Denys Dmytriyenko

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=20230705231634.GB1518@denix.org \
    --to=denis@denix.org \
    --cc=c-shilwant@ti.com \
    --cc=denys@konsulko.com \
    --cc=devarsht@ti.com \
    --cc=g-gupta@ti.com \
    --cc=j-luthra@ti.com \
    --cc=meta-arago@lists.yoctoproject.org \
    --cc=reatmon@ti.com \
    --cc=s-adivi@ti.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.