summaryrefslogtreecommitdiffstats
path: root/recipes-systemdev/images/systemdev-sdk.inc
AgeCommit message (Collapse)Author
2015-08-19systemdev-image: add yasm to all systemdev SDK imagesReinette Chatre
yasm is a portable, retargetable assembler that supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes and outputs binaries in ELF32 and ELF64 object formats. This assembler is needed for running the graphics workload test video-cpu-usage test from phoronix-test-suite. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-05-18systemdev-sdk: add weston-examplesJoe Konno
Add 'weston-examples' which contains a suite and wayland test clients-- some of which exercise EGL-- that are useful to developers. Signed-off-by: Joe Konno <joe.konno@intel.com> Signed-off-by: Darren Hart <dvhart@infradead.org>
2015-03-11include stack smash protection libraries in SDK imageReinette Chatre
We find in packagegroup-core-sdk.bb that only some of the gcc libraries are recommended to be installed as part of the sdk package group, which "tools-sdk" resolves to. We would like to be able to compile applications with libssp (stack smashing protection) and thus add these libraries manually to the list. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Dropped the -dev as it is automatically added in the sdk images. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2015-02-20include swig in the SDK imageReinette Chatre
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages. SWIG is most commonly used to create high-level interpreted or compiled programming environments, user interfaces, and as a tool for testing and prototyping C/C++ software. SWIG is typically used to parse C/C++ interfaces and generate the 'glue code' required for the above target languages to call into the C/C++ code. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> 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>