[yocto] [meta-cgl][PATCH 2/2] distro: define a cgl distro type

Khem Raj raj.khem at gmail.com
Wed May 28 22:08:14 PDT 2014


On Wed, May 28, 2014 at 7:11 PM, Joe MacDonald <joe at deserted.net> wrote:
> A CGL image is different enough from other images that it can sensibly be
> considered a different DISTRO type.  It's been possible thus far to
> piggy-back on 'poky' but recent changes in the base layer make it a
> reasonable time to create a full distro for CGL.

how is meta-cgl qualified I assume its a feature layer and mow you are
adding a distro policies to it making it a distro layer. May be you
should have two layers underneath meta-cgl now.

>
> Signed-off-by: Joe MacDonald <joe at deserted.net>
> ---
>  conf/distro/poky-cgl.conf |    6 ++++++
>  1 file changed, 6 insertions(+)
>  create mode 100644 conf/distro/poky-cgl.conf
>
> diff --git a/conf/distro/poky-cgl.conf b/conf/distro/poky-cgl.conf
> new file mode 100644
> index 0000000..ccc2b90
> --- /dev/null
> +++ b/conf/distro/poky-cgl.conf
> @@ -0,0 +1,6 @@
> +require conf/distro/poky.conf
> +require conf/distro/poky-lsb.conf
> +
> +DISTRO = "poky-cgl"
> +
> +DISTRO_FEATURES_append = " pam selinux"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list