[OE-core] [PATCH] lttng-modules: update to 2.11.2

2020-03-18 Thread Daniel Dragomir
r: conflicting types for 'trace_rcu_dyntick' 130 | void trace_##_name tmp/work-shared/axxiax86-64/kernel-source/include/linux/tracepoint.h:233:21: note: previous definition of 'trace_rcu_dyntick' was here 233 | static inline void trace_##name(proto) Signed-off-by: Daniel Dragomir --- .../{ltt

[OE-core] [PATCH] ARMv8-A: Add tune for AArch32 state and AArch64 state

2016-03-28 Thread Daniel Dragomir
select between little or big endian and may choose to enable crc and crypto extensions. Signed-off-by: Daniel Dragomir <daniel.drago...@windriver.com> Signed-off-by: Otavio Salvador <ota...@ossystems.com.br> --- meta/conf/machine/include/arm/arch-arm64.inc | 36 --

[OE-core] [PATCHv2][master] arch-armv8a.inc: Add tune for 32-bit ARMv8a

2016-03-11 Thread Daniel Dragomir
This patch adds tunes for 32-bit armv8a platforms. The user can select little or big endian, hard or soft float, the vector floating-point instruction set: vfpv4 or fp-armv8 and the thumb, neon, crc and crypto extensions. Signed-off-by: Daniel Dragomir <daniel.drago...@windriver.com> ---

[OE-core] [master][PATCH] ARMv8 32-bit & 64-bit compiler tunings

2016-03-11 Thread Daniel Dragomir
instructions. This is on by default for -march=armv8.1-a. Any help will be highly appreciated! Thanks, Daniel Daniel Dragomir (1): arch-armv8a.inc: Add tune for 32-bit ARMv8a meta/conf/machine/include/arm/arch-armv8a.inc | 382 + .../conf/machine/include/arm/feature-arm

[OE-core] [PATCH][master] Add tune for 32-bit ARMv8-a

2016-03-07 Thread Daniel Dragomir
This patch adds tunes for 32-bit armv8 platforms. The user can select the vector floating-point instruction set: vfpv4 or fp-armv8 and the thumb, neon, crc and crypto extensions. Signed-off-by: Daniel Dragomir <daniel.drago...@windriver.com> --- meta/conf/machine/include/arm/arch-armv

[OE-core] [master][PATCH] ARMv8 32-bit compiler tunings

2016-03-07 Thread Daniel Dragomir
big-endian tunings. Daniel Dragomir (1): Add tune for 32-bit ARMv8-a meta/conf/machine/include/arm/arch-armv8a.inc | 111 + .../conf/machine/include/arm/feature-arm-thumb.inc | 1 + 2 files changed, 112 insertions(+) create mode 100644 meta/conf/machine/include/arm/arch-

[OE-core] [PATCHv2] ARMv8 32-bit compiler tunings

2016-02-27 Thread Daniel Dragomir
big-endian tunings. Best regards, Daniel Dragomir (1): Add tune for 32-bit ARMv8-a meta/conf/machine/include/arm/arch-armv7a.inc | 4 +- meta/conf/machine/include/arm/arch-armv8a.inc | 75 +++ 2 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 meta/co

[OE-core] [PATCHv2] Add tune for 32-bit ARMv8-a

2016-02-27 Thread Daniel Dragomir
This patch adds tunes for 32-bit armv8 platforms. The user can select the vector floating-point instruction set: vfpv3, vfpv4 or fp-armv8 and the Neon, crc and crypto extensions. Also, fix some parsing failures for armv7a*-neon-vfpv4 tunes. Signed-off-by: Daniel Dragomir <daniel.dr

[OE-core] [PATCH] add tunings for 32-bit ARMv8-a

2016-02-16 Thread Daniel Dragomir
tian.berc...@windriver.com> Signed-off-by: Daniel Dragomir <daniel.drago...@windriver.com> --- meta/conf/machine/include/arm/arch-armv7a.inc | 1 - meta/conf/machine/include/arm/arch-armv8a.inc | 65 ++ meta/conf/machine/include/arm/feature-arm-neon.inc | 3 - meta/conf/m

[OE-core] [PATCH] ARMv8 32-bit compiler tunings

2016-02-16 Thread Daniel Dragomir
Hello! Starting with linux-yocto-4.1, Intel provides kernel support for its ARM v8 Axxia platforms, both on 32-bit and 64-bit. Poky already contains arm 64-bit compiler tunings, so I added 32-bit tunings based on those for armv7. The patch that I send you is a draft. Please review it and if it's

[OE-core] [PATCH] libgcc-common: Fix file ownership for installed files

2015-01-19 Thread Daniel Dragomir
root WARNING: log_check: There is a warn message in the logfile WARNING: log_check: Matched keyword: [warn] WARNING: log_check: warning: group does not exist - using root Signed-off-by: Daniel Dragomir daniel.drago...@windriver.com --- meta/recipes-devtools/gcc/libgcc-common.inc | 2 ++ 1

[OE-core] [PATCH v2] gcc-runtime: Remove libgfortran data from receipe

2015-01-17 Thread Daniel Dragomir
. Signed-off-by: Daniel Dragomir daniel.drago...@windriver.com --- meta/recipes-devtools/gcc/gcc-runtime.inc | 15 --- 1 file changed, 15 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b/meta/recipes-devtools/gcc/gcc-runtime.inc index 167869e..5c369f4 100644

[OE-core] [PATCH] gcc-runtime: Remove libgfortran data from receipe

2015-01-15 Thread Daniel Dragomir
which recipe should provide the above files. Signed-off-by: Daniel Dragomir daniel.drago...@windriver.com --- meta/recipes-devtools/gcc/gcc-runtime.inc | 41 --- 1 file changed, 16 insertions(+), 25 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-runtime.inc b