All of lore.kernel.org
 help / color / mirror / Atom feed
From: "beni" <beniaminsandu@gmail.com>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembeded-devel <openembedded-devel@lists.openembedded.org>
Subject: Re: [oe] [meta-oe][PATCH] trace-cmd: create recipe for version 2.9.1
Date: Sat, 28 Nov 2020 09:47:01 +0200	[thread overview]
Message-ID: <CABQJdOEipRgjxYriMNXZsv-uad2oObffRxbevYHJyhF427Ya1g@mail.gmail.com> (raw)
In-Reply-To: <CAMKF1sqeMT6ms-yUVwoj9Sw8YQm+zZAoG+OZkoZ5Xmfx2c5rBg@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2541 bytes --]

Thanks, will check the musl build and send a v2. I can also move those
files to /etc since it is indeed a more common path.

În sâm., 28 nov. 2020 la 00:32, Khem Raj <raj.khem@gmail.com> a scris:

> btw. it failed musl build as well
>
> https://errors.yoctoproject.org/Errors/Details/538865/
>
> It perhaps needs to include sys/types.h somewhere.
>
> On Fri, Nov 27, 2020 at 2:24 PM Khem Raj <raj.khem@gmail.com> wrote:
> >
> > On Fri, Nov 27, 2020 at 1:01 PM Beniamin Sandu <beniaminsandu@gmail.com>
> wrote:
> > >
> > >
> > >
> > > În vin., 27 nov. 2020 la 21:51, Khem Raj <raj.khem@gmail.com> a scris:
> > >>
> > >> On Fri, Nov 27, 2020 at 7:37 AM beni <beniaminsandu@gmail.com> wrote:
> > >> >
> > >> > Signed-off-by: Beniamin Sandu <beniaminsandu@gmail.com>
> > >> > ---
> > >> >  .../recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb  | 16
> ++++++++++++++++
> > >>
> > >>
> > >> Please add it to packagegroup-meta-oe as well.
> > >
> > >
> > > Okay.
> > >>
> > >>
> > >> >  1 file changed, 16 insertions(+)
> > >> >  create mode 100644 meta-oe/recipes-kernel/trace-cmd/
> trace-cmd_2.9.1.bb
> > >> >
> > >> > diff --git a/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb
> b/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb
> > >> > new file mode 100644
> > >> > index 000000000..d9599c046
> > >> > --- /dev/null
> > >> > +++ b/meta-oe/recipes-kernel/trace-cmd/trace-cmd_2.9.1.bb
> > >> > @@ -0,0 +1,16 @@
> > >> > +SUMMARY = "User-space front-end command-line tool for ftrace"
> > >> > +
> > >> > +LICENSE = "GPLv2 & LGPLv2.1"
> > >> > +LIC_FILES_CHKSUM =
> "file://COPYING;md5=873f48a813bded3de6ebc54e6880c4ac"
> > >> > +
> > >> > +SRC_URI = "git://
> git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git;branch=master
> "
> > >> > +SRCREV = "530b1a0caef39466e16bbd49de5afef89656f03f"
> > >> > +
> > >> > +S = "${WORKDIR}/git"
> > >> > +
> > >> > +do_install() {
> > >> > +       oe_runmake DESTDIR=${D} install
> > >> > +}
> > >> > +
> > >> > +FILES_${PN} += "${prefix}/etc \
> > >>
> > >> user ${sysconfdir}
> > >
> > > IIRC ${sysconfdir} points to /etc and I need /usr/etc, I could not
> find anything to point there at a quick glance so I used this.
> >
> > yes that was the question. If the content should be moved to /etc
> > instead of /usr/etc since /usr/etc does not seem to be
> > that common.
> >
> > >>
> > >>
> > >> > +       ${libdir}/traceevent/plugins/"
> > >> > --
> > >> > 2.25.1
> > >> >
> > >> >
> > >> > 
> > >> >
>

[-- Attachment #2: Type: text/html, Size: 4531 bytes --]

      reply	other threads:[~2020-11-28  7:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-27 15:37 [meta-oe][PATCH] trace-cmd: create recipe for version 2.9.1 beni
2020-11-27 19:51 ` [oe] " Khem Raj
2020-11-27 21:01   ` beni
2020-11-27 22:24     ` Khem Raj
2020-11-27 22:31       ` Khem Raj
2020-11-28  7:47         ` beni [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=CABQJdOEipRgjxYriMNXZsv-uad2oObffRxbevYHJyhF427Ya1g@mail.gmail.com \
    --to=beniaminsandu@gmail.com \
    --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.