summaryrefslogtreecommitdiffstats
path: root/recipes-zynqmp
Commit message (Collapse)AuthorAgeFilesLines
* recipes-zynqmp: qemu: Update the backported patchesAlistair Francis2016-05-151-4/+4
| | | | | | | | | | | The meta layer has updated QEMU to version 2.5.1 which includes a patch that touches some of the target-arm code. This causes the backported QEMU patch included in meta-xilinx to not apply. This patch updates the patch to apply to QEMU 2.5.1. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* qemu_2.5%.bbappend: Create bbappend for arm64 patchesNathan Rossi2016-02-294-0/+185
| | | | | | | | Backport patches from post 2.5 QEMU which implement certain registers on arm64 which are probed by newer kernels and are required in order to boot newer (4.4+) kernels. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* qemu: Drop 2.4.* recipe with ZynqMP patchesNathan Rossi2015-12-282-38/+0
| | | | | | These patches are merged and available from QEMU 2.5+. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* Fix up use of '_append +='Nathan Rossi2015-11-261-1/+1
| | | | | | | | | | | | The use of '_append' and '+=' together is considered bad practice within recipes. It is preferred to explicitly add the preceeding spaces where they are applicable instead of using the '+=' to achieve the same result. Change all the uses of '_append +=' to match the recommended pattern, adding in spaces where explicitly required. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* qemu_2.4: Wildcard revision/minor versionNathan Rossi2015-11-231-0/+0
| | | | | | * The patch needs to be backported for all the 2.4.* releases Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* qemu: Add patch for ZynqMPNathan Rossi2015-09-092-0/+38
* This patch is required in order for kernels with upstream device trees to work correctly * Patch was submitted to qemu-devel Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>