From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id B1277E0145C for ; Wed, 3 Apr 2013 08:02:07 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.3) with ESMTP id r33F23Kt017556 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 3 Apr 2013 08:02:03 -0700 (PDT) Received: from [128.224.146.67] (128.224.146.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.342.3; Wed, 3 Apr 2013 08:02:03 -0700 Message-ID: <515C4466.5020209@windriver.com> Date: Wed, 3 Apr 2013 11:01:58 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Christophe Aeschlimann References: <515C4317.4070409@acn-group.ch> In-Reply-To: <515C4317.4070409@acn-group.ch> Cc: "yocto@yoctoproject.org" Subject: Re: Prevent zImage to be copied to /boot/ in image 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: Wed, 03 Apr 2013 15:02:07 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 13-04-03 10:56 AM, Christophe Aeschlimann wrote: > Hi, > > I'm using the danny branch and I would like to know if there is a way to > not have the zImage included in the generated image under the /boot/ folder. > > I'm trying to save on space in the generated image and I couldn't find > anywhere to configure that behaviour. Have you tried clearing this variable: (from kernel.bbclass) # Allow machines to override this dependency if kernel image files are # not wanted in images as standard RDEPENDS_kernel-base ?= "kernel-image" Cheers, Bruce > > Thank you, >