From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 8536B60720 for ; Thu, 20 Oct 2016 10:46:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u9KAk1gZ030017; Thu, 20 Oct 2016 11:46:01 +0100 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 6eoX1-6wKklu; Thu, 20 Oct 2016 11:46:01 +0100 (BST) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id u9KAjsRo029983 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Thu, 20 Oct 2016 11:45:56 +0100 Message-ID: <1476960354.2166.107.camel@linuxfoundation.org> From: Richard Purdie To: "Robert P. J. Day" Date: Thu, 20 Oct 2016 11:45:54 +0100 In-Reply-To: References: <2130816.2i4mC23lpe@peggleto-mobl.ger.corp.intel.com> <1542758.b0vWq7N0OP@peggleto-mobl.ger.corp.intel.com> <1476915092.2166.105.camel@linuxfoundation.org> X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Cc: Paul Eggleton , openembedded-core@lists.openembedded.org Subject: Re: how can i ask to keep all the generated "nativesdk" rpms? X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 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: Thu, 20 Oct 2016 10:46:11 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Thu, 2016-10-20 at 06:31 -0400, Robert P. J. Day wrote: >   just for fun, i'm going to do a fresh build right now, involving: > > * fresh "git pull" of poky > * MACHINE=mpc8315e-rdb > * bitbake core-image-minimal > [...] > $ ls -l > total 328 > drwxr-xr-x. 2 rpjday rpjday   4096 Oct 20 05:54 all > drwxr-xr-x. 2 rpjday rpjday  40960 Oct 20 06:06 mpc8315e_rdb > drwxr-xr-x. 2 rpjday rpjday 286720 Oct 20 06:09 ppce300c3 > $ > > should i have expected a nativesdk directory? No, since you didn't build anything that uses nativesdk. Examples that do would be: bitbake buildtools-tarball bitbake core-image-minimal -c populate_sdk Cheers, Richard