From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp2.nedap.com ([213.160.213.92] helo=smtp.nedap.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QcCjQ-0003NQ-GP for openembedded-devel@lists.openembedded.org; Thu, 30 Jun 2011 10:36:16 +0200 Received: from nvs0066.nedap.local ([10.91.8.1]) by smtp.nedap.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 30 Jun 2011 10:32:33 +0200 X-TM-IMSS-Message-ID: <10a1600f00008fb4@nedap.com> Received: from [10.2.40.10] ([10.2.40.10]) by nedap.com ([10.91.8.1]) with ESMTP (TREND IMSS SMTP Service 7.0) id 10a1600f00008fb4 ; Thu, 30 Jun 2011 10:32:33 +0200 Message-ID: <4E0C349D.5050708@nedap.com> Date: Thu, 30 Jun 2011 10:32:29 +0200 From: Jaap de Jong User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: "openembedded-devel@lists.openembedded.org" References: <4E09926B.2000406@nedap.com> <4E09A393.2050000@nedap.com> In-Reply-To: X-OriginalArrivalTime: 30 Jun 2011 08:32:33.0060 (UTC) FILETIME=[41D04E40:01CC3700] X-Content-Filtered-By: Mailman/MimeDel 2.1.11 Subject: Re: how to change system files X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 08:36:16 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 06/28/2011 01:46 PM, Anders Darander wrote: > On Tue, Jun 28, 2011 at 11:49, Jaap de Jong wrote: >> On 06/28/2011 11:23 AM, Anders Darander wrote: >> Yeah, but what if I decide at a certain point in time to change the >> /etc/network/interfaces file? >> Normally I would increment PR in the bb file and then build it. >> And finally at the target I would do opkg upgrade. > Just as Phil said, you increment PR in your .bbappend-file. > > I'm oftend appending to the PR in my .bbappend-files. > I'm having some trouble with it... If I want to use .bbappend do I need to add bblayers as well? If I don't I get this error message: ERROR: /home/jdj/oe/mystuff/recipes/netbase/netbase_4.21.bbappend is not a BitBake file while parsing /home/jdj/oe/mystuff/recipes/netbase/netbase_4.21.bbappend Where /home/jdj/oe/mystuff/recipes/netbase/netbase_4.21.bbappend is: FILESEXTRAPATHS := "${THISDIR}/${PN}-${PV}" PRINC = "1" If I do use bblayers, I'm not sure about my local.conf. It contains some BBFILES, BBFILE_COLLECTIONS, BBFILE_PATTERN_xxx and BBFILE_PRIORITY_xxx lines If I remove these lines then it looks like bitbake can't find any recipe. Jaap