[ptxdist] [PATCH] configure_helper: blacklist Meson builtin options

2019-11-06 Thread Philipp Zabel
Blacklist the cmake_prefix_path, cpp_eh, and pkg_config_path builtin options and the new (since 0.51.0) 'build.' prefixed options. Signed-off-by: Philipp Zabel --- scripts/configure_helper.py | 13 + 1 file changed, 13 insertions(+) diff --git a/scripts/configure_helper.py

Re: [ptxdist] [PATCH] u-boot: generate default environment image

2019-11-06 Thread Denis OSTERLAND
Hi, the get_default_envs.sh script generates a text file which represents the compiled in default environment. It would be handy to specify the text file, to have a environment image for production, different from default. I think about: Kconfig: config U_BOOT_ENV_IMAGE bool ...

[ptxdist] [PATCH] rauc: version bump 1.1 -> 1.2

2019-11-06 Thread Ladislav Michl
Signed-off-by: Ladislav Michl --- This patch also changes logic from 'RAUC_SERVICE depends on DBUS' to 'select DBUS if RAUC_SERVICE'. Unfortunately depencies are not generated from 'depends on'. I'm assuming this is a feature. rules/rauc.in | 20 rules/rauc.make | 4

Re: [ptxdist] [PATCH v2] sshfs: add license information

2019-11-06 Thread Roland Hieber
On Wed, Nov 06, 2019 at 10:05:42AM +0100, Bastian Krause wrote: > Signed-off-by: Bastian Krause > --- > Since (implicit) v1: > - set license to GPL-2.0-only instead of GPL-2.0-or-later as suggested > by Michael Olbrich > --- > rules/sshfs.make | 3 ++- > 1 file changed, 2 insertions(+), 1