Re: [OE-core] [PATCH] Revert "image.bbclass: don't execute compression commands multiple times"

2016-06-05 Thread Koen Kooi
On 4 June 2016 at 15:09, Richard Purdie wrote: > On Sat, 2016-06-04 at 10:41 +0200, Koen Kooi wrote: >> ping 2 > > It would be helpful if you'd cc'd the person who's patch you were > suggesting we revert. I added Sasha to cc. Sorry about that, I had expected 'git revert' to automatically add the

Re: [OE-core] Issue with python-imaging

2016-06-05 Thread Michael Dangler
Hello again, Seems the python-imaging is no longer in use - python-imaging: remove unused recipe Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie So removing all reference was easy but causes issues with ros-comm file rosbag_1.11.16.bb which needs to have python-imaging removed f

Re: [OE-core] question about -native and prefix

2016-06-05 Thread Richard Purdie
Hi, On Sun, 2016-06-05 at 23:35 +0200, Nicolas Dechesne wrote: > i was looking at log files and I noticed that when building a > 'native' > recipe ${prefix} is set to the sysroot path, e.g. > > export prefix="/home/nicolas.dechesne/work/oe-rpb/build-rpb/tmp-rpb > -glibc/sysroots/x86_64-linux/usr"

[OE-core] [PATCH] lib/oe/package_manager: adapt for Python 3

2016-06-05 Thread Ross Burton
string.rstrip() doesn't exist in Python 3, so use the .rstrip method on the object itself instead. Signed-off-by: Ross Burton --- meta/lib/oe/package_manager.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py

[OE-core] [PATCH] oe-pkgdata-util: new option to provide full info for binary package(s)

2016-06-05 Thread Alexander D. Kanevskiy
New option can be used for displaying full information about binary package(s), including name, full version, recipe name, recipe full version and package size. This information can be useful to produce detailed image manifest for further analysis. List of packages can be specified as command lin

[OE-core] question about -native and prefix

2016-06-05 Thread Nicolas Dechesne
hi, i was looking at log files and I noticed that when building a 'native' recipe ${prefix} is set to the sysroot path, e.g. export prefix="/home/nicolas.dechesne/work/oe-rpb/build-rpb/tmp-rpb-glibc/sysroots/x86_64-linux/usr" as such during do_install() files are typically installed in ${DESTDI

Re: [OE-core] [PATCH 24/25] systemtap: update to 3.0

2016-06-05 Thread Burton, Ross
On 3 June 2016 at 10:15, Alexander Kanavin < alexander.kana...@linux.intel.com> wrote: > Remove docproc-build-fix.patch, as the build problem it's fixing > now happens only if building html docs is explicitly enabled > (which we do not do). > This has some non-deterministic build dependencies: p

[OE-core] Issue with python-imaging

2016-06-05 Thread Michael Dangler
Hello Hopefully I am in the right place. Not having any luck with building yocto with ros or even just trying to bitbake python-imaging. Seems the issue always fails with the following - Build Configuration: BB_VERSION= "1.26.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "Ubun

[OE-core] [PATCH] libarchive: respect disable-acl configuration option

2016-06-05 Thread Maxin B. John
Update configure.ac to properly handle --disable-acl option [YOCTO #9668] Signed-off-by: Maxin B. John --- ...c-check-acl-libacl.h-and-sys-acl.h-based-.patch | 66 ++ .../libarchive/libarchive_3.2.0.bb | 1 + 2 files changed, 67 insertions(+) create mode 10

Re: [OE-core] [PATCH v2 1/1] linux-firmware: remove hard-coded paths

2016-06-05 Thread Burton, Ross
On 31 May 2016 at 06:21, Ian Ray wrote: > There was quite a lot of discussion in the v1 patch thread, but > this patch was revised based on Phil's comments[*] and as such > it seems like a good first step. > Doesn't the kernel itself so the initial firmware search, and if so is that correctly in

Re: [OE-core] INHERIT += "image-buildinfo" doesn't parse

2016-06-05 Thread Trevor Woerner
On Sun 2016-06-05 @ 09:06:50 AM, Trevor Woerner wrote: > On Sun 2016-06-05 @ 09:04:12 AM, Trevor Woerner wrote: > > oh... wait, sorry my mistake I didn't test properly, let me try again... > > yes, that fixes it :-D > > (i was using git://git.yoctoproject.org/poky's meta instead of > git://git.op

Re: [OE-core] INHERIT += "image-buildinfo" doesn't parse

2016-06-05 Thread Trevor Woerner
On Sun 2016-06-05 @ 09:04:12 AM, Trevor Woerner wrote: > oh... wait, sorry my mistake I didn't test properly, let me try again... yes, that fixes it :-D (i was using git://git.yoctoproject.org/poky's meta instead of git://git.openembedded.org/openembedded-core.git's) -- _

Re: [OE-core] INHERIT += "image-buildinfo" doesn't parse

2016-06-05 Thread Trevor Woerner
oh... wait, sorry my mistake I didn't test properly, let me try again... -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] INHERIT += "image-buildinfo" doesn't parse

2016-06-05 Thread Trevor Woerner
On Sun 2016-06-05 @ 08:20:11 AM, Richard Purdie wrote: > On Sat, 2016-06-04 at 18:55 -0400, Trevor Woerner wrote: > > Any config with > > INHERIT += "image-buildinfo" > > doesn't parse on master (updated moments ago): > > > > ERROR: Error in compiling python function in /z/layerindex > > -

Re: [OE-core] INHERIT += "image-buildinfo" doesn't parse

2016-06-05 Thread Richard Purdie
On Sat, 2016-06-04 at 18:55 -0400, Trevor Woerner wrote: > Any config with > INHERIT += "image-buildinfo" > doesn't parse on master (updated moments ago): > > ERROR: Error in compiling python function in /z/layerindex > -master/layers/meta-poky/meta/classes/image-buildinfo.bbclass, lin