From 60f9d69e016b11c468c98ea75ba0a60c44afbbc4 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 17 Aug 2016 14:31:25 -0500 Subject: yocto-poky: Move to import-layers subdir We are going to import additional layers, so create a subdir to hold all of the layers that we import with git-subtree. Change-Id: I6f732153a22be8ca663035c518837e3cc5ec0799 Signed-off-by: Patrick Williams --- .../yocto-poky/meta-poky/conf/distro/poky-bleeding.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 import-layers/yocto-poky/meta-poky/conf/distro/poky-bleeding.conf (limited to 'import-layers/yocto-poky/meta-poky/conf/distro/poky-bleeding.conf') diff --git a/import-layers/yocto-poky/meta-poky/conf/distro/poky-bleeding.conf b/import-layers/yocto-poky/meta-poky/conf/distro/poky-bleeding.conf new file mode 100644 index 000000000..2d3e046a4 --- /dev/null +++ b/import-layers/yocto-poky/meta-poky/conf/distro/poky-bleeding.conf @@ -0,0 +1,11 @@ +PREFERRED_VERSION_glib-2.0 ?= "2.17.4" +PREFERRED_VERSION_glib-2.0-native ?= "2.17.4" +PREFERRED_VERSION_atk ?= "1.22.0" +PREFERRED_VERSION_pango ?= "1.21.2" +PREFERRED_VERSION_gtk+ ?= "2.13.3" + +require conf/distro/include/poky-floating-revisions.inc +require conf/distro/poky.conf + +DISTRO = "poky-bleeding" +DISTROOVERRIDES = "poky" -- cgit v1.2.1