yocto.lists.yoctoproject.org archive mirror
 help / color / mirror / Atom feed
From: Ross Burton <Ross.Burton@arm.com>
To: "mahendrasondagar08@gmail.com" <mahendrasondagar08@gmail.com>
Cc: Yocto-mailing-list <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] new recipe file to extract the tar.gz in to root directory #hardknott
Date: Tue, 6 Jun 2023 09:34:52 +0000	[thread overview]
Message-ID: <C576B802-6207-4CF1-B547-F02AC83748DD@arm.com> (raw)
In-Reply-To: <rC1u.1685987229179457557.GJiP@lists.yoctoproject.org>

On 5 Jun 2023, at 18:47, Mahendra Sondagar via lists.yoctoproject.org <mahendrasondagar08=gmail.com@lists.yoctoproject.org> wrote:
> FILESEXTRAPATHS_prepend := "${THISDIR}/files:"

This is only needed in bbappends.

> LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

Ideally this points at a license statement inside your tarballs.

> do_unpack() {
>     # Extract the tar.gz file
>     tar -xf ${WORKDIR}/eyesite.tar.gz -C ${WORKDIR}
> }

Why are you manually unpacking the tarball? Delete this and let the default unpack handle this, setting S as appropriate depending on the content of the tarball.

Ross

      reply	other threads:[~2023-06-06  9:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-05 17:47 new recipe file to extract the tar.gz in to root directory #hardknott Mahendra Sondagar
2023-06-06  9:34 ` Ross Burton [this message]

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=C576B802-6207-4CF1-B547-F02AC83748DD@arm.com \
    --to=ross.burton@arm.com \
    --cc=mahendrasondagar08@gmail.com \
    --cc=yocto@lists.yoctoproject.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).