From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sonic301-48.consmr.mail.sg3.yahoo.com (sonic301-48.consmr.mail.sg3.yahoo.com [106.10.242.111]) by mail.openembedded.org (Postfix) with ESMTP id 0790374F62 for ; Wed, 9 May 2018 16:03:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1525881825; bh=rN2aqRq+NFPbZDRFD5rXf/mSA7hSphoFWFeVMnRiUL0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:From:Subject; b=iTsc1EmjJ6mMUmkR5gi1cy4a+cJs+t8xBlFNhH59GoqSNH4L9wWophE+8exh3FaSOWSTO6gqNLeiwd8TOaw53mgW6/gbB1GwKQCCn/eOJh4C1zjFj/Ti+2Dxe33NON88q2X2lSUnuTXeGDCgtF5/vVpvM4uwzFRMG8wizBgYJeUteC6Kt0lm5TcSct0ZSngNwzJ5UuElBwKXCb17U8D++URV/P8Gy1tDhd1Pd1I1XfWsaAZfvthQpIlXmJnRMMCOmiVY+jV69ax7M/nGMsk7jDQtWZgu8GoAi3RNTF3bxHfcQtoNunV6QMa1G1Vgb/QjVZZR5mLL+Dyo7k0ZU4hZmQ== X-YMail-OSG: eWTtr2wVM1nfYGmDGpWVS.Q8UVC8.m26VcQMsTAAonYTAy65dKdX2UZIaE4t8wz jRSs.38PBWqd8Rj6NsIrHGPhVQiGY2sXYiMG8NCvBQbd03mKP4687qurTCNr0fibr4SUysKlEx4G 0lw8jOsKwug2GXznQXUuHmkfHsBJ.wMIwFkR96eG2vI_PDUZjW.N606u6WkZPkZnvdl9YLCsylbg pbXe4YOEZPfxQ_bVkmRTQlYrEk5cstwybbnDPauPkm_cVN5Iha0MgL5C2lKrDv3qUr7V82NyKEzJ pz12rawwTdxanBEuSus671VJh_lJaDJgalzfO.uv.UtOtC4gWu__mWyv0lK0b1uYcBWFLxN8g8ZV 8DeRoQKb03a625INd8DEUao9aMaTzFQlgjKlxBOQNEPVOu0YMHUkRXdlbdKbHwuEFlyMtp3m_7y2 foDT.xcOEMIWsZ3T0FO6ssfnuavGg_We4wfMWNu4140nWRVuc.zEUSjlvDGTsk.w.kANhxRDo9vV C6rlAabF97FBhgrMcVEd.Rd8- Received: from sonic.gate.mail.ne1.yahoo.com by sonic301.consmr.mail.sg3.yahoo.com with HTTP; Wed, 9 May 2018 16:03:45 +0000 Date: Wed, 9 May 2018 15:59:42 +0000 (UTC) From: Ugesh Reddy Reply-To: "kumar.ugesh003@yahoo.com" To: "ross.burton@intel.com" Message-ID: <838865895.1728045.1525881582620@mail.yahoo.com> In-Reply-To: References: <1184471455.1381374.1525832300014.ref@mail.yahoo.com> <1184471455.1381374.1525832300014@mail.yahoo.com> MIME-Version: 1.0 X-Mailer: WebService/1.1.11848 YahooMailAndroidMobile YMobile/1.0 (com.yahoo.mobile.client.android.mail/5.24.8; Android/6.0; MPB24.65-34-3; titan_umtsds; motorola; XT1068; 4.69; 1184x720; ) Cc: "bitbake-devel@lists.openembedded.org" Subject: Re: .bb script file for auto tools X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 16:03:46 -0000 Content-Type: multipart/alternative; boundary="----=_Part_1728044_1441909714.1525881582617" ------=_Part_1728044_1441909714.1525881582617 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello,=C2=A0The devtool hides out the information and trying to learn bitba= ke and wanted understand each entry in the .BB files.So I would to write it= instead of tool. Could you guide me? On Wed, 9 May 2018 at 5:14 p.m., Burton, Ross wro= te: The easy way is to just use devtool to create the recipe for you.=C2= =A0 The important bit is just "inherit autotools" to handle autoreconf/con= figure/make/make install for you. Ross On 9 May 2018 at 03:18, Ugesh Reddy via bitbake-devel wrote: Hello All, =C2=A0I am new to bitbake and having the basic understanding on bitbake. M= y project uses auto tools and it has Makefile.am and configure.ac when it r= uns with autogen.sh it could able to generate Makefile and configure with g= enerated files the bin program is generated. I would like to do the same wi= th bitbake. The below are the structure =C2=A0 =C2=A0As mentioned in the below linkhttps://github.com/ DynamicDevi= ces/bbexample When it executed like below it works fine=C2=A0$ cd bbexample=C2=A0$ ./aut= ogen.sh=C2=A0$ ./configure=C2=A0$ make How can i write the .bb file for the same ? Regards,Ugesh =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = = =C2=A0=C2=A0 =C2=A0 | =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | --=20 ______________________________ _________________ bitbake-devel mailing list bitbake-devel@lists. openembedded.org http://lists.openembedded.org/ mailman/listinfo/bitbake-devel ------=_Part_1728044_1441909714.1525881582617 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello,
 The devtoo= l hides out the information and trying to learn bitbake and wanted understa= nd each entry in the .BB files.So I would to write it instead of tool.

Could you guide me?




On Wed, 9 May 2018 at 5:14 p.m., Burton, Ross
<ross.burton@intel.com> wrote:
The easy way is to just use devto= ol to create the recipe for you.  The important bit is just "inherit a= utotools" to handle autoreconf/configure/make/make install for you.
Ross

On 9 May= 2018 at 03:18, Ugesh Reddy via bitbake-devel <bitbake-devel@lists.openembedded.org> wrote:
Hello All,

 I am new to bitbake and having the basic understanding on bitb= ake. My project uses auto tools and it has Makefile.am and configure= .ac when it runs with autogen.sh it could able to generate Makefile and= configure with generated files the bin program is generated. I would like = to do the same with bitbake. The below are the structure

   As mentioned in the below link
https://github.com/ DynamicDevices/bbexampl= e

When it ex= ecuted like below it works fine
 $ cd bbex= ample
 $ ./autogen.sh
 $ ./configure
 $ make

How can i write the .bb f= ile for the same ?

Regards,
Ugesh


<= div>

  &nbs= p;                     &n= bsp;                  
   
       = ;    
=

--
______________________________ _________________
bitbake-devel mailing list
bitbake-devel@lists. openembedded.org
http://lists.openembedded.= org/ mailman/listinfo/bitbake-devel


------=_Part_1728044_1441909714.1525881582617--