summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2017-09-08Fix RSS-related issues for rcar gen2Jan-Simon Möller1-3/+4
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>
2017-04-26BSP's should not ship files in /usr/local/dab_3.99.1dab/3.99.13.99.1Ronan Le Martret2-2/+9
* 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>
2017-04-26Fix gstreamer1.0-plugins buildronan@iot.bzh1-0/+1
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>
2017-01-16replace deprecated function base_containsRonan3-5/+5
* 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>
2017-01-12gstreamer1.0-plugins: add missing dependency on autoconfStephane Desneux1-1/+1
Change-Id: Id8160fc3d04adbfbe95ff9535978cde096831ca2 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2017-01-12Fix bitbake parsingRonan Le Martret1-21/+0
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>
2017-01-11add backport of libnlRonan Le Martret3-0/+97
* 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>
2016-09-01Changes to meta-renesas for building with YP 2.1.1 'krogoth'Jan-Simon Möller81-99/+3899
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>
2016-01-19common: gstreamer-plugins-*: remove redundant descriptionYannick Gicquel3-22/+2
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>
2016-01-13libdrm: remove obsolete recipeYannick Gicquel4-185/+0
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>
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-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 Iwamatsu96-0/+5064
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>