From: Richard Purdie <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
