All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: b-brnich@ti.com
Cc: meta-ti@lists.yoctoproject.org, Ryan Eatmon <reatmon@ti.com>,
	Darren Etheridge <detheridge@ti.com>
Subject: Re: [meta-ti] [scarthgap][PATCH 1/2] ti-bsp: ti-img-encode-decode: Add Recipe for Building VXE-VXD Out-of-Tree Module
Date: Mon, 10 Mar 2025 15:50:56 -0400	[thread overview]
Message-ID: <20250310195056.GR1879@denix.org> (raw)
In-Reply-To: <182A59C7642211D5.31492@lists.yoctoproject.org>

On Thu, Mar 06, 2025 at 06:15:13PM -0500, Denys Dmytriyenko wrote:
> On Thu, Mar 06, 2025 at 02:37:48PM -0600, Brandon Brnich via lists.yoctoproject.org wrote:
> > During 10.0 LTS bringup, the decision was made that it would be the last LTS
> > that carried the IMG VXE and VXD driver in tree. Driver is now hosted on
> > git.ti.com. This recipe is responsible for pulling in the driver,
> > building it, and packaging it within the J721e SDK.
> > 
> > Signed-off-by: Brandon Brnich <b-brnich@ti.com>
> > ---
> > 
> > This build was tested by changing the kernel to point towards latest
> > head that has relevant device tree changes and config options. Build is
> > successful with those changes and no warnings are present.
> > 
> >  .../ti-vxe-vxd-driver_6.12.bb                 | 23 +++++++++++++++++++
> >  1 file changed, 23 insertions(+)
> >  create mode 100644 meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb
> > 
> > diff --git a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb
> > new file mode 100644
> > index 00000000..fa2d3792
> > --- /dev/null
> > +++ b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb
> > @@ -0,0 +1,23 @@
> > +DESCRIPTION =  "Kernel drivers for the VXE384 and D5500 Video Accelerators found in the J721E TI SoC"
> 
> Shorter SUMMARY is missing?
> 
> 
> > +LICENSE = "GPL-2.0-only"
> > +LIC_FILES_CHKSUM = "file://README;beginline=11;endline=12;md5=ad10b552e357ac443ec5dd2e02912b1b"
> > +
> > +inherit module
> > +
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +COMPATIBLE_MACHINE = "j721e"
> > +
> > +DEPENDS += "virtual/kernel"
> > +
> > +BRANCH = "scarthgap/k${PV}"
> > +
> > +SRC_URI = "git://git.ti.com/multimedia/img-vxe-vxd.git;protocol=https;branch=${BRANCH}"

Also, SRC_URI is incorrect - should be git://git.ti.com/git/multimedia/... for 
https access (i.e. one level of /git/ is missing):

WARNING: ti-vxe-vxd-driver-6.12-r0 do_fetch: Failed to fetch URL git://git.ti.com/multimedia/img-vxe-vxd.git;protocol=https;branch=scarthgap/k6.12, attempting MIRRORS if available

Just do this to see other examples in meta-ti:

$ grep 'git://git.ti.com' * -r


> > +
> > +SRCREV = "99d063aa0ef53633057042570411b84bd967624b"
> > +
> > +TARGET_PRODUCT:j721e = "j721e_linux"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +EXTRA_OEMAKE += 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'
> > -- 
> > 2.34.1


  parent reply	other threads:[~2025-03-10 19:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-06 20:37 [scarthgap][PATCH 1/2] ti-bsp: ti-img-encode-decode: Add Recipe for Building VXE-VXD Out-of-Tree Module Brandon Brnich
2025-03-06 20:37 ` [scarthgap][PATCH 2/2] conf: machine: J721e: Add Dependency for IMG Driver Brandon Brnich
2025-03-06 23:15 ` [meta-ti] [scarthgap][PATCH 1/2] ti-bsp: ti-img-encode-decode: Add Recipe for Building VXE-VXD Out-of-Tree Module Denys Dmytriyenko
     [not found] ` <182A59C7642211D5.31492@lists.yoctoproject.org>
2025-03-10 19:50   ` Denys Dmytriyenko [this message]
     [not found]   ` <182B88F400236EE2.13955@lists.yoctoproject.org>
2025-03-10 20:29     ` Denys Dmytriyenko
2025-03-10 20:39       ` Brandon Brnich
2025-03-10 21:14         ` Denys Dmytriyenko
2025-03-11 16:43           ` Ryan Eatmon

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=20250310195056.GR1879@denix.org \
    --to=denis@denix.org \
    --cc=b-brnich@ti.com \
    --cc=detheridge@ti.com \
    --cc=meta-ti@lists.yoctoproject.org \
    --cc=reatmon@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.