]> code.ossystems Code Review - openembedded-core.git/commit
qemu: Move recipe version specific patches and features to recipe
authorNathan Rossi <nathan@nathanrossi.com>
Mon, 2 Jan 2017 07:17:56 +0000 (17:17 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Mar 2017 11:13:47 +0000 (11:13 +0000)
commit2431faeb88a008b501547808fb8632943b992dcb
treeb30e04c28f6080e66bb29f3f2e010377cde3d3d3
parent75a1dd39a63329e9b2d41d3a12ff58049248d2ff
qemu: Move recipe version specific patches and features to recipe

Move all the version specific patches, overrides and configuration that
are in qemu.inc to the versioned QEMU recipe.

This includes moving patches that target the versioned recipe, ptest
configuration (which is not available in QEMU by default) and the
installing of the powerpc_rom.bin.  All these patches/files are also
only located in the FILESEXTRAPATHS that is valid from the recipe file
and not from qemu.inc itself.

The purpose of this change is to make the qemu.inc re-usable for
multiple versions of QEMU as well as forks and recipes that intend to
provide custom patches.

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
meta/recipes-devtools/qemu/qemu.inc
meta/recipes-devtools/qemu/qemu_2.8.0.bb