Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] devtool: create kernel config fragment
@ 2016-02-18 14:18 Markus Lehtonen
  2016-02-18 14:18 ` [PATCH v2 1/2] devtool: sync: update kernel config Markus Lehtonen
  2016-02-18 14:18 ` [PATCH v2 2/2] devtool: update-recipe: create config fragment Markus Lehtonen
  0 siblings, 2 replies; 5+ messages in thread
From: Markus Lehtonen @ 2016-02-18 14:18 UTC (permalink / raw)
  To: openembedded-core

Second iteration of rudimentary support for creating kernel config fragments
with devtool.  When doing 'update-recipe' devtool diffs .config.baseline and
.config (under ${S}) and creates/upates a config fragment which is added to
SRC_URI of the recipe. Unlike the in the first version of this patchset,
${S}/.config is now just a symlink to ${B}/.config. This way we only maintain
one copy of the config but it also means that the config is lost if ${B} is
cleaned.

[YOCTO #8999]

The following changes since commit 10351d2e7ab27d0f0311c491b70d0f0056a8f76b:

  pulseaudio: 6.0 -> 8.0 (2016-02-18 07:39:23 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib marquiz/devtool/kernel

for you to fetch changes up to 08dcad8878e8715f29ff9b63c65f3e9c177117a4:

  devtool: update-recipe: create config fragment (2016-02-18 15:53:07 +0200)


Markus Lehtonen (2):
  devtool: sync: update kernel config
  devtool: update-recipe: create config fragment

 scripts/lib/devtool/standard.py | 62 +++++++++++++++++++++++++++++++++++++++--
 1 file changed, 60 insertions(+), 2 deletions(-)

-- 
2.6.2



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-02-19  9:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18 14:18 [PATCH v2 0/2] devtool: create kernel config fragment Markus Lehtonen
2016-02-18 14:18 ` [PATCH v2 1/2] devtool: sync: update kernel config Markus Lehtonen
2016-02-18 14:18 ` [PATCH v2 2/2] devtool: update-recipe: create config fragment Markus Lehtonen
2016-02-18 15:19   ` Christopher Larson
2016-02-19  9:21     ` Markus Lehtonen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox