From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllnx210.ext.ti.com (fllnx210.ext.ti.com [198.47.19.17]) by arago-project.org (Postfix) with ESMTPS id DF83552B09 for ; Fri, 3 Feb 2017 00:33:39 +0000 (UTC) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v130XdKW028712; Thu, 2 Feb 2017 18:33:39 -0600 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v130XdLc029816; Thu, 2 Feb 2017 18:33:39 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.294.0; Thu, 2 Feb 2017 18:33:38 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v130Xclo019848; Thu, 2 Feb 2017 18:33:38 -0600 Date: Thu, 2 Feb 2017 19:33:37 -0500 From: Denys Dmytriyenko To: Ankur Tyagi Message-ID: <20170203003337.GA19545@edge> References: MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-arago@arago-project.org Subject: Re: How to remove linux headers from rootfs X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Feb 2017 00:33:40 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Fri, Feb 03, 2017 at 01:26:38PM +1300, Ankur Tyagi wrote: > Hi, > > I have an image recipe which include packagegroup-core-boot which > brings in external-linaro-toolchain which in turn adds > linux-libc-headers. > > How can I remove linux-libc-headers from my end root FS ? linux-libc-headers is an empty package. linux-libc-headers-dev is the one that contains all the standard headers required for development. Which one you have? -- Denys