All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] kernel/kernel-yocto: consolidated pull request
@ 2020-05-13 14:24 Bruce Ashfield
  2020-05-13 14:24 ` [PATCH 1/4] linux-yocto/5.4: update to v5.4.38 Bruce Ashfield
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Bruce Ashfield @ 2020-05-13 14:24 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core, steve

From: Bruce Ashfield <bruce.ashfield@gmail.com>

Hi all,

This is a resend of the v5.4 stable bump to v5.4.38, plus a new -stable
bump to v5.4.40.

The extra changes to make these pass the AB tests are the kernel
reproducibility commits.

The issue we had on the last submission was that IKHEADERS was switched
to a module, and hence was failing reproducibility tests as we didn't
have the timestamp variables exported for the module build. It has
always been a problem, just one we hadn't hit.

I've left the fix as two commits on purpose, since the copy of the
reproducibility export fixes the problem, and is definitely safe for dunfell,
and the second commit is my effort to remove the duplication of logic and
create a common python routine they can call. I've used the techniques for
subprocess running that I've done in other kernel build elements, but if they
aren't the right ones to use, point me in the right direction.

All said, these are green on the AB and should be ok for master and
dunfell.

Cheers,

Bruce

The following changes since commit b5763b2f480a9b994103debf02f1d11a92c27238:

  bitbake: lib/bs4/testing.py: fix bs4 testing (2020-05-05 13:22:29 +0100)

are available in the Git repository at:

  git://git.yoctoproject.org/poky-contrib zedd/kernel
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel

Bruce Ashfield (4):
  linux-yocto/5.4: update to v5.4.38
  linux-yocto/5.4: update to v5.4.40
  kernel/reproducibility: kernel modules need SOURCE_DATE_EPOCH export
  kernel/reproducibility: factor kernel source epoch for common use

 meta/classes/kernel.bbclass                   | 34 ++++++++++++-------
 .../linux/linux-yocto-rt_5.4.bb               |  6 ++--
 .../linux/linux-yocto-tiny_5.4.bb             |  8 ++---
 meta/recipes-kernel/linux/linux-yocto_5.4.bb  | 22 ++++++------
 4 files changed, 40 insertions(+), 30 deletions(-)

-- 
2.19.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2020-05-15  2:29 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-13 14:24 [PATCH 0/4] kernel/kernel-yocto: consolidated pull request Bruce Ashfield
2020-05-13 14:24 ` [PATCH 1/4] linux-yocto/5.4: update to v5.4.38 Bruce Ashfield
2020-05-13 14:24 ` [PATCH 2/4] linux-yocto/5.4: update to v5.4.40 Bruce Ashfield
2020-05-13 14:24 ` [PATCH 3/4] kernel/reproducibility: kernel modules need SOURCE_DATE_EPOCH export Bruce Ashfield
2020-05-13 14:24 ` [PATCH 4/4] kernel/reproducibility: factor kernel source epoch for common use Bruce Ashfield
2020-05-13 14:26   ` Bruce Ashfield
2020-05-14 17:11   ` [OE-core] " Joshua Watt
2020-05-14 19:25     ` Bruce Ashfield
2020-05-14 19:32       ` Bruce Ashfield
2020-05-14 14:09 ` [PATCH 0/4] kernel/kernel-yocto: consolidated pull request Richard Purdie
2020-05-14 14:22   ` Bruce Ashfield
     [not found]   ` <160EEB0DDF36CFC2.25549@lists.openembedded.org>
2020-05-14 19:44     ` [OE-core] " Bruce Ashfield
2020-05-14 20:10       ` Richard Purdie
2020-05-15  2:28         ` Bruce Ashfield
2020-05-15  2:28           ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.