From 4d37fd3a725431e8e955b26a1d49f27330da689f Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Tue, 15 Jan 2013 12:39:27 +0000 Subject: Added DISTRO var to poky-bleeding conf file -noticed in Hob that when DISTRO was set to poky-bleeding, it was not saved; it was overriten by "poky" [YOCTO #3670] (From meta-yocto rev: 9295b3f89b81a52b2693ae97edb1a4467c630e5f) Signed-off-by: Cristiana Voicu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky-bleeding.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-yocto') diff --git a/meta-yocto/conf/distro/poky-bleeding.conf b/meta-yocto/conf/distro/poky-bleeding.conf index 328acfeb75..43ada90e26 100644 --- a/meta-yocto/conf/distro/poky-bleeding.conf +++ b/meta-yocto/conf/distro/poky-bleeding.conf @@ -6,3 +6,5 @@ PREFERRED_VERSION_gtk+ ?= "2.13.3" require conf/distro/include/poky-floating-revisions.inc require conf/distro/poky.conf + +DISTRO = "poky-bleeding" -- cgit v1.2.3-54-g00ecf