summaryrefslogtreecommitdiffstats
path: root/package/xen/0007-tools-include-sys-sysmacros.h-on-Linux.patch
Commit message (Collapse)AuthorAgeFilesLines
* package/xen: bump to version 4.9.0Alistair Francis2017-07-011-52/+0
| | | | | | | | Upgrade the Xen package to Xen 4.9.0. This also means we can remove almost all of the patches we were previously carrying. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/xen: Backport a header include fix for makedevAlistair Francis2017-05-301-0/+52
maekdev() is available from sys/types.h but only due to a bug in glibc. This is being fixed by printing an error when using makedev() from sys/types.h. To fix the issue we should include sys/sysmacros.h for makedev(). As this has already been fixed in upstream Xen we can backport the patch. Fixes: http://autobuild.buildroot.net/results/552/552e66d764885341b2fe208a0e4382b5fe05ea9d/ Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud