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 mail.openembedded.org (Postfix) with ESMTP id 44BF560810 for ; Fri, 21 Jun 2013 10:51:00 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r5LAvJZV020891; Fri, 21 Jun 2013 11:57:19 +0100 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 96sYLDgNVxFF; Fri, 21 Jun 2013 11:57:18 +0100 (BST) 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 r5LAvCce020884 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 21 Jun 2013 11:57:13 +0100 Message-ID: <1371811843.20823.300.camel@ted> From: Richard Purdie To: Holger Hans Peter Freyther Date: Fri, 21 Jun 2013 11:50:43 +0100 In-Reply-To: <20130621095318.GG15853@xiaoyu.lan> References: <20130621063103.GE15853@xiaoyu.lan> <1371801843.20823.281.camel@ted> <20130621095318.GG15853@xiaoyu.lan> X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: AUTOINC ending in filenames in tmp/deploy/images 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: Fri, 21 Jun 2013 10:51:00 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2013-06-21 at 11:53 +0200, Holger Hans Peter Freyther wrote: > On Fri, Jun 21, 2013 at 09:04:03AM +0100, Richard Purdie wrote: > > > > Use PKGV and PKGR instead of PV and PR and this should work better. > > This didn't change anything. I have reduced my u-boot bbappend to the > one below and I have updated the poky u-boot recipe to use PKGV and > PKGR in the filename. Any other idea? I checked kernel.bbclass which does manage this and noticed: do_deploy[prefuncs] += "package_get_auto_pr" I tested adding this locally as well as the other change with the beagleboard machine and it appears to address the problem. Cheers, Richard