Re: [yocto] Repeteability in image compilation. How to achieve it? How to measure it?

2017-02-03 Thread Clemens Lang
diffoscope can be very helpful in this. See https://reproducible-builds.org/tools/. You may want to start comparing individual packages first, before you tackle image creation, though. HTH, Clemens -- Clemens Lang • Development Specialist BMW Car IT GmbH • Lise-Meitner-Str. 14 • 89081 Ulm • ht

Re: [yocto] Building on MacOS X

2017-01-13 Thread Clemens Lang
. by making some standard system tools signed binaries that no longer load preloaded libraries. HTH, Clemens -- Clemens Lang • Development Specialist BMW Car IT GmbH • Lise-Meitner-Str. 14 • 89081 Ulm • http://bmw-carit.com

Re: [yocto] CommonAPI *.so bindings

2016-11-30 Thread Clemens Lang
directly, in which case this code will not be run at all. If your project does not need the ability to switch between different communication backends of CommonAPI, that should also work for you. Note that you may need -Wl,--push-state,--no-as-needed,-library,--pop-state depending on wh

Re: [yocto] linux/limits.h: No such file or directory

2016-07-07 Thread Clemens Lang
back then was add a dependency from gcc-crosssdk-initial to nativesdk-linux-libc-headers if $TARGET_OS starts with “linux”. HTH, Clemens -- BMW Car IT GmbH Clemens Lang Spezialist Entwicklung Lise-Meitner-Straße 14 89081 Ulm Tel: +49-7

[yocto] [PATCH] ldconfig-native: Fix ELF flags on 64-bit binaries

2016-03-30 Thread Clemens Lang
y (GLRO_dl_debug_mask & DL_DEBUG_LIBS))\ + _dl_debug_printf (" platform mismatch %x vs. %x\n", lib->hwcap & _DL_HWCAP_PLATFORM, platform); \ + continue; \ + } SEARCH_CACHE (cache_new); } else This version of l

Re: [yocto] building on os x

2016-01-04 Thread Clemens Lang
tp://trac.macports.org/changeset/141420 if somebody wants to give this a shot. HTH, Clemens -- Clemens Lang • Development Specialist BMW Car IT GmbH • Lise-Meitner-Str. 14 • 89081 Ulm • http://bmw-carit.com - BMW Car IT Gmb

Re: [yocto] [meta-raspberrypi][PATCH] firmware.inc: Fetch a zip instead of cloning a git repo

2015-07-05 Thread Clemens Lang
brings its own set of problems, but is still a worthwhile improvement over the current situation IMO. Best regards, Clemens -- Clemens Lang • Development Specialist BMW Car IT GmbH • Lise-Meitner-Str. 14 • 89081 Ulm • http://bmw-carit.com ---

Re: [yocto] [PATCH] bitbake: fetch2: Revalidate checksums, YOCTO #5571

2015-02-27 Thread Clemens Lang
571&id=2f59e26e534dc6b6d4c5bb8d78c574042e0fe7a7 Thanks, that was helpful in confirming that my approach isn't completely unreasonable. Clemens -- Clemens Lang • Development Specialist BMW Car IT GmbH • Lise-Meitner-Str. 14 • 89081 Ulm • http://bmw-carit.com ---

Re: [yocto] [PATCH] bitbake: fetch2: Revalidate checksums, YOCTO #5571

2015-02-26 Thread Clemens Lang
Hi, On Mon, Feb 23, 2015 at 03:22:43PM +0100, Clemens Lang wrote: > [YOCTO #5571] -- https://bugzilla.yoctoproject.org/show_bug.cgi?id=5571 Can somebody review this? Is there anything I need to do to get this considered for merging? -- Clemens Lang • Development Specialist BMW Car IT G

[yocto] [PATCH] bitbake: fetch2: Revalidate checksums, YOCTO #5571

2015-02-23 Thread Clemens Lang
checksums from scratch on every do_fetch by storing them in pickled format in the done stamp and verifying that they still match those in the recipe. Signed-off-by: Clemens Lang --- bitbake/lib/bb/fetch2/__init__.py | 106 ++ 1 file changed, 96 insertions(+), 10

Re: [yocto] Automated license incompatibility checks

2015-01-28 Thread Clemens Lang
ly for each image we build, because we have different requirements for development and production images (but that has been possible with INCOMPATIBLE_LICENSE before). Does that shed some light on what I'm trying to achieve? Cheers, Clemens [1] https://www.gnu.org/licenses/license-list.html

[yocto] Automated license incompatibility checks

2015-01-28 Thread Clemens Lang
What are your thoughts on the additional minisat dependency? I assume it would be possible to make it a requirement only if somebody is actually using the bbclass? Most distributions I checked do not currently ship satispy. Would bundling it with poky (or wherever the bbclass + tests would go) be