From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id AC075E00855; Thu, 18 Sep 2014 13:33:29 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.20 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6E9EAE00781 for ; Thu, 18 Sep 2014 13:33:26 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga101.jf.intel.com with ESMTP; 18 Sep 2014 13:32:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,549,1406617200"; d="scan'208";a="575323052" Received: from new-host-2.jf.intel.com (HELO new-host-2.home) ([10.7.201.163]) by orsmga001.jf.intel.com with ESMTP; 18 Sep 2014 13:32:43 -0700 Message-ID: <541B416A.9080000@linux.intel.com> Date: Thu, 18 Sep 2014 13:32:42 -0700 From: Randy Witt User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0 MIME-Version: 1.0 To: Navani Srivastava , "yocto@yoctoproject.org" References: In-Reply-To: Cc: Navani Srivastava Subject: Re: Integration of custom recipe with SDK 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: Thu, 18 Sep 2014 20:33:29 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 09/18/2014 05:12 AM, Navani Srivastava wrote: > Hi, > > I am using Poky-8.0.2 danny version for development. > > I want to integrate my custom recipe with sdk generated by > meta-toolchain-qte so that I can use header files and libraries > generated by my custom recipe for cross compilation. I am not sure of > the proper way to do it. Right now generated header files and libraries > could be found in rootfs generated for the target machine but for SDK > there is no progress. If you use one of the methods described at http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#ref-classes-nativesdk then you need to make sure to get the nativesdk version of your recipe into the sdk. You should be able to do that by adding the nativesdk version of your recipe to the TOOLCHAIN_HOST_TASK variable. You could do that in your local.conf, or if you wanted a sticky version, create a meta-toolchain-qte.bbappend in your layer with the change. If you are unfamiliar with bbappends, they are described here: http://www.yoctoproject.org/docs/1.6.1/dev-manual/dev-manual.html#using-bbappend-files Hopefully that helps. > Any help is appreciable.. > > Thanks > Navani > >