[OE-core] [PATCH] documentation: Remove documentation of image_types_uboot.
Tom Rini
trini at konsulko.com
Sun Jul 30 00:17:51 UTC 2017
On Sat, Jul 29, 2017 at 01:08:47PM -0400, drew.moseley at northern.tech wrote:
> From: Drew Moseley <drew.moseley at northern.tech>
>
> This class was removed with commit:
> OE-Core rev: 65f27122950a35a67ce39ae4cfe93d0dca6b0dab
>
> Remove unneeded references to it in documentation.
>
> Signed-off-by: Drew Moseley <drew.moseley at northern.tech>
> ---
> documentation/ref-manual/ref-classes.xml | 9 ---------
> meta-poky/conf/local.conf.sample.extended | 3 ---
> 2 files changed, 12 deletions(-)
>
> diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
> index 1801faf..292deb3 100644
> --- a/documentation/ref-manual/ref-classes.xml
> +++ b/documentation/ref-manual/ref-classes.xml
> @@ -1288,15 +1288,6 @@
> </para>
> </section>
>
> -<section id='ref-classes-image_types_uboot'>
> - <title><filename>image_types_uboot.bbclass</filename></title>
> -
> - <para>
> - The <filename>image_types_uboot</filename> class
> - defines additional image types specifically for the U-Boot bootloader.
> - </para>
> -</section>
> -
> <section id='ref-classes-image-live'>
> <title><filename>image-live.bbclass</filename></title>
This half I have taken care of in a patch to yocto-docs, that will be
applied when the rest of my image related changes land.
> diff --git a/meta-poky/conf/local.conf.sample.extended b/meta-poky/conf/local.conf.sample.extended
> index 0560de8..331fdd1 100644
> --- a/meta-poky/conf/local.conf.sample.extended
> +++ b/meta-poky/conf/local.conf.sample.extended
> @@ -168,9 +168,6 @@
>
> # Additional image generation features
> #
> -# The following is a list of classes to import to use in the generation of images
> -# currently an example class is image_types_uboot
> -# IMAGE_CLASSES = " image_types_uboot"
>
> # The following options will build a companion 'debug filesystem' in addition
> # to the normal deployable filesystem. This companion system allows a
This is poky-centric and still applicable however. Thanks!
--
Tom
More information about the Openembedded-core
mailing list