All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
To: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: FILES_${PN} packaging and wildcarded exclusions
Date: Tue, 04 Mar 2014 10:10:13 +0000	[thread overview]
Message-ID: <5315A685.5070702@dynamicdevices.co.uk> (raw)

Hi,

I'm trying to understand how to cleanly extend FILES${PN} to include
files that are staged and need to be packaged

If I start with something like

FILES_${PN} += " \
${libdir}/mono/gac/policy.0.2.Mono.Addins/0.0.0.0__0738eb9f132ed756/* \
${libdir}/mono/gac/policy.0.2.Mono.Addins.Setup/0.0.0.0__0738eb9f132ed756/*
\
${libdir}/mono/gac/policy.0.6.Mono.Addins.CecilReflector/0.0.0.0__0738eb9f132ed756/*
\
${libdir}/mono/gac/policy.0.6.Mono.Addins.Gui/0.0.0.0__0738eb9f132ed756/* \
<snip/>

I seem to be able to clean that up a bit to

FILES_${PN} += " \
${libdir}/mono/gac/*/*/* \
<snip/>

What I'd like to do is to be able to represent "all files excepting
files ending with .mdb", for example, as I want to add those to a
${PN}-dbg package.

I was wondering if there's a syntax I can use within FILES_${PN} to
achieve that cleanly?

Thanks,

Alex




             reply	other threads:[~2014-03-04 10:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-04 10:10 Alex J Lennon [this message]
2014-03-04 11:01 ` FILES_${PN} packaging and wildcarded exclusions Paul Eggleton
2014-03-04 11:05   ` Alex J Lennon
2014-03-04 11:14     ` Paul Eggleton

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=5315A685.5070702@dynamicdevices.co.uk \
    --to=ajlennon@dynamicdevices.co.uk \
    --cc=yocto@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 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.