[OE-core] [PATCH] perf: Add /scripts to sources

2019-10-24 Thread Daniel Díaz
'bpf_helper_defs.h' failed See commit e01a75c159691 ("libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf") from linux-next. Signed-off-by: Daniel Díaz --- meta/recipes-kernel/perf/perf.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-kernel/perf/pe

Re: [OE-core] [PATCH] perf: Add /scripts to sources

2019-11-04 Thread Daniel Díaz
Hello! On Thu, 24 Oct 2019 at 13:34, Daniel Díaz wrote: > As of linux-next-20191022, we need bpf_helpers_doc.py in order to > build libbpf, which lives in /scripts. Otherwise, do_compile fails > with: > | /bin/sh: 1: > /oe/build/tmp/work/machine-triplet/perf/1.0-r9/p

Re: [OE-core] [PATCH] perf: Add /scripts to sources

2019-11-14 Thread Daniel Díaz
Hello! On Mon, 4 Nov 2019 at 17:42, Bruce Ashfield wrote: > On Mon, Nov 4, 2019 at 5:56 PM Daniel Díaz wrote: > > On Thu, 24 Oct 2019 at 13:34, Daniel Díaz wrote: > > > As of linux-next-20191022, we need bpf_helpers_doc.py in order to > > > build libbpf, which l

[OE-core] [PATCH][krogoth] weston: Add no-input-device patch to 1.9.0.

2016-10-25 Thread Daniel Díaz
run without a keyboard or mouse, which is handy for automated environments. Signed-off-by: Daniel Díaz --- .../add-config-option-for-no-input-device.patch| 125 + meta/recipes-graphics/wayland/weston_1.9.0.bb | 1 + 2 files changed, 126 insertions(+) create mode

Re: [OE-core] Loss of a wayland socket by a systemd user session

