Re: [OE-core] [PATCH v3 00/11] Reproducible binaries

2017-08-18 Thread Bystricky, Juro
Yes, the warning is legit. because the kernel sources are not obtained the usual way via do_unpack (that's where SOURCE_DATE_EPOCH is being determined). This has been addressed in kernel.bbclass, kernel_do_compile() . From: Martin Jansa [martin.ja...@gmail.com] S

Re: [OE-core] [PATCH v3 00/11] Reproducible binaries

2017-08-18 Thread Martin Jansa
Thanks! FWIW: I've refreshed the patches from ML and still see: WARNING: linux-yocto-4.10.17+gitAUTOINC+e92bd55409_6648a34e00-r0 do_unpack: Unable to determine src_date_epoch! path:/OE/build/oe-core/tmp-glibc/work-shared/qemux86/kernel-source On Fri, Aug 18, 2017 at 8:27 PM, Bystricky, Juro wr

Re: [OE-core] [PATCH v3 00/11] Reproducible binaries

2017-08-18 Thread Bystricky, Juro
I will resend the remaining patches, today & tomorrow. Obviously there are also some other changes, but the error you mention should be fixed. I will rebase them on the current master as of today (0bd2dd08e3daf284a6bb7757651af8d40393aec2) From: Martin Jansa [mar

Re: [OE-core] [PATCH v3 00/11] Reproducible binaries

2017-08-18 Thread Martin Jansa
I've seen that some of these patches were already merged to master. Can you please resend remaining patches for oe-core? I'm testing some slightly older version of your patches and I see couple recipes failing e.g. like this one: http://errors.yoctoproject.org/Errors/Details/151939/ On Wed, Aug 9

[OE-core] [PATCH v3 00/11] Reproducible binaries

2017-08-09 Thread Juro Bystricky
This patch-set contains basic changes needed in order to support building of reproducible bianries. The set containes the following patches: 0001-reproducible_build.bbclass-initial-support-for-binar.patch 0002-image-prelink.bbclass-support-binary-reproducibility.patch 0003-rootfs-postcommands.bbcl