[ptxdist] [PATCH] ptxd_make_fit_image: drop unused model variables

2021-04-01 Thread Bastian Krause
These variables were introduced when ptxd_make-fit-image.sh was introduced in 0cfba65d1 ("image-kernel-fit: Add package"). They were never used, so drop them. Signed-off-by: Bastian Krause --- scripts/lib/ptxd_make_fit_image.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff

[ptxdist] [PATCH v2] mesalib: version bump 20.3.3 -> 21.0.1

2021-04-01 Thread Philipp Zabel
Signed-off-by: Philipp Zabel --- Changes since v1: - Enable -Dxlib-lease together with -Dplatform=x11, to work around a missing dependency on xcb-xrandr in the Vulkan X11 WSI: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9972 - Add Xrandr dependency ---

[ptxdist] [PATCH v3 2/2] rules: barebox: support barebox buildsystem_version

2021-04-01 Thread Steffen Trumtrar
barebox supports setting a buildsystem version. This is useful to have an exact buildsystem version like a commit hash accessible from barebox. Signed-off-by: Steffen Trumtrar --- platforms/barebox.in | 13 + rules/barebox.make | 5 + 2 files changed, 18 insertions(+) diff

[ptxdist] [PATCH v3 1/2] ptxd_make_vcs_version: add script to determine vcs hash

2021-04-01 Thread Steffen Trumtrar
Add a script to determine a uniquely abbreviated commit object of the current bsp state. The information is exported to the variable PTXDIST_VCS_VERSION so it can be used from other scripts and rules. Signed-off-by: Steffen Trumtrar --- changes in v3: - redirect stderr on second git call, too

Re: [ptxdist] [PATCH v3] kernel: proper handle signed modules

2021-04-01 Thread Marc Kleine-Budde
On 4/1/21 7:59 AM, Michael Olbrich wrote: > On Wed, Mar 31, 2021 at 11:37:11AM +, Denis Osterland-Heim wrote: >> If CONFIG_MODULE_SIG_ALL is set in kernelconfig then modules will be >> automatically signed during the modules_install phase of a kernel build. >> >> Signed modules are BRITTLE as

Re: [ptxdist] [PATCH v2 1/2] ptxd_make_vcs_version: add script to determine vcs hash

2021-04-01 Thread Steffen Trumtrar
Michael Olbrich writes: > On Thu, Apr 01, 2021 at 06:52:51AM +0200, Steffen Trumtrar wrote: >> Add a script to determine a uniquely abbreviated commit object of the >> current bsp state. The information is exported to the variable >> PTXDIST_VCS_VERSION so it can be used from other scripts and

Re: [ptxdist] [PATCH v3] kernel: proper handle signed modules

2021-04-01 Thread Michael Olbrich
On Wed, Mar 31, 2021 at 11:37:11AM +, Denis Osterland-Heim wrote: > If CONFIG_MODULE_SIG_ALL is set in kernelconfig then modules will be > automatically signed during the modules_install phase of a kernel build. > > Signed modules are BRITTLE as the signature is outside of the defined ELF >