From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 63455E00881 for ; Fri, 21 Mar 2014 06:53:06 -0700 (PDT) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu4) with ESMTP id s2LDqrHA017095; Fri, 21 Mar 2014 13:52:53 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net 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 lC6-bhPFJgG1; Fri, 21 Mar 2014 13:52:53 +0000 (GMT) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id s2LDqldF017068 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Fri, 21 Mar 2014 13:52:48 GMT Message-ID: <1395409961.24232.1.camel@ted> From: Richard Purdie To: Marius Avram Date: Fri, 21 Mar 2014 13:52:41 +0000 In-Reply-To: <1394555826-8305-1-git-send-email-marius.avram@intel.com> References: <1394555826-8305-1-git-send-email-marius.avram@intel.com> X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Cc: toaster@yoctoproject.org Subject: Re: [PATCH] toaster: full path in variable history X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 13:53:07 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2014-03-11 at 18:37 +0200, Marius Avram wrote: > When an evaluation was made for a configuration file the path to the > file was saved as a relative one. The change in this commit will save the > location as an absolute path. This way the user will have full information > regarding the location of the file where a variable was changed and the > line withing the file. > > [YOCTO #5562] > > Signed-off-by: Marius Avram > --- > bitbake/lib/bb/parse/parse_py/ConfHandler.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) I've taken this since I think it should be reasonable however I did have to change the commit message since this doesn't touch toaster, it touched ConfHandler. Cheers, Richard