summaryrefslogtreecommitdiffstats
path: root/meta-agl/recipes-core/glibc/glibc/arm/local-arm-futex.diff
AgeCommit message (Collapse)AuthorFilesLines
2018-04-20Introduce meta-agl-profile-core and meta-agl-profile-graphicsJan-Simon Möller1-22/+0
Rework towards agl profiles. This change is part of a series of changes to create the AGL profiles. This set will mainly introduce the 'core' profile. It is setup to be a drop-in change, thus some files were kept in (dummy) locations for now. However, they'll be taken care of in the next changes in this series. The main target of the meta-agl-profile-core layer is to host: - a minimal, bootable image with network and package management enabled -- agl-image-boot - a minimal image with network and packagemanagement and the AGL APIs -- agl-image-minimal The layer meta-agl-profile-graphical is used as superset of these and includes support for egl+wayland+weston. All recipes concerning graphics were moved there. This is not a full profile as we still have to migrate some parts of meta-agl-demo in a follow-up changeset. The roadmap as discussed during the F2F session in Karlsruhe is: - week 16 : core profile and profiles w/o graphics - week 17 : graphical profiles - week 18 : final conversion of the demo image v2: moved agl-login-manager from -graphics to -core (see Jose's comment) v3: moved back after discussion - follow-up in separate changeset Change-Id: Idacb0d1274baac1f63f8d1b850d4b1104ac33918 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-01-23glibc: Arrange patch fileChanghyeok Bae1-1/+0
Bug-AGL: SPEC-1181 Change-Id: I7e03978be6b9d44c133a42a768335c2f7368137f Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2017-09-08Revert "Forward port local-arm-futex patch to poky morty HEAD"Jan-Simon Moeller1-0/+1
Pyro does not contain the extra patch to remove # undef __ASSUME_REQUEUE_PI Thus we add it back by reverting this morty-specific change. This reverts commit 3d32b328ebece6019b118c83f56150b5c6947cd5. Bug-AGL: SPEC-853 Change-Id: I66e7a3ef524a6923444915b0135ec6a79942ec5c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10843
2017-09-06Forward port local-arm-futex patch to poky morty HEADJan-Simon Möller1-1/+0
The latest yocto update added new patches and our patchset needs a small adaptation. Bug-AGL: SPEC-853 Change-Id: I79b928543f9dfe151788a365b8f1f0921399e08d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10791 Reviewed-by: José Bollo <jobol@nonadev.net>
2017-01-10fix glibc patchRonan1-4/+4
Change-Id: Ie9cc8476f95a0eb67d630fcd7e8c79239702f780 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
2016-09-13Fix issue that pulseaudio freezes when pausing audioTadao Tanikawa1-0/+23
This patch is ported from Debian/Ubuntu. When using glibc-2.21 or later on linux kernel < 3.14.3, this issue should be reproduced. Original patch is here: https://sources.debian.net/patches/glibc/2.22-5/arm/local-arm-futex.diff/ AGL needs this patch because the version of kernel for porter board is 3.10 (later kernel is not supported). This patch and recipe is a provisional until upstream (poky) would be fixed. Thanks Isogai-san to find and test this patch. v2: changed bbappend to use SRC_URI_append_arm and used glibc_2.2%.bbappend as wildcard for glibc version (jsmoeller) Change-Id: I4a2a0ad8fe3927000b6826e0b1bcd214cf8c92b6 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>