2016-11-18 Thread Daniel Díaz
start to pass `-u root' to weston-launch [2]. You can also try this systemd service unit and launch Weston directly: https://github.com/mrchapp/meta-96boards/commit/ac3e11e Greetings! Daniel Díaz daniel.d...@linaro.org [1] https://bugs.linaro.org/show_bug.cgi?id=2576 [2] https://github.c

[OE-core] [PATCH][morty] weston: Add no-input-device patch to 1.11.0.

2016-11-24 Thread Daniel Díaz
Default is true; setting it false allows Weston to run without a keyboard or mouse, which is handy for automated environments. Signed-off-by: Daniel Díaz --- ...on-1.11-config-option-for-no-input-device.patch | 123 + meta/recipes-graphics/wayland/weston_1.11.0.bb | 1 + 2

[OE-core] [PATCH v2][krogoth] weston: Add no-input-device patch to 1.9.0.

2016-11-24 Thread Daniel Díaz
Default is true; setting it false allows Weston to run without a keyboard or mouse, which is handy for automated environments. Signed-off-by: Daniel Díaz --- v2: Reposted now that the patch made it to OE-Core master. ...ton-1.9-config-option-for-no-input-device.patch | 123

[OE-core] [PATCH] RFC: weston-init: Update systemd service unit.

2016-12-09 Thread Daniel Díaz
to Weston via config file. [1] https://phabricator.freedesktop.org/T63 Signed-off-by: Daniel Díaz --- meta/recipes-graphics/wayland/weston-init.bb | 6 + .../wayland/weston-init/weston.service | 31 +++--- 2 files changed, 34 insertions(+), 3 deletions(-)

[OE-core] [PATCH] base-files: resize only serial tty's in profile

2017-03-23 Thread Daniel Díaz
Signed-off-by: Daniel Díaz --- meta/recipes-core/base-files/base-files/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/base-files/base-files/profile b/meta/recipes-core/base-files/base-files/profile index 7367fd1..c616616 100644 --- a/meta/recipes

[OE-core] [PATCH v2] base-files: resize only serial tty's in profile

2017-03-23 Thread Daniel Díaz
get stuck while calling ioctl(tty, TCSETAW); Since serial consoles are named (not just numbered), this change limits resize's reach even further to run only on /dev/tty[A-z] (thus avoiding /dev/tty[0-9]). Signed-off-by: Daniel Díaz --- v2: Rationale behind this patch, no functional change. me

[OE-core] [PATCH][krogoth] base-files: resize only serial tty's in profile

2017-04-07 Thread Daniel Díaz
etails), resize will get stuck while calling ioctl(tty, TCSETAW); Since serial consoles are named (not just numbered), this change limits resize's reach even further to run only on /dev/tty[A-z] (thus avoiding /dev/tty[0-9]). Signed-off-by: Daniel Díaz --- meta/recipes-core/base-files/ba

[OE-core] [PATCH][morty] base-files: resize only serial tty's in profile

2017-04-07 Thread Daniel Díaz
etails), resize will get stuck while calling ioctl(tty, TCSETAW); Since serial consoles are named (not just numbered), this change limits resize's reach even further to run only on /dev/tty[A-z] (thus avoiding /dev/tty[0-9]). Signed-off-by: Daniel Díaz --- meta/recipes-core/base-files/ba

[OE-core] [PATCH] ltp: Bump to 20190115

2019-02-21 Thread Daniel Díaz
these rdependencies: * file: for ld01, file01 and logrotate * quota: for quota_remount_test01 Signed-off-by: Daniel Díaz --- ...getcpu-to-avoid-conflict-with-glibc-.patch | 57 -- ...use-ping-6-when-ping6-is-not-avaliab.patch | 45 - ...suite-mmap24-2-Relax-condition-a-bit.patch | 6

Re: [OE-core] [PATCH] ltp: Bump to 20190115

2019-02-25 Thread Daniel Díaz
Hello! On Sat, 23 Feb 2019 at 10:07, Richard Purdie wrote: > > On Thu, 2019-02-21 at 12:21 -0600, Daniel Díaz wrote: > > This patch has been refreshed: > > * 0008-Check-if-__GLIBC_PREREQ-is-defined-before-using-it.patch > > > > These patches have been dropped as the

[OE-core] [PATCH] ltp: Add patch for string formatting security warning

2019-02-25 Thread Daniel Díaz
with -Wformat, -Wformat-security, and -Werror=format-security. Signed-off-by: Daniel Díaz --- ...etregid01-security-string-formatting.patch | 46 +++ meta/recipes-extended/ltp/ltp_20190115.bb | 6 +-- 2 files changed, 47 insertions(+), 5 deletions(-) create mode 100644 meta

[OE-core] [pyro][PATCH 2/2] gdb: fix header ordering for TRAP_HWBKPT

2018-04-10 Thread Daniel Díaz
27; failed | make: *** [all] Error 2 A patch from GDB's current master solves the issue. (From OE-Core rev: 4aaf747099714ec11158571527396ed9e818729e) Signed-off-by: Daniel Díaz Signed-off-by: Ross Burton --- meta/recipes-devtools/gdb/gdb-7.12.1.inc | 1 +

[OE-core] [pyro][PATCH 1/2] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2018-04-10 Thread Daniel Díaz
From: Fathi Boudra Patch submitted upstream, pending to be merged: https://sourceware.org/bugzilla/show_bug.cgi?id=21286 (From OE-Core rev: 11ebb5054e5ec1171ade90249e3a30ac8174a35a) Signed-off-by: Fathi Boudra Signed-off-by: Daniel Díaz Signed-off-by: Ross Burton --- ...o.h-enum-definition

[OE-core] [pyro][PATCH 1/2 v2] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2018-04-12 Thread Daniel Díaz
From: Fathi Boudra Patch submitted upstream, pending to be merged: https://sourceware.org/bugzilla/show_bug.cgi?id=21286 (From OE-Core rev: 11ebb5054e5ec1171ade90249e3a30ac8174a35a) Signed-off-by: Fathi Boudra Signed-off-by: Daniel Díaz Signed-off-by: Ross Burton --- v2: No changes

[OE-core] [pyro][PATCH 2/2 v2] gdb: fix header ordering for TRAP_HWBKPT

2018-04-12 Thread Daniel Díaz
27; failed | make: *** [all] Error 2 A patch from GDB's current master solves the issue. (From OE-Core rev: 4aaf747099714ec11158571527396ed9e818729e) Signed-off-by: Daniel Díaz Signed-off-by: Ross Burton --- v2: Add signed-off-by to patch. meta/recipes-devtools/gdb/gdb-7.12.1.inc

Re: [OE-core] [morty][PATCH 1/2] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2018-05-16 Thread Daniel Díaz
On 6 April 2018 at 15:43, akuster808 wrote: > On 04/06/2018 10:08 AM, Daniel Díaz Rodríguez wrote: >> Ping on this series for Morty. > This needs to be ported to Pyro first. I do it this weekend and morty too. Ping on this series for Morty

[OE-core] [PATCH] ltp: bump to release 20180515

2018-05-24 Thread Daniel Díaz
Patches are still fresh as the meadows. Signed-off-by: Daniel Díaz --- meta/recipes-extended/ltp/{ltp_20180118.bb => ltp_20180515.bb} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-extended/ltp/{ltp_20180118.bb => ltp_20180515.bb} (100%) diff --git a/meta/r

Re: [OE-core] [PATCH] ltp: bump to release 20180515

2018-05-25 Thread Daniel Díaz
hat updating PV and building and having all tests passing as it did before went smoothly. No wonder. Will follow up with v2. Greetings! Daniel Díaz daniel.d...@linaro.org -- ___ Openembedded-core mailing list Openembedded-core@lists.op

[OE-core] [PATCH v2] ltp: bump to release 20180515

2018-05-31 Thread Daniel Díaz
-definition.patch * 0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch * 0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch Signed-off-by: Daniel Díaz --- v2: Actually change SRCREV, refresh/remove patches as needed. .../ltp/0001-Disable-rpc01-on-glibc-and-musl.patch | 29

[OE-core] [PATCH v3] ltp: bump to release 20180515

2018-06-03 Thread Daniel Díaz
-definition.patch * 0028-rt_sigaction.h-Use-sighandler_t-instead-of-__sighand.patch * 0036-testcases-network-nfsv4-acl-acl1.c-Security-fix-on-s.patch Signed-off-by: Daniel Díaz --- v2: Actually change SRCREV, refresh/remove patches as needed. v3: Patch diff with -M. .../ltp/0001-Disable-rpc01-on-glibc-and

[OE-core] [PATCH v4] ltp: bump to release 20180515

2018-06-05 Thread Daniel Díaz
: Daniel Díaz --- v2: Actually change SRCREV, refresh/remove patches as needed. v3: Patch diff with -M. v4: Add patch for fs/read_all and musl. .../ltp/0001-Disable-rpc01-on-glibc-and-musl.patch | 29 ...ix-default-value-of-without-numa-switch-i.patch | 31 - ...onfigure-add-knob-to

Re: [OE-core] [morty][PATCH 1/2] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2018-06-11 Thread Daniel Díaz
On 16 May 2018 at 16:20, Daniel Díaz wrote: > On 6 April 2018 at 15:43, akuster808 wrote: >> On 04/06/2018 10:08 AM, Daniel Díaz Rodríguez wrote: >>> Ping on this series for Morty. >> This needs to be ported to Pyro first. I do it this weekend and morty too. > Pi

Re: [OE-core] [morty][PATCH 1/2] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2018-06-18 Thread Daniel Díaz
Hello! On 11 June 2018 at 16:46, Andre McCurdy wrote: > On Mon, Jun 11, 2018 at 2:38 PM, akuster808 wrote: >> On 06/11/2018 10:30 AM, Daniel Díaz wrote: >>> Ping on this series for Morty. >> >> this is in the stable/morty-next branch which is on hold for th

[OE-core] [PATCH][RFC] ltp: bump to release 20180926

2018-11-01 Thread Daniel Díaz
." Signed-off-by: Daniel Díaz --- .../0001-mmap15-mips64-return-EINVAL.patch| 41 ...option-to-select-libc-implementation.patch | 2 +- ...E-undeclared-when-building-with-musl.patch | 2 +- ...BC_PREREQ-is-defined-before-using-it.patch | 98 --- .

Re: [OE-core] [PATCH][RFC] ltp: bump to release 20180926

2018-11-01 Thread Daniel Díaz
Hello! Please disregard this patch below. I just saw Petr's submission for this new version of LTP which includes a fix needed for Thud and master. Sorry for the noise. Greetings! Daniel Díaz daniel.d...@linaro.org On Thu, 1 Nov 2018 at 07:12, Daniel Díaz wrote: > > The follow

Re: [OE-core] [PATCH v2 1/1] ltp: Update to 20180926

2018-11-01 Thread Daniel Díaz
40-read_all-Define-FNM_EXTMATCH-if-not-already-like-und.patch also made it upstream, albeit with a different implementation. See commit 822ad20433799193e2180862137c36f24e5d27d6. Thanks and greetings! Daniel Díaz daniel.d...@linaro.org > Removed patches (different fix accepted in upstream) &

Re: [OE-core] [PATCH v2 1/1] ltp: Update to 20180926

2018-11-01 Thread Daniel Díaz
7;t replaced this one with upgrade :(. > Shell I post v3? Or will you do it in separate commit? Needs to be dropped: 0040-read_all-Define-FNM_EXTMATCH-if-not-already-like-und.patch was reworked and merged as 822ad204 in time for the 20180926 release. Thanks and greetings! Danie

[OE-core] [PATCH] ltp: Delete unneeded patch for FNM_EXTMATCH

2018-11-19 Thread Daniel Díaz
The patch in question was reworked, merged and released by upstream version 20180926, as commit 822ad2043379. Signed-off-by: Daniel Díaz --- ...FNM_EXTMATCH-if-not-already-like-und.patch | 44 --- meta/recipes-extended/ltp/ltp_20180926.bb | 1 - 2 files changed, 45

[OE-core] [PATCH 1/3] cross-canadian: update GNU name for ILP32 triplet

2017-11-13 Thread Daniel Díaz
erscore in order to match the agreed convention. More information about ARM64 ILP32 can be found here: * https://wiki.debian.org/Arm64ilp32Port * https://wiki.linaro.org/Platform/arm64-ilp32 [1] https://lists.linaro.org/pipermail/cross-distro/2017-March/000864.html Signed-off-by: Daniel Díaz

[OE-core] [PATCH 2/3] siteinfo: add support for ARM64 ILP32

2017-11-13 Thread Daniel Díaz
More information about ARM64 ILP32 can be found here: * https://wiki.debian.org/Arm64ilp32Port * https://wiki.linaro.org/Platform/arm64-ilp32 Signed-off-by: Daniel Díaz --- meta/classes/siteinfo.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/classes/siteinfo.bbclass b/meta

[OE-core] [PATCH 3/3] insane: add support for ARM64 ILP32

2017-11-13 Thread Daniel Díaz
Add aarch64 32-bits (ILP32) ELF header into dictionary and check binaries for 32-bitness. Signed-off-by: Daniel Díaz --- meta/classes/insane.bbclass | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index def9c70

[OE-core] [PATCH] kmscube: Update to master from 2018-06-17

2018-06-28 Thread Daniel Díaz
e-tex: make use of modifiers 063ce5c gbm: fix fallback for drivers that don't support modifiers 9dcce71 add MSAA Also refresh gbm_bo_map/_unmap patch. Signed-off-by: Daniel Díaz --- .../detect-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch | 10 +- meta/recipes-graphi

[OE-core] [PATCH][RFC] glibc: Avoid multilibbing on wordsize.h

2018-07-18 Thread Daniel Díaz
against a different target (like BPF), recursion is what happens. This can be seen, for instance, when building eBPF programs from the kernel with `clang -target bpf', such as the ones located in linux/tools/testing/selftests/bpf/. Signed-off-by: Daniel Díaz --- meta/recipes-core/glibc/

