Age | Commit message (Collapse) | Author | Files | Lines |
|
kernel-module-dc-linuxfb
The package provides modules that are not found when do_rootfs installs dependent
packages for certain package configurations. Add them to the RPROVIDES so they are found.
Fixes do_rootfs build errors of the form:
error: Can't install <foo>0@koelsch: no package provides <bar>
|
|
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
|
|
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
|
|
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.
|
|
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
|
|
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
|
|
For Yocto project 1.7 and Genivi 7.0 we have adopted the YP gcc toolchain,
therefore remove the linaro toolchain bbappend.
|
|
Yocto project 1.7 switched from eglibc to glibc, therefore remove the eglibc bbappend.
|
|
Changed as part of update to YP 1.7
|
|
Changed as part of the update to YP 1.7
|
|
Changed as part of the update to YP 1.7
|
|
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.
|
|
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
|