summaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* conf/layer.conf: add LAYERVERSION and LAYERDEPENDSRobert Yang2013-10-181-0/+6
| | | | | | | | Add LAYERVERSION and LAYERDEPENDS, it needs depend on oe-core and meta-networking layer. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* conf/layer.conf: fix "No newline at end of file"Robert Yang2013-10-181-1/+1
| | | | | | | | | | | | | | | | The last line lacked a newline (usually '\n', aka CR or CRLF) in the end, so there was a warning from git diff: \ No newline at end of file The last byte of the file should be a newline. Note: It seems that nothing is changed in this commit, but it does change the end of the last line. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* iasl: Add Intel ACPI license informationMark Asselstine2013-08-101-0/+3
| | | | | | | | | | | | | The iasl package is licensed under the Intel ACPI license. This is a variation of the MIT license but with enough modification that we don't want to mark it as MIT. Previously building this package would warn about the missing license. With this change we are providing a clear text copy of the license and calling this license out in the iasl recipe to make the warning go away and to ensure we are clearly defining this package's license information. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Rename meta-xen layer to meta-virtualization.Raymond Danks2012-11-301-3/+3
| | | | | | Updates to README and layer.conf for new name and maintainers. Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* conf/distro: Remove distro settings from software layer.Raymond Danks2012-06-271-6/+0
| | | | Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
* meta-xen/conf: Add layer.conf and distro/minimal.conf for constructing a ↵Raymond Danks2012-06-212-0/+15
lightweight xen image. Signed-off-by: Raymond Danks <ray.danks@se-eng.com>