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

Joe MacDonald joe at deserted.net
Wed May 28 19:11:13 PDT 2014


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.

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




More information about the yocto mailing list