mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] Docu for "fixup" rules
Date: Fri, 19 Jun 2020 07:49:38 +0200	[thread overview]
Message-ID: <20200619054938.GE9312@pengutronix.de> (raw)
In-Reply-To: <20200615085740.b4esrkndguknndsd@pengutronix.de>

On Mon, Jun 15, 2020 at 10:57:40AM +0200, Roland Hieber wrote:
> On Sat, Jun 13, 2020 at 01:01:39PM +0200, Ariel Garcia wrote:
> > using the hint from this discussion
> > 	https://www.mail-archive.com/ptxdist@pengutronix.de/msg16103.html
> > 
> > i would like to add a "rules/post/kernel-fixup.make"
> > kind of rule file to "extend" the rule run when i execute
> > 	ptxdist clean kernel
> > 
> > But i don't find any info regarding pre/post rule files in the official docu/
> > reference manual.
> > 
> > Any hint is really appreciated, thanks, Ariel
> 
> The makefiles in rules/pre are evaluated before any other in rules/, and
> contain all macro and variable definitions that should be available for
> rule files.
> 
> The files in rules/post are evaluated last, so you can e.g.  override
> makefiles and menu entries from upstream PTXdist in your BSP without
> needing to forking the whole rule file.
> 
> All files are evaluated in lexical order, but other than that, the file
> name is not important for functionality.
> 
> I don't think there's any more magic to it :)

Also, this is pure make, so the you can only do, what is supported by the
make syntax.

'ptxdist clean kernel' is defined by a make target and those cannot be
extended and overwriting produces a warning.
So in this case you need to copy rules/kernel.make into your BSP and modify
it. This will replace the on in PTXdist and avoid this warning.

Michael

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

      reply	other threads:[~2020-06-19  5:49 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-13 11:01 Ariel Garcia
2020-06-15  8:57 ` Roland Hieber
2020-06-19  5:49   ` Michael Olbrich [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=20200619054938.GE9312@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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