From: Anders Darander <anders@chargestorm.se>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 0/1] Remove exported KERNEL_SOURCE
Date: Wed, 6 Jul 2011 08:41:29 +0200 [thread overview]
Message-ID: <201107060841.29809.anders@chargestorm.se> (raw)
In-Reply-To: <cover.1309877488.git.anders@chargestorm.se>
* Anders Darander Anders Darander <anders@chargestorm.se> [07/05/11 04:52 PM]:
> Remove KERNEL-SOURCE as an exported variable.
> When building an external module the
> STAGING_KERNEL_DIR variable can justbas well be used in
> the module recipe.
There is an alternative solution, which is to instead of removing the line
export KERNEL_SOURCE = "${@base_read_file('${STAGING_KERNEL_DIR}/kernel-
source')}"
replace it with something like:
export KERNEL_SOURCE = "${STAGING_KERNEL_DIR}"
The only benefit from that solution is to prevent breaking of recipes when
moving from oe.dev to oe-core. However, I prefer the original solution as we
otherwise would have more redundant variables.
Regards,
Anders
next prev parent reply other threads:[~2011-07-06 6:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-05 14:52 [PATCH 0/1] Remove exported KERNEL_SOURCE Anders Darander
2011-07-05 14:55 ` [PATCH 1/1] module-base: remove KERNEL-SOURCE Anders Darander
2011-07-07 10:11 ` Richard Purdie
2011-07-06 6:41 ` Anders Darander [this message]
2011-07-07 10:12 ` [PATCH 0/1] Remove exported KERNEL_SOURCE Richard Purdie
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=201107060841.29809.anders@chargestorm.se \
--to=anders@chargestorm.se \
--cc=openembedded-core@lists.openembedded.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.