Commit Graph

9 Commits

Author SHA1 Message Date
Ciro Santilli
faaa791c9f buildroot: update to 2018.05-rc1
qemu: update to v2.12.0

The Buildroot update fixes #28 which broke the build on Ubuntu 18.04,
which had error message:

    conflicting types for 'copy_file_range'

We shouldn't normally update to -rc tags, but it fixes the build and I can't
be bothered to bisect further, when 2018.05 comes we will just update again.

The qemu update is kind of random, and I shouldn't have done it at the same
time, but so be it. I did it because I noticed the build was broken while
trying to fix .gitignores on QEMU.
2018-05-19 21:58:38 +01:00
Ciro Santilli
a1776aef80 QEMU guest agent qemu-ga 2018-02-23 04:35:03 +00:00
Ciro Santilli
254c8bf42e adoc
Semi automated conversion, in part because Pandoc is kind of buggy for adoc:

Some of the commands were along the lines:

    for f in *.md; do pandoc --atx-headers --base-header-level=3 -o ${f%.md}.adoc --wrap=none $f; done
    sed -Ei '/\[\[.*\]\]/d' *.adoc
    while read -r f; do cat $f; echo; done <f >g
2018-02-14 04:26:07 +00:00
Ciro Santilli
5ad68edd00 Linux 4.12, buildroot 2017.08, Ubuntu 17.10.
17.10 failed with a similar message to: http://patchwork.ozlabs.org/patch/772848/
but applying that patch did not solve it, apparently there were fixes already
on later versions of the tracked package.

Update .gitmodules to ignore patches we apply to Buildroot.
2017-11-16 20:53:06 +00:00
Ciro Santilli
c47c6d7c9f build-root 2017-06-18 08:45:09 +01:00
Ciro Santilli
817344e874 Use HOST_QEMU_OPTS instead of patching Buildroot 2017-06-03 07:34:42 +01:00
Ciro Santilli
ec5246f85b Move comment to patch itself 2017-06-03 04:50:03 +01:00
Ciro Santilli
a2f264588a Link to qemu sdl bug 2017-06-03 04:02:52 +01:00
Ciro Santilli
84c0492af2 Use buildroot qemu 2017-06-02 10:18:05 +01:00