From: Alex Suykov <alex.suykov@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/3] vboot-utils fixes
Date: Wed, 30 Dec 2015 16:05:24 +0200 [thread overview]
Message-ID: <cover.1451483256.git.alex.suykov@gmail.com> (raw)
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
next reply other threads:[~2015-12-30 14:05 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-30 14:05 Alex Suykov [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1451483256.git.alex.suykov@gmail.com \
--to=alex.suykov@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox