Age | Commit message (Collapse) | Author | Files | Lines |
|
For pyro we need to fix a few recipes to work with the
recipe specific sysroot feature.
Change-Id: I9cc12083675ea2522a1f453f603b034e911d79fd
Bug-AGL: SPEC-646
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
* replace /usr/local with path /usr/share/renesas using:
RENESAS_DATADIR = "/usr/share/renesas"
- meta-rcar-gen2/include/rcar-gen2-path-common.inc
Bug-AGL: SPEC-533
Change-Id: I66350e850df385e901dc4a0ff56bf04452f90868
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
Add missing dependency on gettext-native.
do_patch uses autopoint tool provides by gettext-native.
Bu-AGL: SPEC-551
Change-Id: Ia619753889ee7e99bfeaf14946534fba36d8ef20
Signed-off-by: ronan@iot.bzh <ronan@iot.bzh>
|
|
* replace base_contains by bb.utils.contains
* base_contains is deprecated use bb.utils.contains instead
* yocto version: 2.2
Change-Id: Ida44a8ded5040cb8bcc1e6140dcbdc795463ce9a
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|
|
Change-Id: Id8160fc3d04adbfbe95ff9535978cde096831ca2
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
The file gst-plugins-bad contains a wrong statement and
overrides for an unused platform. Remove.
v2 (jsmoeller): remove all unnecessary stuff
Change-Id: I0d0b57d7571ee4a2620b63d5f3c37c1f3c41c19c
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
* libnl 3.2.28 are not compatible with kernel 3.10
* backport libnl from yocto krogoth
Change-Id: If446f6695bc0b51cd4a6b5e5ff87baaa26daa201
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
Notable changes:
- We drop old appends (libgcc_4.8.bbappend, qemu_%.bbappends, gtk+_2.24.%.bbappend)
- All gstreamer1.0_1.2.3 related recipes are now in meta-reneas and have been
heavily massaged to work with YP 2.1.1 .
- systemd needs a patch due to the old kernel
- linux-libc-headers needed a patch
TODO:
- Test and fix
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
these were backported from upstream meta-renesas:
http://git.yoctoproject.org/git/meta-renesas
please refer to 6427ea7388...d556a1491d
Change-Id: I75047f07037f7412f27730d5143aa02935930b8e
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
|
|
The libdrm_2.4.45 recipe is not relevant anymore.
Patches integrated in the forked version are now integrated
upstream (since release 2.4.47).
This recipe is not needed when the layer is used in poky >= 1.7
as it embed libdrm_2.5.54, and is already removed from upstream
repo. Please refer to ce65bca52 in:
http://git.yoctoproject.org/git/meta-renesas
Change-Id: I82c849a58d38be5fb00ebafcaf718834e688d085
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
|
|
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 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>
|