From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5EC0FE00985; Fri, 6 Jun 2014 13:05:08 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [147.11.146.13 listed in list.dnswl.org] Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7E768E0070F for ; Fri, 6 Jun 2014 13:04:56 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.5) with ESMTP id s56K4pAj002724 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Fri, 6 Jun 2014 13:04:51 -0700 (PDT) Received: from [128.224.56.48] (128.224.56.48) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.169.1; Fri, 6 Jun 2014 13:04:51 -0700 Message-ID: <53921ED1.4030600@windriver.com> Date: Fri, 6 Jun 2014 16:04:33 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: , "yocto@yoctoproject.org" References: In-Reply-To: Subject: Re: Newbee - patching kernel X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 20:05:08 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 14-06-06 04:00 PM, Kai Ulrich wrote: > Hi Bruce, > > Thanx for your answer. > > So can I write a recipe which just contains the patches an extends an kernel-recipe? Correct. You add them to the SRC_URI, just like you'd patch any package. Bruce > > > k. > >>/ Hi, > />/ > />/ Is there a way to create a separate layer that adds kernel patches to an > />/ existing machine? > />/ Is there a example to learn from? > / > Patching the kernel works just like patching any package, but there is a > specific section in the manual (which perhaps you've already read): > > http://www.yoctoproject.org/docs/1.6/dev-manual/dev-manual.html#patching-the-kernel > > It contains examples as well as explanations. > > Bruce > > >>/ > />/ friendly regards > />/ Kai Ulrich > />/ > />/ > / > > >