All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Paul Eggleton <paul.eggleton@linux.intel.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 1/1] conf/distro/poky.conf: set SANITY_TESTED_DISTROS
Date: Wed, 18 Apr 2012 00:00:46 -0700	[thread overview]
Message-ID: <4F8E669E.8010606@linux.intel.com> (raw)
In-Reply-To: <5e09f5a3ce94e45bb6f407ed6f024c6f32450c80.1334706261.git.paul.eggleton@linux.intel.com>

On 04/17/2012 04:46 PM, Paul Eggleton wrote:
> Specify a list of tested host distributions, based on those tested prior
> to the Yocto Project 1.2 release. This will enable a warning to be
> printed upon starting bitbake if the host distribution is not one on the
> list.
>
> Note: this warning is intended to help new users; if you are receiving
> this warning and wish to disable it, just add SANITY_TESTED_DISTROS = ""
> to your local.conf.
>
> Fixes [YOCTO #1096].
>
> Signed-off-by: Paul Eggleton<paul.eggleton@linux.intel.com>
> ---
>   meta-yocto/conf/distro/poky.conf |   16 ++++++++++++++++
>   1 files changed, 16 insertions(+), 0 deletions(-)
>
> diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
> index e51ccdf..807a44d 100644
> --- a/meta-yocto/conf/distro/poky.conf
> +++ b/meta-yocto/conf/distro/poky.conf
> @@ -65,6 +65,22 @@ CONNECTIVITY_CHECK_URIS ?= "git://git.yoctoproject.org/yocto-firewall-test;proto
>                             https://eula-downloads.yoctoproject.org/index.php \
>                             http://bugzilla.yoctoproject.org/report.cgi"
>
> +SANITY_TESTED_DISTROS ?= " \
> +            Yocto (Built by Poky 7.0) 1.2 \n \
> +            Ubuntu 10.04.4 LTS \n \
> +            Ubuntu 11.10 \n \
> +            Ubuntu 12.04 \n \
> +            Fedora release 15 (Lovelock) \n \
> +            Fedora release 16 (Verne) \n \
> +            Fedora release 17 (Beefy Miracle) \n \
> +            CentOS release 5.6 (Final) \n \
> +            CentOS release 5.7 (Final) \n \
> +            CentOS release 6.2 (Final) \n \
> +            Debian GNU/Linux 6.0.3 (squeeze) \n \
> +            openSUSE 11.4 \n \
> +            openSUSE 12.1 \n \
> +	    "
> +
>   # Default hash policy for distro
>   BB_SIGNATURE_HANDLER ?= 'OEBasicHash'
>   #


Paul, I got the following WARNING withthis code enabled:

WARNING: Host distribution "Fedora release 16 (Verne)
" has not been validated with this version of the build system; you may 
possibly experience unexpected failures. It is recommended that you use 
a tested distribution.


$ cat /etc/redhat-release
Fedora release 16 (Verne)
[sgw@swold-mobl poky]$

Not sure what's going on, but the matching does not seem to be working.

Sau!





  reply	other threads:[~2012-04-18  7:00 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-17 23:46 [PATCH 0/1] [1.2] Enable untested distribution warning Paul Eggleton
2012-04-17 23:46 ` [PATCH 1/1] conf/distro/poky.conf: set SANITY_TESTED_DISTROS Paul Eggleton
2012-04-18  7:00   ` Saul Wold [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-04-18 10:03 [PATCH 0/1] Enable untested distribution warning v2 Paul Eggleton
2012-04-18 10:03 ` [PATCH 1/1] conf/distro/poky.conf: set SANITY_TESTED_DISTROS Paul Eggleton
2011-09-27 13:24 [PATCH 0/1] Set tested distros list Paul Eggleton
2011-09-27 13:24 ` [PATCH 1/1] conf/distro/poky.conf: set SANITY_TESTED_DISTROS Paul Eggleton
     [not found]   ` <CAEsOVNc3BQLKkHHmvRE6oDe6k8CA_3Lybgqh8XmvLyNA+xhQ2A@mail.gmail.com>
2011-09-27 16:10     ` Paul Eggleton
     [not found]       ` <CAEsOVNd=Ns1EfSBewKMoiMhDz9DvX9h-ULrJQkLa+h08XEfKJw@mail.gmail.com>
2011-09-27 16:40         ` Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F8E669E.8010606@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=paul.eggleton@linux.intel.com \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.