All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] ppc: Require libfdt 1.4.0 as minimum version
@ 2015-05-18 10:59 Thomas Huth
  2015-05-18 10:59 ` [Qemu-devel] [PATCH 1/2] dtc: Update dtc / libfdt submodule to version 1.4.0 Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Huth @ 2015-05-18 10:59 UTC (permalink / raw)
  To: qemu-ppc, Alexander Graf; +Cc: mdroth, aik, qemu-devel, afaerber, David Gibson

The patch "spapr_drc: initial implementation of sPAPRDRConnector device"
requires the function fdt_get_property_by_offset() from libfdt, which
is only properly exported there since version 1.4.0. So let's make
sure that we require at least version 1.4.0 of libfdt nowadays.

Thomas Huth (2):
  dtc: Update dtc / libfdt submodule to version 1.4.0
  configure: Check for libfdt version 1.4.0

 configure | 6 ++++--
 dtc       | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2015-05-18 13:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-18 10:59 [Qemu-devel] [PATCH v2 0/2] ppc: Require libfdt 1.4.0 as minimum version Thomas Huth
2015-05-18 10:59 ` [Qemu-devel] [PATCH 1/2] dtc: Update dtc / libfdt submodule to version 1.4.0 Thomas Huth
2015-05-18 10:59 ` [Qemu-devel] [PATCH 2/2] configure: Check for libfdt " Thomas Huth
2015-05-18 13:09 ` [Qemu-devel] [PATCH v2 0/2] ppc: Require libfdt 1.4.0 as minimum version Alexander Graf

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.