[yocto] How to suppress error: canonicalization unexpectedly shrank by one character

2014-09-24 Thread pourya . shirazian
Hi Guys, I keep getting an error at do_package stage regarding the debug edit function: ERROR: canonicalization unexpectedly shrank by one character I removed the rpaths inclusion in my libs but the error is still there. Is there a way to suppress this check? Thanks If you are not the address

[yocto] Question about Package Splitting

2014-08-07 Thread pourya . shirazian
Hi, My question is about producing multiple packages in the same recipe. I created a recipe e.g. “project.bb" to produce 5 packages from the same source repository. The package names are as following: 1. project-frontend 2. project-backend 3. project-tests 4. project-dbg 5. projec

Re: [yocto] SRC_URI issue in recipe writing

2014-06-24 Thread Pourya Shirazian
master" Cheers, On Tue, Jun 24, 2014 at 1:27 AM, Anders Darander wrote: > * Pourya Shirazian [140624 00:58]: > > > Hi, > > > When writing a recipe the SRC_URI is supposed to accept git repository > > addresses but the following fails to build for me: > > >

[yocto] SRC_URI issue in recipe writing

2014-06-23 Thread Pourya Shirazian
Hi, When writing a recipe the SRC_URI is supposed to accept git repository addresses but the following fails to build for me: 1. With http URL: It also does not allow my credentials to be embedded in the URI SRC_URI = "http://mygitserver.net/myproject.git;protocol=http;branch=master