[OE-core] [PATCH] glibc: Avoid multilibbing on wordsize.h

2018-07-25 Thread Daniel Díaz
against a different target (like BPF), recursion is what happens. This can be seen, for instance, when building eBPF programs from the kernel with `clang -target bpf', such as the ones located in linux/tools/testing/selftests/bpf/. Signed-off-by: Daniel Díaz Signed-off-by: Aníbal Limón ---

[OE-core] [rocko][PATCH] glibc: Avoid multilibbing on wordsize.h

2018-07-26 Thread Daniel Díaz
ab95d) Signed-off-by: Daniel Díaz Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-package.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc

[OE-core] [sumo][PATCH] glibc: Avoid multilibbing on wordsize.h

2018-07-26 Thread Daniel Díaz
ab95d) Signed-off-by: Daniel Díaz Signed-off-by: Aníbal Limón Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-package.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc

Re: [OE-core] [PATCH] glibc: Avoid multilibbing on wordsize.h

2018-08-09 Thread Daniel Díaz
bc6-dev-2.27-r0.aarch64 > > Please consider sending a follow-up patch to fix this regression. Thanks for the heads up. Follow-up patches coming along. Greetings! Daniel Díaz daniel.d...@linaro.org -- ___ Openembedded-core mailing l

Re: [OE-core] [rocko][PATCH] glibc: Avoid multilibbing on wordsize.h

2018-08-09 Thread Daniel Díaz
Hello! On 26 July 2018 at 09:38, Daniel Díaz wrote: > Once another header #includes , there is a > potential recursion going on because the > multilib_header_wrapper.h #includes again! > > This should not happen because an __arm__ (32-bits) or an > __aarch64__ (64-bits) envi

[OE-core] [PATCH 1/2] glibc: Make bits/wordsize.h multilibbed again

2018-08-09 Thread Daniel Díaz
.aarch64 This effectively reverts commit a74c77d6. Signed-off-by: Daniel Díaz --- meta/recipes-core/glibc/glibc-package.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc index a4f61f8

[OE-core] [PATCH 2/2] multilib_header: recognize BPF as a target

2018-08-09 Thread Daniel Díaz
When building with `clang -target bpf` using the multilib_header, a recursion was unavoidable because bits/wordsize.h would #include itself, still lacking a definition for __MHWORDSIZE or __WORDSIZE. Signed-off-by: Daniel Díaz --- scripts/multilib_header_wrapper.h | 4 +++- 1 file changed, 3

[OE-core] [rocko][PATCH] multilib_header: recognize BPF as a target

2018-08-14 Thread Daniel Díaz
When building with `clang -target bpf` using the multilib_header, a recursion was unavoidable because bits/wordsize.h would #include itself, still lacking a definition for __MHWORDSIZE or __WORDSIZE. (From OE-Core rev: 70b41b3c335a80b4ac243f468f22331d261299db) Signed-off-by: Daniel Díaz Signed

[OE-core] [sumo][PATCH 1/2] glibc: Make bits/wordsize.h multilibbed again

2018-08-14 Thread Daniel Díaz
.aarch64 This effectively reverts commit a74c77d6. (From OE-Core rev: 90ad502bf8faa233e25cf297c1eeefcb0367aea3) Signed-off-by: Daniel Díaz Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc-package.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta

[OE-core] [sumo][PATCH 2/2] multilib_header: recognize BPF as a target

2018-08-14 Thread Daniel Díaz
When building with `clang -target bpf` using the multilib_header, a recursion was unavoidable because bits/wordsize.h would #include itself, still lacking a definition for __MHWORDSIZE or __WORDSIZE. (From OE-Core rev: 70b41b3c335a80b4ac243f468f22331d261299db) Signed-off-by: Daniel Díaz Signed

[OE-core] [PATCH 1/3] piglit: depend on virtual/egl

2017-05-18 Thread Daniel Díaz
exit status make[2]: *** [lib/libpiglitutil.so.0] Error 1 Mesa generally provides virtual/egl (along with virtual/libgl, which satisfies Piglit's current DEPENDS) but that is not the implementation to use with Mali. Signed-off-by: Daniel Díaz --- meta/recipes-graphics/piglit/piglit_git.b

[OE-core] [PATCH 2/3] piglit: add patch for lack of gbm_bo_map

2017-05-18 Thread Daniel Díaz
t those symbols. Upstream-Status: Submitted [pig...@lists.freedesktop.org] Signed-off-by: Daniel Díaz --- ...fine-GBM_BO_MAP-only-when-symbol-is-found.patch | 48 ++ 1 file changed, 48 insertions(+) create mode 100644 meta/recipes-graphics/piglit/piglit/0001-CMake-define-GBM_B

[OE-core] [PATCH 3/3] piglit: add patches for unbuildable surfaceless Mesa test

2017-05-18 Thread Daniel Díaz
: Daniel Díaz --- ...nour-Surfaceless-MESA-in-get_default_disp.patch | 48 ++ ...atform_surfaceless-Don-t-use-eglGetPlatfo.patch | 30 + ...atform_surfaceless-Use-EXT-functions-for-.patch | 75 ++ 3 files changed, 153 insertions(+) create mode 100644 meta

[OE-core] [PATCH 2/3][pyro] piglit: add patch for lack of gbm_bo_map

2017-06-01 Thread Daniel Díaz
lly try to link against those symbols. Upstream-Status: Submitted [pig...@lists.freedesktop.org] Signed-off-by: Daniel Díaz --- ...fine-GBM_BO_MAP-only-when-symbol-is-found.patch | 48 ++ 1 file changed, 48 insertions(+) create mode 100644 meta/recipes-graphics/piglit/pi

[OE-core] [PATCH 1/3][pyro] piglit: depend on virtual/egl

2017-06-01 Thread Daniel Díaz
collect2: error: ld returned 1 exit status make[2]: *** [lib/libpiglitutil.so.0] Error 1 Mesa generally provides virtual/egl (along with virtual/libgl, which satisfies Piglit's current DEPENDS) but that is not the implementation to use with Mali. Signed-off-by: Daniel Díaz --- meta/re

[OE-core] [PATCH 3/3][pyro] piglit: add patches for unbuildable surfaceless Mesa test

2017-06-01 Thread Daniel Díaz
. Signed-off-by: Daniel Díaz --- ...nour-Surfaceless-MESA-in-get_default_disp.patch | 48 ++ ...atform_surfaceless-Don-t-use-eglGetPlatfo.patch | 30 + ...atform_surfaceless-Use-EXT-functions-for-.patch | 75 ++ 3 files changed, 153 insertions(+) create mode

[OE-core] [PATCH] piglit: fix building issues regarding gbm_bo_map and a MESA test

2017-06-01 Thread Daniel Díaz
Surfaceless MESA in get_default_display 3.- egl_mesa_platform_surfaceless: Don't use eglGetPlatformDisplay directly 4.- egl_mesa_platform_surfaceless: Use EXT functions for surfaces Signed-off-by: Daniel Díaz --- meta/recipes-graphics/piglit/piglit_git.bb | 4 1 file changed, 4 insertions(+)

[OE-core] [PATCH 1/3 v2][pyro] piglit: depend on virtual/egl

2017-06-07 Thread Daniel Díaz
collect2: error: ld returned 1 exit status make[2]: *** [lib/libpiglitutil.so.0] Error 1 Mesa generally provides virtual/egl (along with virtual/libgl, which satisfies Piglit's current DEPENDS) but that is not the implementation to use with Mali. Signed-off-by: Daniel Díaz --- v2: No change,

[OE-core] [PATCH 3/3 v2][pyro] piglit: add patches for unbuildable surfaceless Mesa test

2017-06-07 Thread Daniel Díaz
* eglCreatePlatformWindowSurface The Right Thing To Do was to obtain the implementation of these functions (via eglGetProcAddress), as is provided by their EXT counterparts. These are guaranteed to exist since they are required by EGL_EXT_platform_base. Signed-off-by: Daniel Díaz --- v2: Embed

[OE-core] [PATCH 2/3 v2][pyro] piglit: add patch for lack of gbm_bo_map

2017-06-07 Thread Daniel Díaz
lly try to link against those symbols. Signed-off-by: Daniel Díaz --- v2: Embed upstream status into patch; add patch into recipe. ...fine-GBM_BO_MAP-only-when-symbol-is-found.patch | 51 ++ meta/recipes-graphics/piglit/piglit_git.bb | 1 + 2 files changed, 52 insert

[OE-core] [PATCH] perl: Undefine d_libm_lib_version.

2017-10-10 Thread Daniel Díaz
://sourceware.org/git/?p=glibc.git;a=commit;h=813378e9fe17e029caf627cab76fe23eb46815fa [2] http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-devtools/perl/perl_5.24.1.bb?id=8ca61a5464743ff85b6d26886112750d6ddd13e0#n127 [3] https://perl5.git.perl.org/perl.git/blob/443bd156a6baaf7a8fe6b6b05fcf6c4178140ed2:/pp.c#l42

[OE-core] [PATCH] kmscube: Add patch for missing GBM function

2018-03-02 Thread Daniel Díaz
Some implementations of GBM, like the one included with libMali, do not have gbm_bo_map() nor gbm_bo_unmap(). This patch enables kmscube to work with those implementations even if it doesn't work as great. Signed-off-by: Daniel Díaz --- ...-gst_bo_map-_unmap-and-use-it-or-avoid-it.patch

[OE-core] [PATCH v2] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2018-03-02 Thread Daniel Díaz
From: Fathi Boudra Patch submitted upstream, pending to be merged: https://sourceware.org/bugzilla/show_bug.cgi?id=21286 Signed-off-by: Fathi Boudra Signed-off-by: Daniel Díaz --- v2: Refresh to glibc 2.27 ...o-consts.h-enum-definition-for-TRAP_HWBKP.patch | 69 ++ meta

[OE-core] [PATCH] gdb: fix header ordering for TRAP_HWBKPT

2018-03-02 Thread Daniel Díaz
27; failed | make: *** [all] Error 2 A patch from GDB's current master solves the issue. Signed-off-by: Daniel Díaz --- meta/recipes-devtools/gdb/gdb-8.0.1.inc| 1 + ...4-defining-TRAP_HWBKPT-before-including-g.patch | 51 ++ 2 files changed, 52 insertions(+)

[OE-core] [PATCH v2] gdb: fix header ordering for TRAP_HWBKPT

2018-03-06 Thread Daniel Díaz
27; failed | make: *** [all] Error 2 A patch from GDB's current master solves the issue. Signed-off-by: Daniel Díaz --- v2: Add signed-off-by tag to patch meta/recipes-devtools/gdb/gdb-8.0.1.inc| 1 + ...4-defining-TRAP_HWBKPT-before-including-g.patch | 56 +++

[OE-core] [PATCH] gdb: Add signed-off-by tag to patch

2018-03-06 Thread Daniel Díaz
A patch went in (in 4aaf747) without a proper signed-off-by because the project (in its upstream repository) does not use Git. This will take care of that before spreading the patch to other branches. Signed-off-by: Daniel Díaz --- .../gdb/gdb-Fix-ia64-defining-TRAP_HWBKPT-before-including

[OE-core] [rocko] [PATCH 1/2] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2018-03-13 Thread Daniel Díaz
From: Fathi Boudra Patch submitted upstream, pending to be merged: https://sourceware.org/bugzilla/show_bug.cgi?id=21286 (From OE-Core rev: 11ebb5054e5ec1171ade90249e3a30ac8174a35a) Signed-off-by: Fathi Boudra Signed-off-by: Daniel Díaz Signed-off-by: Ross Burton --- ...o-consts.h-enum

[OE-core] [rocko] [PATCH 2/2] gdb: fix header ordering for TRAP_HWBKPT

2018-03-13 Thread Daniel Díaz
27; failed | make: *** [all] Error 2 A patch from GDB's current master solves the issue. (From OE-Core rev: 4aaf747099714ec11158571527396ed9e818729e) Signed-off-by: Daniel Díaz Signed-off-by: Ross Burton --- meta/recipes-devtools/gdb/gdb-8.0.inc | 1 +

[OE-core] [morty][PATCH 1/2] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2018-03-13 Thread Daniel Díaz
From: Fathi Boudra Patch submitted upstream, pending to be merged: https://sourceware.org/bugzilla/show_bug.cgi?id=21286 (From OE-Core rev: 11ebb5054e5ec1171ade90249e3a30ac8174a35a) Signed-off-by: Fathi Boudra Signed-off-by: Daniel Díaz Signed-off-by: Ross Burton --- ...o.h-enum-definition

[OE-core] [morty][PATCH 2/2] gdb: fix header ordering for TRAP_HWBKPT

2018-03-13 Thread Daniel Díaz
27; failed | make: *** [all] Error 2 A patch from GDB's current master solves the issue. (From OE-Core rev: 4aaf747099714ec11158571527396ed9e818729e) Signed-off-by: Daniel Díaz Signed-off-by: Ross Burton --- meta/recipes-devtools/gdb/gdb-7.11.1.inc | 1 +

Re: [OE-core] [morty][PATCH 1/2] glibc: add missing TRAP_BRANCH/TRAP_HWBKPT definitions

2018-04-06 Thread Daniel Díaz Rodríguez
Ping on this series for Morty. -- ddiaz On 13 March 2018 at 11:17, Daniel Díaz wrote: > From: Fathi Boudra > > Patch submitted upstream, pending to be merged: > https://sourceware.org/bugzilla/show_bug.cgi?id=21286 > > (From OE-Core rev: 11ebb5054e5ec1171ade90249e3a30ac81

Re: [OE-core] [PATCH 1/3] piglit: depend on virtual/egl

2017-05-29 Thread Daniel Díaz Rodríguez
Ping on this series (#6793 in Patchwork). -- ddiaz On 18 May 2017 at 13:22, Daniel Díaz wrote: > While building for Hikey using Mali 450 driver (r6p0), an > error like the following appears while linking: > > [ 1%] Linking C shared library ../../../../lib/libp