[OE-core] [PATCH v2 0/2] Add task to create kernel config fragments

João Henrique Ferreira de Freitas joaohf at gmail.com
Sun Feb 16 21:40:56 UTC 2014


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




More information about the Openembedded-core mailing list