summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/recipes-kernel
AgeCommit message (Expand)AuthorFilesLines
2017-04-12add vmware driversMartin Kelly1-0/+13
2017-04-01qemux86-64: add Virtio GPU DRM driverMatt Porter1-0/+1
2017-02-24Fix the typo of sufix qemux86-64Phong Tran1-1/+1
2016-11-16Add support for CES 2017 demo hardwareScott Murray3-0/+16
2016-10-05Enable the DRM backend for Weston on QEMU-x86/x86-64Tadao Tanikawa2-0/+2
2016-09-01Changes for building with YP 2.1.1 'krogoth'Jan-Simon Möller1-3/+0
2016-07-19vmdk images need harddisk drivers built-inJan-Simon Möller2-0/+11
2016-01-21Update linux kernel for QEMUx86-64 and Minnowboard MAXTadao Tanikawa2-2/+4
2016-01-15Support MinnowBoard MAXTadao Tanikawa2-0/+2
2016-01-13QEMU kernel: add and fix fanotify API (SPEC-89)Manuel Bachmann3-1/+213
2015-10-22Provide Wayland FITS, disabled by defaultManuel Bachmann2-0/+7
t .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
Different components of the AGL layers are under different licenses (a mix
of MIT and GPLv2). See LICENSE.GPL-2.0-only and LICENSE.MIT for further
details of the individual licenses.

All metadata (e.g. .bb, .bbappend, .bbclass, .inc, templates/* and similar)
is MIT licensed unless otherwise stated.
Source code included in tree for individual recipes (e.g. patches) are under
the LICENSE stated in the associated recipe (.bb file) unless otherwise stated.

License information for any other files (scripts) is either explicitly stated
or defaults to GPL version 2 only.

Individual files can contain the following style tags instead of the full
license text to identify their license:

    SPDX-License-Identifier: GPL-2.0-only
    SPDX-License-Identifier: MIT

This enables machine processing of license information based on the SPDX
License Identifiers that are here available: http://spdx.org/licenses/