From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1URhma-00019U-TG for openembedded-core@lists.openembedded.org; Mon, 15 Apr 2013 13:41:15 +0200 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 r3FBNtbV004942; Mon, 15 Apr 2013 12:23:56 +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 CkRkK9nUfCa1; Mon, 15 Apr 2013 12:23:55 +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 r3FBNpRw004933 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Mon, 15 Apr 2013 12:23:53 +0100 Message-ID: <1366025009.8670.25.camel@ted> From: Richard Purdie To: Yevhen Kyriukha Date: Mon, 15 Apr 2013 12:23:29 +0100 In-Reply-To: References: X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Cc: Koen Kooi , openembedded-core@lists.openembedded.org Subject: Re: Multiple *.bbappend files support X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Mon, 15 Apr 2013 11:41:15 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2013-04-15 at 13:37 +0300, Yevhen Kyriukha wrote: > Great, thanks! > Best regards, > Yevhen > > > 2013/4/15 Koen Kooi : > > > > Op 15 apr. 2013, om 12:26 heeft Yevhen Kyriukha het volgende geschreven: > > > >> Is there a way to use multiple *.bbappend files in different layers? > >> > >> I'm using meta-raspberrypi and my own layer. > >> Both extend base-files with *.bbappend and both have PRINC = "1". > >> But only first of *.bbappend files applied (that is in meta-raspberrypi). > >> PR of base-files also increments by one (not by two). > > > > Yeah, try to make all bbappends use: > > > > PRINC := "${@int(PRINC) + 1}" > > I'd just add that with the PR server now in use, the need to add this PRINC stuff should be removed... Cheers, Richard