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

2017-02-03 Thread Clemens Lang
roducible builds project. Especially 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-Mei

Re: [yocto] Building on MacOS X

2017-01-13 Thread Clemens Lang
working, too, though, e.g. 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

Re: [yocto] CommonAPI *.so bindings

2016-11-30 Thread Clemens Lang
raries that you need into the binary 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,

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

2016-07-07 Thread Clemens Lang
history, the workaround we did 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-

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

2016-03-30 Thread Clemens Lang
_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 ldconfig-nat

Re: [yocto] building on os x

2016-01-04 Thread Clemens Lang
rg/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 GmbH Geschäftsführer: M

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

2015-07-05 Thread Clemens Lang
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 - BMW Car

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

2015-02-27 Thread Clemens Lang
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 - BMW Car IT GmbH Geschäftsführer: Michael Würtenberger

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 GmbH

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

2015-02-23 Thread Clemens Lang
the 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 clemens.l...@bmw-carit.de --- bitbake/lib/bb/fetch2/__init__.py | 106 ++ 1 file changed, 96

Re: [yocto] Automated license incompatibility checks

2015-01-28 Thread Clemens Lang
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#OriginalBSD -- Clemens Lang • Development

[yocto] Automated license incompatibility checks

2015-01-28 Thread Clemens Lang
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 a viable option? -- Clemens Lang • Development Specialist BMW Car IT GmbH • Lise-Meitner-Str. 14 • 89081 Ulm