aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-03-25libegl: Add RPROVIDES for libegl.soStephen Lawrence1-0/+1
libegl-dev provides libegl.so but this is not found when do_rootfs installs dependent packages for certain package configurations. Add RPROVIDES so it is found. Fixes do_rootfs build errors of the form: error: Can't install gles-user-module-1.0-r0@koelsch: no package provides libEGL.so
2015-03-25mesa: Add patch for compiling mesa when drm platform is not set.Florin Sarbu2-0/+64
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2015-03-25kernel: Set PREFERRED_VERSION as 3.10%Stephen Lawrence1-0/+3
From Intrepid the Genivi Yocto Baseline maintainers set 3.14 as the default kernel version for the QEMU machines they support. So we now override that to avoid a long list of build messages stating it is switching from 3.14 to 3.10.
2015-03-25linux.inc: Enable support for CGROUPS Enable FHANDLE for serial consoleFlorin Sarbu1-0/+13
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2015-03-25rcar-gen2 machines: Remove linaro toolchain related PREFERRED variablesStephen Lawrence1-8/+0
For Yocto Project 1.7 and Genivi 7.0 we have adopted the Yocto Project gcc toolchain. Removed the PREFERRED variables related to the linaro toolchain
2015-03-25YP 1.7: For YP 1.7 we have adopted the YP gcc toolchain. Remove linaro bbappendStephen Lawrence1-1/+0
For Yocto project 1.7 and Genivi 7.0 we have adopted the YP gcc toolchain, therefore remove the linaro toolchain bbappend.
2015-03-25eglibc: YP 1.7 has switched to glibc. Remove eglic bbappendStephen Lawrence1-1/+0
Yocto project 1.7 switched from eglibc to glibc, therefore remove the eglibc bbappend.
2015-03-25mesa: Rename mesa bbappend to use wildcard for minor versionStephen Lawrence1-0/+0
Changed as part of update to YP 1.7
2015-03-25cogl: Rename cogl bbappend to use wildcard for minor version numberStephen Lawrence1-0/+0
Changed as part of the update to YP 1.7
2015-03-25gtk+: Rename gtk bbappend to use wildcard for minor numberStephen Lawrence1-0/+0
Changed as part of the update to YP 1.7
2015-03-25qemu: Rename qemu bbappend to use version wildcardStephen Lawrence1-0/+0
The current bbappend makes a simple change and seems to be a good candidate for using a version wildcard to avoid churn in the commit log just to rev the filename. Changed as part of the update to YP 1.7.
2015-03-25commit BSP v1.8.0Nobuhiro Iwamatsu248-0/+23218
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>