From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1l7vlW-0004fa-SO for ptxdist@pengutronix.de; Fri, 05 Feb 2021 08:42:54 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1l7vlW-0002PC-JH for ptxdist@pengutronix.de; Fri, 05 Feb 2021 08:42:54 +0100 Date: Fri, 5 Feb 2021 08:42:54 +0100 From: Michael Olbrich Message-ID: <20210205074254.GT5577@pengutronix.de> MIME-Version: 1.0 Subject: [ptxdist] [ANNOUNCE] PTXdist 2021.02.0 released List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: multipart/mixed; boundary="===============1513262880==" Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de --===============1513262880== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="mP3DRpeJDSE+ciuQ" Content-Disposition: inline --mP3DRpeJDSE+ciuQ Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I'm happy to announce that I've just released ptxdist-2021.02.0. This release comes with a new command 'lint'. This will check the BSP and PTXdist. This is basically a improved and integrated version of some tests that I've been running on PTXdist for some time. The current checks are: - Are there unused patches. Specifically, are there any patch directories that don't match the search path of any package. This checks all packages, not just the enabled ones. This usually happens when the version of a package changes. - Use of undefined symbols in menu files. Most of this is already checked by kconfig but 'depends on UNDEFINED_SYMBOL' is allowed by kconfig, so this is checked here. - Use of undefined PTXCONF_* in makefiles. Usually caused by typos or removed symbols. - Use of undefined macros with $(call macro_name,...). We cannot check all variables, because using undefined variables as empty strings is by default allowed in make and PTXdist makes used of that everywhere. But macros explicitly called with '$(call )' should exist. Patches and ideas for new checks are welcome. Note, that I will not accept any patches that introduce new lint errors unless it's a bug in the lint check. So please run it before submitting patches. Some more cleanup happened in this release. Some issued found by 'lint'. And some old host packages where removed. The corresponding target packages where removed some time ago but the host packages where forgotten. There is a new kconfig version. There are no big changes but it adds some more comments in the generated config file. The ncurses check to build kconfig uses pkg-config only now and prefers ncursesw. Please let me know if there are any issues with this. The rest is the usual mix of new packages, version bumps and bug fixes. Thanks to all contributors and - as always - the shortlog below. Enjoy, Michael Olbrich Bastian Krause (2): wpewebkit: version bump 2.30.2 -> 2.30.4 rauc: version bump 1.5 -> 1.5.1 Bruno Thomsen (4): tpm2-abrmd.service: remove obsolete StandardOutput parameter mmc-utils: version bump b4fe0c8c0e57 -> 73d6c59af8d1 rsyslog: version bump 8.26.0 -> 8.2012.0 Revert "rsyslog: move to staging" Felix Mellmann (1): Added option to libxml2 which allows to install the xmllint tool to t= he target. Michael Olbrich (36): host-genimage: version bump 13 -> 14 lvm2: fix URL socat: add fallback URL ptxd_make_world_clean_sysroot: don't remove generic directories from = sysroot Rules: cmake: set -DCMAKE_INSTALL_SYSCONFDIR=3D/etc for all cmake pac= kages mosquitto: version bump 1.6.7 -> 2.0.5 xfsprogs: version bump 4.19.0 -> 5.9.0 gtk2: move to staging rsyslog: move to staging iputils: version bump s20180629 -> s20200821 kexec-tools: version bump 2.0.20 -> 2.0.21 systemd: version bump 246.6 -> 247.2 python3-libevdev: new package ptxdist: fallback to icerun if icecc cannot be used kconfig: update to v5.11-rc3 git-ptx-patches: add option -a to generated patches for all tags x-load: quote default value in the menu file kconfig: also dump all known and unknown symbols ptxd_lib_dgen: optionally generate variables for all packages instead= of enabled packages ptxd_lib_dgen: generate package variable with all existing patch dire= ctories ptxd_lib_dgen: provide lists for all existing and used but unknown kc= onfig symbols Toplevel: optionally remember all make variables in a file platforms: make sure ALLYES is known to kconfig ptxdist: add new command 'lint' binutils: remove patch for really old version dtc: drop unnecessary 'ifeq' check function-touch: always define _touch_opt_output for 'lint' rules: move some host packages to staging host-tz-database: used one shared version host-apr: remove old host package host-libdbus-cxx: remove old host package host-shiboken: remove old host package host-apr-util: remove old host package host-apache2: remove old host package ptxdist: cleanup lint output igt-gpu-tools: blacklist TARGET_HARDEN_BINDNOW Michael Tretter (3): valgrind: version bump 3.14.0 -> 3.16.1 valgrind: enable build for arm64 rauc: ignore sysroot in dbus-1 interfaces_dir variable Philipp Zabel (12): mesalib: version bump 20.3.2 -> 20.3.3 gstreamer1: version bump 1.18.2 -> 1.18.3 gst-plugins-base1: version bump 1.18.2 -> 1.18.3 gst-plugins-good1: version bump 1.18.2 -> 1.18.3 gst-plugins-bad1: version bump 1.18.2 -> 1.18.3 gst-plugins-ugly1: version bump 1.18.2 -> 1.18.3 gst-devtools1: version bump 1.18.2 -> 1.18.3 gst-libav1: version bump 1.18.2 -> 1.18.3 gst-python1: version bump 1.18.2 -> 1.18.3 gst-rtsp-server1: version bump 1.18.2 -> 1.18.3 gstreamer-vaapi1: version bump 1.18.2 -> 1.18.3 wayland: version bump 1.18.0 -> 1.19.0 Roland Hieber (2): ptxd_make_image_common: optionally install debug packages into rootfs sudo: version bump 1.9.3 -> 1.9.5p2 Sascha Hauer (1): rootfs: Fix handling of empty variables Uwe Kleine-K=F6nig (3): mtd-utils: version bump 2.1.1 -> 2.1.2 mtd-utils: Add support for ubifs mount helper mtd-utils: spring cleanup --=20 Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | --mP3DRpeJDSE+ciuQ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEeJFGjgcONlOX5bZuzXDjm1IAhs8FAmAc9vsACgkQzXDjm1IA hs+DvAgAoTnBSrt2p9R4ttIct/x01F5USqguqBOQUj3kPTc8A9tnPkGD6KQ2b4bl Qr7gBgAxrp/xCQkHC2lwV0yoGFMzP/nTyWTKRfiKkNzPVl6RjYS2hWvcN/MdWZ4r SJiTeHH77Kf4sMkfyeJlgCGfVer9beEAgKluvbm+Yw8Q8vQGNst1ha29c9sxt5+X iWkkn3/deF6MGF1NDMogUgEWIwFh0eiDfZSHTSYQhkDPG45AQxIXpFSnGx4ZnyTc 3vonU8r1m14B5bD804P6aMcBwaHhb0zEg35XK+W+6o+OY4FfvwzjFyhd8V3TaS2d 8oxrZaBQkdl6pgZ/JJjuDLl/yQlPKQ== =Ca9G -----END PGP SIGNATURE----- --mP3DRpeJDSE+ciuQ-- --===============1513262880== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de --===============1513262880==--