From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 2F73F7728A for ; Sun, 28 Feb 2016 22:54:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u1SMsjB2005325; Sun, 28 Feb 2016 22:54:45 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id fqR07Bqe6vy9; Sun, 28 Feb 2016 22:54:45 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u1SMsfCA005315 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 28 Feb 2016 22:54:42 GMT Message-ID: <1456700081.11498.164.camel@linuxfoundation.org> From: Richard Purdie To: Martin Jansa Date: Sun, 28 Feb 2016 22:54:41 +0000 In-Reply-To: <20160228211100.GA2607@jama> References: <1456656801.11498.158.camel@linuxfoundation.org> <1456675182.11498.163.camel@linuxfoundation.org> <20160228211100.GA2607@jama> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Cc: openembedded-core Subject: Re: [PATCH] sanity: Improve configuration upgrade capabilities (support meta-yocto -> poky transition) X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Feb 2016 22:54:55 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sun, 2016-02-28 at 22:11 +0100, Martin Jansa wrote: > Even with: > commit 933088c74870b8c3aa5077d57bc85fc66a652291 > Author: Richard Purdie > Date: Sun Feb 28 15:57:58 2016 +0000 > > bblayers.conf.sample: Fix missing layer version bump > > The sanity.bbclass changes required the layer verison to > increase, > this adds that missing component. > > I'm still seeing this exception: > > NOTE: Started PRServer with DBfile: /home/jenkins/oe/world/shr > -core/cache/prserv.sqlite3, IP: 127.0.0.1, PORT: 42730, PID: 10040 > ERROR: Error executing a python function in exec_python_func() > autogenerated: Sorry, hopefully really fixed this time. Cheers, Richard