summaryrefslogtreecommitdiffstats
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
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>