Re: [OE-core] [PATCH 2/3] meson: Add recipe for the meson build system

2017-02-14 Thread Linus Svensson
Hi. On 02/13/2017 01:28 PM, Ricardo Ribalda Delgado wrote: Linus, do you plan to resend? Can I help you? I will resend it later today. meson is still under development, and more options for installation directories are still (I know at least one more that will come) added. That could, or

[OE-core] [PATCH 1/3] python3-native: Add python3-modules to RPROVIDES list

2016-12-01 Thread linus . svensson
From: Linus Svensson <linu...@axis.com> Signed-off-by: Linus Svensson <linu...@axis.com> --- meta/recipes-devtools/python/python3-native_3.5.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3-native_3.5.2.bb b/meta/recipes-devtools/py

[OE-core] [PATCH 2/3] meson: Add recipe for the meson build system

2016-12-01 Thread linus . svensson
From: Linus Svensson <linu...@axis.com> Meson is a build system designed to be fast and as user firendly as possible. Find out more about meson at mesonbuild.com. This patch is based on a prototype patch by Ross Burton <ross.bur...@intel.com>. Signed-off-by: Linus Svensson <l

[OE-core] [PATCH 3/3] meson.bbclass: Add meson.bbclass

2016-12-01 Thread linus . svensson
From: Linus Svensson <linu...@axis.com> Add a class for packages that uses the meson build system. Meson uses a cross-file that contain needed tools and information about the host and target system. Such a file will be created in {WORKDIR}. Meson only allows installation direc

Re: [OE-core] [PATCH 1/9] meson: add a recipe and class from meta-oe

2017-12-15 Thread Linus Svensson
On 12/15/2017 04:29 PM, André Draszik wrote: On Thu, 2017-12-07 at 11:27 -0800, Andre McCurdy wrote: +MESON_TARGET_ENDIAN = "${@bb.utils.contains('TUNE_FEATURES', 'bigendian', 'big', 'little', d)}" This won't work for all targets (e.g. PowerPC is big endian but doesn't include "bigendian" in