From: Ian Abbott <abbotti@mev.co.uk>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] template-src-linux-driver: Only install driver if selected
Date: Thu, 13 Dec 2018 12:02:37 +0000 [thread overview]
Message-ID: <083b4e7e-b17c-0347-9dea-690ca4a86473@mev.co.uk> (raw)
In-Reply-To: <20181212111846.zb3kxfs6jsc5rgef@pengutronix.de>
On 12/12/2018 11:18, Michael Olbrich wrote:
> On Wed, Dec 12, 2018 at 10:42:38AM +0000, Ian Abbott wrote:
>> If a local package "foo-mod" for a Linux kernel module is selected by a
>> local tristate configuration option PTXCONF_FOO_MOD, then based on the
>> template for Linux drivers, it would include the following in its
>> foo-mod.make file:
>>
>> ifdef PTXCONF_FOO_MOD
>> $(STATEDIR)/kernel.targetinstall.post: $(STATEDIR)/foo-mod.targetinstall
>> endif
>>
>> However, this rule will be invoked even if the PTXCONF_FOO_MOD option
>> has been configured with the tristate option 'm' and has not been
>> changed to 'y' by a selected_collectionconfig. This causes the Linux
>> kernel module to be built and installed unintentionally. To prevent
>> that happening, the above lines in the foo-mod.make file can be changed
>> as follows (only the conditional test is changed):
>>
>> ifeq ($(PTXCONF_FOO_MOD),y)
>> $(STATEDIR)/kernel.targetinstall.post: $(STATEDIR)/foo-mod.targetinstall
>> endif
>>
>> This patch changes the template for Linux driver packages in accordance
>> with the above change.
>
> No, this break building if PTXCONF_FOO_MOD=m and no collection is selected.
>
> Untested:
>
> ifneq ($(filter foo-mod,$(PTX_PACKAGES_SELECTED)),)
>
> Michael
Thanks Michael. I tested your change with and without a
selected_collectionconfig and it works. I'll submit a v2 patch
incorporating your change.
--
-=( Ian Abbott <abbotti@mev.co.uk> || Web: www.mev.co.uk )=-
-=( MEV Ltd. is a company registered in England & Wales. )=-
-=( Registered number: 02862268. Registered address: )=-
-=( 15 West Park Road, Bramhall, STOCKPORT, SK7 3JZ, UK. )=-
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2018-12-13 12:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-12 10:42 Ian Abbott
2018-12-12 11:18 ` Michael Olbrich
2018-12-13 12:02 ` Ian Abbott [this message]
2018-12-13 12:07 ` [ptxdist] [PATCH v2] " Ian Abbott
2019-01-18 17:37 ` Ian Abbott
2019-01-18 20:18 ` Ian Abbott
2019-01-21 8:02 ` Michael Olbrich
2019-01-21 11:19 ` Ian Abbott
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=083b4e7e-b17c-0347-9dea-690ca4a86473@mev.co.uk \
--to=abbotti@mev.co.uk \
--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