From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp485.redcondor.net (smtp485.redcondor.net [208.80.204.85]) by mail.openembedded.org (Postfix) with ESMTP id B3EFD719F1 for ; Sat, 22 Oct 2016 17:04:11 +0000 (UTC) Received: from astoria.ccjclearline.com ([64.235.106.9]) by smtp485.redcondor.net ({3be039ea-4351-44b0-a8af-642c38b25916}) via TCP (outbound) with ESMTPS id 20161022170411388_0485; Sat, 22 Oct 2016 17:04:11 +0000 X-RC-FROM: Received: from [174.118.92.171] (port=43666 helo=crashcourse.ca) by astoria.ccjclearline.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1bxziG-0006nM-OW; Sat, 22 Oct 2016 13:04:04 -0400 Date: Sat, 22 Oct 2016 13:03:08 -0400 (EDT) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost.localdomain To: Khem Raj In-Reply-To: <0E3B4B95-0B46-41FB-AE8D-9386C0A4694E@gmail.com> Message-ID: References: <68D800E1-2594-4E8B-AB8E-6B9C758FD3CF@gmail.com> <0E3B4B95-0B46-41FB-AE8D-9386C0A4694E@gmail.com> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 X-MAG-OUTBOUND: ccj.redcondor.net@64.235.106.9/32 Cc: OE Core mailing list Subject: Re: basic bitbake commands to create an SDK? 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: Sat, 22 Oct 2016 17:04:11 -0000 Content-Type: text/plain; charset=US-ASCII On Sat, 22 Oct 2016, Khem Raj wrote: > > > On Oct 22, 2016, at 9:53 AM, Robert P. J. Day wrote: > > > > On Sat, 22 Oct 2016, Khem Raj wrote: > > > >> generally meta-toolchain is prior art. You want to use image > >> specific SDKs so -cpopulate_sdk is fine. In this case it > >> will include the needed dev headers/libs in your SDK for that given > >> image automatically it can be any image > > > > ah, good to know, i was starting to get that impression from the > > readings. (is there any mention in the docs that meta-toolchain is > > deprecated? if that's the correct word.) > > > >> I would recommend to try using eSDK, which can be generated using > >> -cpopulate_sdk_ext see > >> > >> https://wiki.yoctoproject.org/wiki/Application_Development_with_Extensible_SDK > > > > i was just perusing the testsdk.bbclass file, where i read at the > > top: > > > > # testsdk.bbclass enables testing for SDK and Extensible SDK > > # > > # For run SDK tests you need to do, > > # - bitbake core-image-sato -c populate_sdk > > # - bitbake core-image-sato -c testsdk > > # > > # For run eSDK tests you need to do, > > # - bitbake core-image-sato -c populate_sdk_ext > > # - bitbake core-image-sato -c testsdkext > > > > does that testing actually require the core-image-sato image? that's > > certainly what those comments seem to suggest. > > it should work with any image. i suspected as much ... i'll send in a patch that changes that image name to the more generic . rday -- ======================================================================== Robert P. J. Day Ottawa, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================