Re: [yocto] local fetcher and devtool don't work well together

2017-10-04 Thread Paul Eggleton
Hi Aaron, On Thursday, 5 October 2017 11:54:32 AM NZDT aaron_wri...@selinc.com wrote: > I have a recipe with: > > SRC_URI = "file://a/b/c/d;subdir=src" > S = "${WORKDIR}/src/a/b/c/d" > > First off, ${S} must be set to the full path because the basepath uri > parameter[1] doesn't work. So this

Re: [yocto] Another question about yocto

2017-10-04 Thread Drew Moseley
> On Oct 4, 2017, at 8:31 PM, Mark Hieber wrote: > > I am trying to build > http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-devtools/desktop-file-utils/ > > > into my

[yocto] Another question about yocto

2017-10-04 Thread Mark Hieber
I am trying to build http://git.yoctoproject.org/cgit.cgi/poky/plain/meta/recipes-devtools/desktop-file-utils/ into my image. My local.conf has IMAGE_INSTALL_append = " desktop-file-utils-native" and bblayers.conf has BBLAYERS ?= " \ /yocto/poky/meta \ /yocto/poky/meta-poky \

[yocto] Having trouble getting recipe to run in proper directory

2017-10-04 Thread Greg Wilson-Lindberg
I'm trying to create a new recipe for a package that has a version and non-numeric rev in its name (canfestival-3-asc). I've gotten bitbake to unpack the package into a tree that looks ok, but it keeps trying to run the compile at least in the wrong directory. Here is the recipe: SUMMARY =

[yocto] local fetcher and devtool don't work well together

2017-10-04 Thread Aaron_Wright
I have a recipe with: SRC_URI = "file://a/b/c/d;subdir=src" S = "${WORKDIR}/src/a/b/c/d" First off, ${S} must be set to the full path because the basepath uri parameter[1] doesn't work. So this doesn't work: SRC_URI = "file://a/b/c/d;subdir=src;basepath=a/b/c/d" S = "${WORKDIR}/src" I wish it

[yocto] [meta-security][PATCH] yocto-linux/4.9: fix typo in filepath

2017-10-04 Thread Armin Kuster
fix idea submitted but Derek Betker [Yocto 12134] Signed-off-by: Armin Kuster --- recipes-kernel/linux/linux-yocto_4.9.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-yocto_4.9.bbappend

Re: [linux-yocto] [kernel-cache][PATCH] intel-common-drivers: adding x2apic

2017-10-04 Thread Bruce Ashfield
On 2017-10-04 1:35 AM, Syed Mohamad Fauzi, Syed Johan Arif wrote: Hi, Sorry for the late reply, I'll look into it but what's your opinion on the best course of action? The option is currently in a common location. If it is only applicable to 64bit boards it should either be included directly

Re: [yocto] [qa-tools][PATCH] scripts: Add ptest-parser to create reports for pTest executions

2017-10-04 Thread Joshua Lock
On 03/10/17 21:13, Jose Perez Carranza wrote: On 10/03/2017 09:42 AM, Joshua Lock wrote: Hi Jose, Where will the previous log come from in standard QA use? I'm wondering if we should work towards (in the 2.5 cycle) another git repo in the yp-qa-* namespace to keep historical ptest results

Re: [yocto] u-boot recipe: Missing dependencies

2017-10-04 Thread Burton, Ross
On 3 October 2017 at 18:15, Eric Schwarz wrote: > DEPENDS += "bc-native dtc-native" > +DEPENDS_append = " python-native" > +DEPENDS_append_x86-64 = " iasl-native swig-native" > Don't _append when you can just extend the assignment above. Depending on python-native

[yocto] toaster setup

2017-10-04 Thread Stéphane Ancelot
hi, I setted up a toaster configuration, but there are few things that are not working or inconsistant with the manual. 1/ I can not find any toasterconf.json file 2/ the toaster interface runs but if try to use "local yocto project", no compatible layers are displayed