Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] vboot-utils fixes
@ 2015-12-30 14:05 Alex Suykov
  2015-12-30 14:05 ` [Buildroot] [PATCH 1/3] vboot-utils: MTD_CHAR_MAJOR definition Alex Suykov
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Alex Suykov @ 2015-12-30 14:05 UTC (permalink / raw)
  To: buildroot

vboot-utils depend on relatively recent host kernel headers,
and fail to build on some of the autobuilders.

MTD_CHAR_MAJOR definition appears in linux-3.13, and ssize_t related
failures probably happen with glibc from the same timeframe.

Sadly I cannot check it properly, I can only tell it does not break
builds on newer systems. If possible, please try them on some older
systems before applying.

If everything works well, I'd try to send 0002 upstream, but probably not 0001.
It's an ugly fix and I don't think upstream cares much about older kernels.

  vboot-utils: MTD_CHAR_MAJOR definition
  vboot-utils: ssize_t needs unistd.h
  vboot-utils: remove hash file

 package/vboot-utils/0001-mtd-char-major.patch | 17 +++++++++++++++++
 package/vboot-utils/0002-ssize-t.patch        | 14 ++++++++++++++
 package/vboot-utils/vboot-utils.hash          |  2 --
 3 files changed, 31 insertions(+), 2 deletions(-)
 create mode 100644 package/vboot-utils/0001-mtd-char-major.patch
 create mode 100644 package/vboot-utils/0002-ssize-t.patch
 delete mode 100644 package/vboot-utils/vboot-utils.hash

-- 
2.6.4

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

end of thread, other threads:[~2016-01-02  6:17 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-30 14:05 [Buildroot] [PATCH 0/3] vboot-utils fixes Alex Suykov
2015-12-30 14:05 ` [Buildroot] [PATCH 1/3] vboot-utils: MTD_CHAR_MAJOR definition Alex Suykov
2015-12-30 14:58   ` Thomas Petazzoni
2015-12-30 14:05 ` [Buildroot] [PATCH 2/3] vboot-utils: ssize_t needs unistd.h Alex Suykov
2015-12-30 14:58   ` Thomas Petazzoni
2015-12-30 14:06 ` [Buildroot] [PATCH 3/3] vboot-utils: remove hash file Alex Suykov
2015-12-30 15:00   ` Thomas Petazzoni
2015-12-30 21:41     ` Arnout Vandecappelle
2015-12-30 21:53       ` Thomas Petazzoni
2015-12-30 22:10         ` Arnout Vandecappelle
2015-12-30 22:53           ` Thomas Petazzoni
2016-01-01 14:52             ` Alex Suykov
2016-01-01 21:52               ` Yann E. MORIN
2016-01-01 19:45           ` Peter Korsgaard
2016-01-02  6:17 ` [Buildroot] [PATCH 0/3] vboot-utils fixes Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox