summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
AgeCommit message (Collapse)Author
2017-01-27layer.conf: remove mention of isg layerpyroJoe Konno
This was removed in meta-intel, so do not reference it. Signed-off-by: Joe Konno <joe.konno@intel.com>
2016-01-29systemdev: include dpdk in systemdev imageReinette Chatre
DPDK is a set of libraries and drivers for fast packet processing. It was designed to run on any processors. The first supported CPU was Intel x86 and it is now extended to IBM Power 8, EZchip TILE-Gx and ARM. DPDK can be found in meta-isg layer from meta-intel so we update layer dependencies. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com>
2016-01-29layer: fix layer dependency on intel (meta-intel) layerReinette Chatre
meta-systemdev depends on meta-intel but the layer dependecy has not been configured in layer.conf, fix this. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Reviewed-by: Darren Hart <dvhart@linux.intel.com>
2015-10-16layer.conf: add filesystems-layerReinette Chatre
To support system development on a variety of systems we add the filesystems layer which gives us access to the XFS and F2FS tools. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-02-09layer.conf: Add LAYERDEPENDS_systemdev dependenciesDarren Hart
We depend on a number of layers from meta-openembedded, enumerate them here. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-01-23Systemdev: Initial commitDarren Hart
The meta-systemdev layer provides a Distro definition (systemdev), and image recipes intended for system development, validation, and benchmarking. The base systemdev-image provides a console-based image with analysis tools, test suites, and benchmarks. The SDK variants add a toolchain and development libraries. The XFCE variants add the XFCE desktop and graphical benchmarks. Signed-off-by: Darren Hart <dvhart@linux.intel.com>