Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add task to create kernel config fragments
@ 2014-02-16 21:40 João Henrique Ferreira de Freitas
  2014-02-16 21:40 ` [PATCH v2 1/2] kernel-yocto: Add do_diffconfig task João Henrique Ferreira de Freitas
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: João Henrique Ferreira de Freitas @ 2014-02-16 21:40 UTC (permalink / raw)
  To: openembedded-core; +Cc: dvhart

Changes in v2:
   - address Darren
      - task name, using diffconfig
      - except on failure
      - space after ','
      - printing the path to fragment

   - address RP's comments (import os)

Hi,

These patches add a new task called fragmentconfig which should be used
when the user need to extract a diff between two kernel config files.

For instance:

  bitbake -c menuconfig linux-yoco

  [do some changes and save]

  bitbake -c fragmentconfig linux-yocto

See the fragment.cfg in $WORKDIR/fragment.cfg

This closes [YOCTO #3862]

Thanks.

João Henrique Ferreira de Freitas (2):
  kernel-yocto: Add do_diffconfig task
  cml1.bbclass: Add diffconfig task to cml1

 meta/classes/cml1.bbclass         | 33 +++++++++++++++++++++++++++++++++
 meta/classes/kernel-yocto.bbclass |  2 ++
 2 files changed, 35 insertions(+)

-- 
1.8.3.2



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

end of thread, other threads:[~2014-02-18 17:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-16 21:40 [PATCH v2 0/2] Add task to create kernel config fragments João Henrique Ferreira de Freitas
2014-02-16 21:40 ` [PATCH v2 1/2] kernel-yocto: Add do_diffconfig task João Henrique Ferreira de Freitas
2014-02-18 17:54   ` Darren Hart
2014-02-16 21:40 ` [PATCH v2 2/2] cml1.bbclass: Add diffconfig task to cml1 João Henrique Ferreira de Freitas
2014-02-18 17:54   ` Darren Hart
2014-02-17 13:38 ` [PATCH v2 0/2] Add task to create kernel config fragments Otavio Salvador
2014-02-17 14:22   ` João Henrique Freitas
2014-02-17 14:43     ` Otavio Salvador

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