aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-core
AgeCommit message (Collapse)AuthorFilesLines
2018-10-08Fix build of json-c on newer hostsdabJan-Simon Möller2-0/+104
Newer hosts with gcc >= 7.1 might fail to compile json-c. Fix by backporting patchset. Change-Id: Ic089a30d2ad1096ac3b1ef86f842eeab4460cfe1 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-10-08Remove already applied patchJan-Simon Möller2-43/+0
with the uprev of YP to 2.2.4, we have the patch already applied. Change-Id: Ie6188faccdf87b5e0b6affb6526b99f9de4a3c30 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-01-16Remove glibc backport prior to update of pokyJan-Simon Möller2-75/+0
This removes the fix for CVE-2017-1000366.backport.patch as it is in the next upstream version that is being merged. Change-Id: Ifdb95e680194dca2e54119dc0d8b5f29c2a9047d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-09-05Renew backports after upstream update - CVE2017-1000366Jan-Simon Möller3-638/+72
This change renews the backports for glibc after upstream YP updated its glibc patch queue. We change the method from pulling the SRCREV up to backporting the patch only. Bug-AGL: SPEC-705 Change-Id: I212ae065bc3fc886f1fddb65628dbd2788bb9370 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10775
2017-06-29Fix for CVE-2017-1000366 in glibcJan-Simon Möller2-0/+641
This changeset fixes CVE-2017-1000366 by using the latest glibc revision from the 2.24 glibc git as of today which includes the needed fix. One patch file had to be adapted and overlayed with our custom version (patching just conflicts on ChangeLog, no source file affected). Bug-AGL: SPEC-705 SPEC-707 Change-Id: I1fbb6bc5862ada6b8b5479796c6a488a11c53ed4 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9933 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
2017-03-17Add kernel config for uart bluetooth device supporttte_zheng_wenlong2-0/+22
Change-Id: Idb61c0f1f52ca9fb6b1afd50e4a397678971f6e5 Signed-off-by: tte_zheng_wenlong <wenlong_zheng_za@mail.toyota.co.jp>
2017-01-10Add fix for gnutls which is not in morty, yetJan-Simon Möller2-0/+43
This fix was posted here for master, but not yet submitted to morty: https://patchwork.openembedded.org/patch/133002/ Change-Id: I51a279347c1d652e3a9335c0680d2ac4bcff6cf6 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>