[yocto] Yocto with Embedded Android

2017-03-22 Thread SatyaNarayana Sampangi
Dear All, Is it possible in yocto project to bitbake the android files say android.mk files? If not any specific technical reasons? If yes, any reference materials would be helpful. Thanks, satya -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Issue: SDK

2017-03-05 Thread SatyaNarayana Sampangi
Thanks Paul, for putting the correction. On Mon, Mar 6, 2017 at 1:20 AM, Paul Eggleton <paul.eggle...@linux.intel.com > wrote: > On Monday, 6 March 2017 6:09:06 AM NZDT SatyaNarayana Sampangi wrote: > > I am trying to develop the application using SDK, everything goes fine,

[yocto] Linux-kernel selection

2017-03-05 Thread SatyaNarayana Sampangi
Hi, How to select the preferred kernel in yocto, I did in local.conf as of now, PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" PREFERRED_VERSION_linux-ti-staging = "3.14\%" I am using krogoth with meta-ti layer bitbake core-image-minimal Parsing recipes: 100%

Re: [yocto] Devtool: Script Not found

2017-03-05 Thread SatyaNarayana Sampangi
Hi Denys, Any idea for the above problem? On Fri, Mar 3, 2017 at 10:06 AM, SatyaNarayana Sampangi < satya.2...@gmail.com> wrote: > Hi Denys, > > I am using linux-ti-staging 4.4, > > zImage--4.4.41+git0+7c580a51af-r22a-beaglebone-20170302194632.bin > > Image: core-imag

[yocto] Issue: SDK

2017-03-05 Thread SatyaNarayana Sampangi
Hi, I am trying to develop the application using SDK, everything goes fine, but when it comes to compiling it is failing. The details are given below, [Satya]/opt/poky/1.6.3 source environment-setup-cortexa8t2hf-vfp-neon-poky-linux-gnueabi [Satya]/opt/poky/1.6.3 ${CC} sample.c -g -o sample

Re: [yocto] Devtool: Script Not found

2017-03-02 Thread SatyaNarayana Sampangi
i, Mar 03, 2017 at 02:31:42AM +0530, SatyaNarayana Sampangi wrote: > > Hi Denys, > > > > I build, system with krogoth and meta-ti with both version same, after > > running on the beaglebone it is showing like below, > > > > anything I need to change. > > > &

Re: [yocto] Devtool: Script Not found

2017-03-02 Thread SatyaNarayana Sampangi
On Thu, Mar 2, 2017 at 10:26 PM, Denys Dmytriyenko <de...@denix.org> wrote: > On Thu, Mar 02, 2017 at 04:19:33PM +, Burton, Ross wrote: > > On 2 March 2017 at 16:14, SatyaNarayana Sampangi <satya.2...@gmail.com> > > wrote: > > > > > I am usin

Re: [yocto] Devtool: Script Not found

2017-03-02 Thread SatyaNarayana Sampangi
Thanks Ross for quick glance. On 02-Mar-2017 9:56 PM, "Burton, Ross" <ross.bur...@intel.com> wrote: On 2 March 2017 at 16:25, SatyaNarayana Sampangi <satya.2...@gmail.com> wrote: > > Pls go through this link, > > https://www.yoctoproject.org/product/meta-ti-bs

Re: [yocto] Devtool: Script Not found

2017-03-02 Thread SatyaNarayana Sampangi
Hi Ross, Pls go through this link, https://www.yoctoproject.org/product/meta-ti-bsp-layer very clearly mentioned Thanks & Regards, satya On Thu, Mar 2, 2017 at 9:49 PM, Burton, Ross <ross.bur...@intel.com> wrote: > > On 2 March 2017 at 16:14, SatyaNarayana Sampangi <s

Re: [yocto] Devtool: Script Not found

2017-03-02 Thread SatyaNarayana Sampangi
ards, satya On Thu, Mar 2, 2017 at 9:18 PM, Leonardo Sandoval < leonardo.sandoval.gonza...@linux.intel.com> wrote: > On Thu, 2017-03-02 at 19:56 +0530, SatyaNarayana Sampangi wrote: > > Hi Paul, > > > > > > I am not finding the devtool script under the > &g

[yocto] Devtool: Script Not found

2017-03-02 Thread SatyaNarayana Sampangi
Hi Paul, I am not finding the devtool script under the /${HOME}/yocto/poky/scripts, so I copied that script from the website and changed the permissions. I did sourcing also, but when I run the script, I am getting devtool Traceback (most recent call last): File

Re: [yocto] Conflicts: Meta-layers with same priority

2017-02-26 Thread SatyaNarayana Sampangi
Thanks Paul. -Satya Sampangi On Mon, Feb 27, 2017 at 2:31 AM, Paul Eggleton < paul.eggle...@linux.intel.com> wrote: > On Sunday, 26 February 2017 9:24:05 PM NZDT SatyaNarayana Sampangi wrote: > > Hi all, > > > > I need to know, if two meta-layers in poky has th

[yocto] Conflicts: Meta-layers with same priority

2017-02-26 Thread SatyaNarayana Sampangi
Hi all, I need to know, if two meta-layers in poky has the same priority, then how it is resolved. say e.g, mylayer-1 with default priority:6 mylayer-2 with default priority:6 How it will be resolved. Answers would be appreciated! Thanks in Advance, satya --

[yocto] Error: bb.data_smart.ExpansionError: Failure expanding variable PV_MAJ, expression

2017-02-21 Thread SatyaNarayana Sampangi
Hi, 1. I wrote the recipe .bb to install the nano editor, the contents given below, 1 SUMMARY = "GNU nano- editor" 2 DESCRIPTION = "GNU nano - an enhanced clone for the pico editor" 3 4 HOMEPAGE = "https://www.nano-editor.org/; 5 BUGTRACKER = "https://savannah.gnu.org/bugs/?group=nano;

Re: [yocto] Problem: Installation

2017-02-20 Thread SatyaNarayana Sampangi
Problem Solved, I did not mention the path properly in the S variable, I changed, S = "${WORKDIR}/${PN}-${PV}", which works fine. Thanks to Ross, for triggering. Regards, satya On Mon, Feb 20, 2017 at 11:14 PM, SatyaNarayana Sampangi < satya.2...@gmail.com> wrote: >

Re: [yocto] Problem: Installation

2017-02-20 Thread SatyaNarayana Sampangi
ebruary 2017 at 16:30, SatyaNarayana Sampangi <satya.2...@gmail.com > > wrote: > >> 14 SRC_URI = "file://hellosatya-1.0.tgz" >> 15 >> 16 S = "${WORKDIR}" >> > > What files are in the tgz, and where do they expand to? The error say

[yocto] Problem: Installation

2017-02-20 Thread SatyaNarayana Sampangi
Dear All, I am newbie to this yocto project. I faced the problem as shown below, solutions will be greatly appreciated. 1. I wrote the .bb file as shown below ---+ 1 SUMMARY = "Simple Hello World Application" 2 3 DESCRIPTION = "A test