summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ptxdist: reorder icecc environment creationptxdist-2021.04.0Michael Olbrich2021-04-081-1/+3
| | | | | | | | | | | | Without this, clang may be missing from the environment. The problem is, that the real/clang symlink is provided by ptxd_lib_setup_target_wrapper because the clang from the toolchain can be used as a host compiler as well. So run ptxd_lib_setup_host_icecc later to ensure that this symlink was already created. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template: kernel: fix disabling gcc plugins for >= v5.11Michael Olbrich2021-04-081-0/+2
| | | | | | Just a copy of the same change from the kernel package. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel: use kernel-opts as wellMichael Olbrich2021-04-082-11/+3
| | | | | | More code sharing between kernel and kernel template. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* pre:kernel: drop PARALLELMFLAGS from kernel/optsMichael Olbrich2021-04-081-1/+0
| | | | | | | Parallel building is handled automatically. No need to explicitly add the options. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* template: kernel: proper handle signed modulesMichael Olbrich2021-04-082-1/+2
| | | | | | | Same as 565aabf6f36d3ed31544d882394604c4a1b13597 but for the kernel template instead of the kernel itself. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_fit_image: drop unused model variablesBastian Krause2021-04-081-3/+1
| | | | | | | | | | 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 <bst@pengutronix.de> Message-Id: <20210401092206.6068-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* mesalib: version bump 20.3.3 -> 21.0.1Philipp Zabel2021-04-083-5/+20
| | | | | | Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Message-Id: <20210401084612.17279-1-p.zabel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: barebox: support barebox buildsystem_versionSteffen Trumtrar2021-04-082-0/+18
| | | | | | | | | 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 <s.trumtrar@pengutronix.de> Message-Id: <20210401083641.9251-2-s.trumtrar@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ptxd_make_vcs_version: add script to determine vcs hashSteffen Trumtrar2021-04-081-0/+21
| | | | | | | | | | | 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 <s.trumtrar@pengutronix.de> Message-Id: <20210401083641.9251-1-s.trumtrar@pengutronix.de> [mol: drop unnecessary 'echo'] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel: proper handle signed modulesDenis Osterland-Heim2021-04-012-2/+4
| | | | | | | | | | | | | | | 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 container. Thus they MAY NOT be stripped once the signature is computed and attached. Note the entire module is the signed payload, including any and all debug information present at the time of signing. See: https://www.kernel.org/doc/html/latest/admin-guide/module-signing.html Signed-off-by: Denis Osterland-Heim <denis.osterland@diehl.com> Message-Id: <20210331113525.22330-1-denis.osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpewebkit: add runtime logging supportMarco Felsch2021-03-302-0/+11
| | | | | | | | | To enable 'Release' builds with logging support we need to override the LOG_DISABLED define else logging is only enabled for 'Debug' builds. Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Message-Id: <20210329090011.25309-4-m.felsch@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cog: version bump 0.8.0 -> 0.8.1Marco Felsch2021-03-301-2/+2
| | | | | | | | | | | | | | | | | | The upstream release note are: 8<--------------------------------------------------------------------- - core: Improved cog_web_view_connect_default_error_handlers() to avoid accidentally overriding already connected signal handlers. - drm: Fixed keyboard input when using modifier keys (e.g. Shift). - drm: Fixed crashes during deinitialization. - drm, fdo: Improved reliability for drivers which do not expose all their functionality via eglGetProcAddress(). - Improved behaviour of the CMake build system at configuration time. 8<--------------------------------------------------------------------- Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Message-Id: <20210329090011.25309-3-m.felsch@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpebackend-fdo: version bump 1.8.1 -> 1.8.2Marco Felsch2021-03-301-2/+2
| | | | | | | | | | | | | | The upstream release notes are: 8<----------------------------------------------------------- - Fixed headers to include <wpe/wpe.h> from the top-level API headers, as their consumers expect the public libwpe API to be defined as well. 8<----------------------------------------------------------- Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Message-Id: <20210329090011.25309-2-m.felsch@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpewebkit: version bump 2.30.5 -> 2.30.6Marco Felsch2021-03-301-2/+2
| | | | | | | | | | | | | The upstream release notes are: 8<-------------------------------------------------------------- - Update User-Agent quirks again for Google Docs and Google Drive. - Fix several crashes and rendering issues. 8<-------------------------------------------------------------- Signed-off-by: Marco Felsch <m.felsch@pengutronix.de> Message-Id: <20210329090011.25309-1-m.felsch@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* modemmanager: version bump 1.14.8 -> 1.16.2Alexander Dahl2021-03-303-2/+136
| | | | | | | | | The patch allows build against libgudev older than version 232. Link: https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/349 Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20210329054904.24342-6-post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* modemmanager: Add license file hashesAlexander Dahl2021-03-301-0/+3
| | | | | | Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20210329054904.24342-5-post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* modemmanager: Revise applicable licensesAlexander Dahl2021-03-301-1/+1
| | | | | | | | | | | | No source files under GPLv3+ could be found in mm source tree. mmcli was falsely attributed by upstream as GPLv3+ up to 1.4, that was corrected with 1.6. Fixes: 9e22636e4ffd ("ModemManager: version bump 1.4.14 -> 1.6.0") Suggested-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20210329054904.24342-4-post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libqmi: version bump 1.26.2 -> 1.28.2Alexander Dahl2021-03-301-2/+2
| | | | | | | | Requirement for upcoming ModemManager version bump. Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20210329054904.24342-3-post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libqmi: Add license file hashesAlexander Dahl2021-03-301-0/+3
| | | | | | Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20210329054904.24342-2-post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dt-utils: version bump 2019.01.0 -> 2021.03.0Roland Hieber2021-03-302-4/+24
| | | | | | Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20210326212909.3472-2-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dt-utils: add license filesRoland Hieber2021-03-301-0/+3
| | | | | | Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20210326212909.3472-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python3-importlib-metadata: add missing dependencyMichael Olbrich2021-03-301-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* glib: version bump 2.66.6 -> 2.68.0Michael Olbrich2021-03-191-2/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer-vaapi1: version bump 1.18.3 -> 1.18.4Michael Olbrich2021-03-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-rtsp-server1: version bump 1.18.3 -> 1.18.4Michael Olbrich2021-03-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-python1: version bump 1.18.3 -> 1.18.4Michael Olbrich2021-03-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-libav1: version bump 1.18.3 -> 1.18.4Michael Olbrich2021-03-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-devtools1: version bump 1.18.3 -> 1.18.4Michael Olbrich2021-03-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-ugly1: version bump 1.18.3 -> 1.18.4Michael Olbrich2021-03-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-bad1: version bump 1.18.3 -> 1.18.4Michael Olbrich2021-03-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-good1: version bump 1.18.3 -> 1.18.4Michael Olbrich2021-03-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gst-plugins-base1: version bump 1.18.3 -> 1.18.4Michael Olbrich2021-03-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* gstreamer1: version bump 1.18.3 -> 1.18.4Michael Olbrich2021-03-191-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libdrm: version bump 2.4.102 -> 2.4.104Lucas Stach2021-03-191-2/+2
| | | | | | Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Message-Id: <20210317140308.31363-1-l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* efax: New patch to fix build failure with gcc-10Uwe Kleine-König2021-03-192-1/+47
| | | | | | Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: <20210316113921.28962-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* ifupdown: Drop default dependencies of ifupdown.serviceUwe Kleine-König2021-03-191-0/+1
| | | | | | | | | | | ifupdown can usually be started quite early. There might be some additional dependencies (e.g. on devices or kernel modules) but these are not formalized with the default dependencies either. So in this case you have to overwrite the service for your device anyhow. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: <20210315132728.22554-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* crda: install regulatory.db tooDenis Osterland-Heim2021-03-141-0/+8
| | | | | | | | Kernel >= 4.15 want to load this file. Signed-off-by: Denis Osterland-Heim <denis.osterland@diehl.com> Message-Id: <20210311075202.1876-1-denis.osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* kernel: really fix disabling gcc plugins for >= v5.11Michael Olbrich2021-03-131-2/+2
| | | | | | | | The prepare stage calls 'oldconfig' again and here KERNEL_MAKE_ENV is not used so the config changes again. Use KERNEL_CONF_ENV instead. That is used implicitly in both cases. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpewebkit: version bump 2.30.4 -> 2.30.5Bastian Krause2021-03-121-2/+2
| | | | | | Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20210311170635.32766-2-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* wpebackend-fdo: version bump 1.8.0 -> 1.8.1Bastian Krause2021-03-121-2/+2
| | | | | | Signed-off-by: Bastian Krause <bst@pengutronix.de> Message-Id: <20210311170635.32766-1-bst@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libp11: version bump 0.4.10 -> 0.4.11Denis Osterland-Heim2021-03-121-2/+2
| | | | | | Signed-off-by: Denis Osterland-Heim <denis.osterland@diehl.com> Message-Id: <20210308123418.10187-5-denis.osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-libedit: new packageDenis Osterland-Heim2021-03-122-0/+16
| | | | | | Signed-off-by: Denis Osterland-Heim <denis.osterland@diehl.com> Message-Id: <20210308123418.10187-3-denis.osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-gengetopt: move to _noprompt sectionDenis Osterland-Heim2021-03-121-2/+2
| | | | | | | | This allows to select this from platforms as well. Signed-off-by: Denis Osterland-Heim <denis.osterland@diehl.com> Message-Id: <20210308123418.10187-2-denis.osterland@diehl.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* waffle: version bump 1.6.1 -> 1.7.0Lucas Stach2021-03-122-4/+9
| | | | | | | | | | - version bump - switch to ninja build - set all configuration opntions Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Message-Id: <20210308132006.15742-1-l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libcoap2: new packageAlexander Dahl2021-03-123-0/+91
| | | | | | | | | | This package comes with a new API for libcoap, with different .so version and separate header files, and can coexist with the old libcoap package. Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20210308131845.12024-1-post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* openssh: Don't kill ssh sessions when isolating a unitUwe Kleine-König2021-03-121-0/+1
| | | | | | | | | When system state is switched using systemctl isolate ssh sessions usually shouldn't be killed. Make this the default. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Message-Id: <20210305170435.4466-1-u.kleine-koenig@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* cifs-utils: add option for cifs.upcallMichael Olbrich2021-03-122-5/+24
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* samba: use external tallocMichael Olbrich2021-03-122-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* talloc: new packageMichael Olbrich2021-03-093-0/+109
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* libwacom: new packageMichael Olbrich2021-03-064-0/+178
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>