[OE-core] [PATCH 0/2] Split IMAGE* variables into a separate class

Richard Purdie richard.purdie at linuxfoundation.org
Thu Mar 24 14:49:29 UTC 2011


From: Richard Purdie <richard.purdie at linuxfoundation.org>

These patches split the IMAGE* variables out into a separate class
to improve readabilty. The patch descriptions themselves have the details.

Pull URL: git://git.openembedded.org/openembedded-core-contrib
  Branch: rpurdie/imagetypes
  Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rpurdie/imagetypes

Thanks,
    Richard Purdie <richard.purdie at linuxfoundation.org>
---


Richard Purdie (2):
  bitbake.conf/image.bbclass: Move image type information into
    image_types.bbclass
  image_types.bbclass: Drop IMAGE_EXTRA_OPTION in favour of the more
    standard EXTRA_IMAGECMD

 meta/classes/image.bbclass       |   22 +---------
 meta/classes/image_types.bbclass |   86 ++++++++++++++++++++++++++++++++++++++
 meta/conf/bitbake.conf           |   44 -------------------
 3 files changed, 87 insertions(+), 65 deletions(-)
 create mode 100644 meta/classes/image_types.bbclass

-- 
1.7.4.1





More information about the Openembedded-core mailing list