summaryrefslogtreecommitdiffstats
path: root/rules/host-qemu.make
Commit message (Collapse)AuthorAgeFilesLines
* gobject-introspection: don't use rpathMichael Olbrich2016-05-011-1/+2
| | | | | | | It's only used for running in qemu and although the rpath is disabled, the path remains in the target binary. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: fix cross ldd for x86_64Michael Olbrich2016-04-291-3/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: fix arch selection for x86_64Michael Olbrich2016-04-291-1/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qemu: rename ldd-cross so it can be used as 'ldd' with a special PATHMichael Olbrich2016-04-211-2/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: version bump 2.4.1 -> 2.5.1Michael Olbrich2016-04-211-6/+9
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: fix ldd-cross for PowerPCMichael Olbrich2016-04-201-0/+2
| | | | | | | The ldd script looks different on PowerPC so the sed magic didn't work correctly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: fix ldd-cross for toolchains with broken lddptxdist-2016.01.0Michael Olbrich2016-01-221-1/+2
| | | | | | For some toolchains the shebang in ldd is broken. Fix it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: enable guest base supportJan Luebbe2016-01-121-1/+1
| | | | | | | | | This is needed in some cases for qemu userspace emulation of non-PIE executables linked to addresses < /proc/sys/vm/mmap_min_addr. In that case, qemu would fail with 'Operation not permitted'. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: add helper scriptsMichael Olbrich2016-01-121-0/+15
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: version bump 2.3.0 -> 2.4.1Michael Olbrich2015-11-071-19/+36
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: version bump 2.2.0 -> 2.3.0Robert Schwebel2015-04-301-3/+4
| | | | | | | | Version update; there is one new option and the OpenGL option has changed. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: add support for arm64Michael Olbrich2015-01-311-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: version bump 2.0.0 -> 2.2.0Michael Olbrich2015-01-311-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: version bump 1.5.0 -> 2.0.0Michael Olbrich2014-04-191-4/+7
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: version bump 1.4.1 -> 1.5.0Michael Olbrich2013-06-121-7/+8
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: allow building with vde enabledMichael Olbrich2013-06-101-1/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qemu: add package for a host-side qemuptxdist-2013.05.0Jan Luebbe2013-05-071-0/+93
Signed-off-by: Jan Luebbe <jlu@pengutronix.de> [mol: menuconfig, disable fdt and generalize target list] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>