]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/log
thirdparty/openembedded/openembedded-core-contrib.git
12 months agolinux-firmware: package Qualcomm X1 Elite audio DSP firmware
Dmitry Baryshkov [Thu, 14 Nov 2024 17:04:44 +0000 (19:04 +0200)] 
linux-firmware: package Qualcomm X1 Elite audio DSP firmware

Package ADSP firmware usable on Qualcomm X1 Elite CRD and QCP platforms.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agolinux-firmware: upgrade 20241017 -> 20241110
Dmitry Baryshkov [Thu, 14 Nov 2024 17:04:43 +0000 (19:04 +0200)] 
linux-firmware: upgrade 20241017 -> 20241110

License-Update: additional files

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agosstate: rewrite sstate_archive_package in python
Ross Burton [Thu, 14 Nov 2024 16:33:03 +0000 (16:33 +0000)] 
sstate: rewrite sstate_archive_package in python

As sstate_archive_package just calls tar, writing the function in shell
is actually more complex and opaque than the equivalent python.

Don't check for zstd vs pzstd, we have pzstd in HOSTTOOLS so it will
always be available.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agou-boot: Set CVE_PRODUCT
Maik Otto [Thu, 14 Nov 2024 14:38:41 +0000 (15:38 +0100)] 
u-boot: Set CVE_PRODUCT

The CPE vendor is "denx" and the CPE product is "u-boot".
Set CVE_PRODUCT for properly matching in the NVD database.

Signed-off-by: Maik Otto <m.otto@phytec.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agopython3-wheel: upgrade 0.44.0 -> 0.45.0
Wang Mingyu [Tue, 12 Nov 2024 09:24:35 +0000 (17:24 +0800)] 
python3-wheel: upgrade 0.44.0 -> 0.45.0

Changelog:
===========
- Refactored the convert command to not need setuptools to be installed
- Don't configure setuptools logging unless running bdist_wheel
- Added a redirection from wheel.bdist_wheel.bdist_wheel to
  setuptools.command.bdist_wheel.bdist_wheel to improve compatibility with
  setuptools' latest fixes.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agopython3-websockets: upgrade 13.1 -> 14.0
Wang Mingyu [Tue, 12 Nov 2024 09:24:34 +0000 (17:24 +0800)] 
python3-websockets: upgrade 13.1 -> 14.0

Changelog:
 https://websockets.readthedocs.io/en/stable/project/changelog.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agopython3-rpds-py: upgrade 0.20.0 -> 0.21.0
Wang Mingyu [Tue, 12 Nov 2024 09:24:33 +0000 (17:24 +0800)] 
python3-rpds-py: upgrade 0.20.0 -> 0.21.0

Changelog:
 bump pyO3 to 0.22.6

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agopython3-pyproject-metadata: upgrade 0.8.1 -> 0.9.0
Wang Mingyu [Tue, 12 Nov 2024 09:24:32 +0000 (17:24 +0800)] 
python3-pyproject-metadata: upgrade 0.8.1 -> 0.9.0

Changelog:
https://pep621.readthedocs.io/en/stable/changelog.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agopython3-pip: upgrade 24.2 -> 24.3.1
Wang Mingyu [Tue, 12 Nov 2024 09:24:31 +0000 (17:24 +0800)] 
python3-pip: upgrade 24.2 -> 24.3.1

no_shebang_mangling.patch
refreshed for 24.3.1

Changelog:
=========
- Deprecate wheel filenames that are not compliant with PEP 440.
- Detect recursively referencing requirements files and help users identify the source.
- Support for PEP 730 iOS wheels.
- Display a better error message when an already installed package has an invalid requirement
- Ignore PIP_TARGET and pip.conf global.target when preparing a build environment.
- Restore support for macOS 10.12 and older (via truststore).
- Allow installing pip in editable mode in a virtual environment on Windows.
- Upgrade certifi to 2024.8.30
- Upgrade distlib to 0.3.9
- Upgrade truststore to 0.10.0
- Upgrade urllib3 to 1.26.20
- Allow multiple nested inclusions of the same requirements file again.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agopython3-packaging: upgrade 24.1 -> 24.2
Wang Mingyu [Tue, 12 Nov 2024 09:24:30 +0000 (17:24 +0800)] 
python3-packaging: upgrade 24.1 -> 24.2

Changelog:
==========
- The source is auto-formatted with ruff, not black
- Bump the github-actions group across 1 directory with 3 updates
- Apply ruff rules (RUF)
- Fix typo in Version __str__
- Bump the github-actions group with 3 updates
- Get rid of duplicate test cases
- Fix doc for canonicalize_version and a typo in a docstring
- docs: public/base_version comparison
- Apply ruff/bugbear rules (B)
- Apply ruff/pyupgrade rules (UP)
- Add a changelog entry for dropping Python 3.7 support
- Patch python_full_version unconditionally
- Refactor canonicalize_version
- Allow creating a SpecifierSet from a list of specifiers
- Fix uninformative error message
- Fix prerelease detection for > and <
- Bump the github-actions group across 1 directory with 4 updates
- Add support for PEP 730 iOS tags.
- Update the changelog to reflect 24.1 changes
- Mention updating changelog in release process
- Add a comment as to why Metadata.name isn't normalized
- Use !r formatter for error messages with filenames.
- PEP 639: Implement License-Expression and License-File
- Bump the github-actions group with 4 updates
- Upgrade to latest mypy
- Extraneous quotes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agopython3-markupsafe: upgrade 3.0.1 -> 3.0.2
Wang Mingyu [Tue, 12 Nov 2024 09:24:29 +0000 (17:24 +0800)] 
python3-markupsafe: upgrade 3.0.1 -> 3.0.2

Changelog:
==========
- Fix compatibility when __str__ returns a str subclass.
- Build requires setuptools >= 70.1.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agopython3-license-expression: upgrade 30.3.1 -> 30.4.0
Wang Mingyu [Tue, 12 Nov 2024 09:24:28 +0000 (17:24 +0800)] 
python3-license-expression: upgrade 30.3.1 -> 30.4.0

Changelog:
============
- Update licensedb to 3.24
- Update licenses with SPDX license list 3.25
- Update README and setup.cfg

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agopython3-hypothesis: upgrade 6.115.3 -> 6.118.6
Wang Mingyu [Tue, 12 Nov 2024 09:24:27 +0000 (17:24 +0800)] 
python3-hypothesis: upgrade 6.115.3 -> 6.118.6

Changelog:
 https://hypothesis.readthedocs.io/en/latest/changes.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoxtrans: upgrade 1.5.1 -> 1.5.2
Wang Mingyu [Tue, 12 Nov 2024 09:24:43 +0000 (17:24 +0800)] 
xtrans: upgrade 1.5.1 -> 1.5.2

Changelog:
============
- is_numeric: Add !defined(IPv6) to checks
- Fix build when HAVE_STRCASECMP is not defined

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoxrandr: upgrade 1.5.2 -> 1.5.3
Wang Mingyu [Tue, 12 Nov 2024 09:24:42 +0000 (17:24 +0800)] 
xrandr: upgrade 1.5.2 -> 1.5.3

Changelog:
==========
- set_gamma_info: remove unnecessary round-trip to server
- xrandr: Print/consume the CTM prop in human readable form
- Reworked transform fix

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agovte: upgrade 0.78.0 -> 0.78.1
Wang Mingyu [Tue, 12 Nov 2024 09:24:41 +0000 (17:24 +0800)] 
vte: upgrade 0.78.0 -> 0.78.1

0001-tests-Remove-excessive-constrexpr.patch
0003-Add-missing-system-headers.patch
removed since they're included in 0.78.1

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agostress-ng: upgrade 0.18.02 -> 0.18.06
Wang Mingyu [Tue, 12 Nov 2024 09:24:40 +0000 (17:24 +0800)] 
stress-ng: upgrade 0.18.02 -> 0.18.06

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agosqlite3: upgrade 3.46.1 -> 3.47.0
Wang Mingyu [Tue, 12 Nov 2024 09:24:39 +0000 (17:24 +0800)] 
sqlite3: upgrade 3.46.1 -> 3.47.0

Changelog:
 https://www.sqlite.org/releaselog/3_47_0.html

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoseatd: upgrade 0.8.0 -> 0.9.1
Wang Mingyu [Tue, 12 Nov 2024 09:24:38 +0000 (17:24 +0800)] 
seatd: upgrade 0.8.0 -> 0.9.1

Changelog:
===========
- libseat could end up not servicing seat enable/disable events if they
  were received immediately after a response, leading to the session
  deadlocking in a deactivated state.
- Some protocol strings lacked validation of the NULL termination
  requirement.
- libseat/seatd: Remove read_and_execute
- libseat/seatd: Read remaining events after processing responses
- libseat/seatd: Cleanup of request error handling
- libseat/seatd: Set EINVAL if target session is invalid
- libseat/seatd: Set backend error if poll fails
- seatd: Add validation of device path libseat/seatd: Add validation of seat_name
- seatd: Add strict message size comparison

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoruby: upgrade 3.3.5 -> 3.3.6
Wang Mingyu [Tue, 12 Nov 2024 09:24:37 +0000 (17:24 +0800)] 
ruby: upgrade 3.3.5 -> 3.3.6

0005-Mark-Gemspec-reproducible-change-fixing-784225-too.patch
refreshed for 3.3.6

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agorepo: upgrade 2.48 -> 2.49.3
Wang Mingyu [Tue, 12 Nov 2024 09:24:36 +0000 (17:24 +0800)] 
repo: upgrade 2.48 -> 2.49.3

Changelog:
==========
- sync: fix connection error on macOS
- upload: Return correct tuple values in _ProcessResults
- worktree: Do not try to fix relative paths
- forall: Fix returning results early
- Use full name of the revision when checking dest-branch
- Add REPO_SKIP_SELF_UPDATE check in sync
- manifest: add optional base check on remove and extend
- [event_log] Stop leaking semaphore resources
- progress: always show done message
- subcmds: reduce multiprocessing serialization overhead
- sync: reduce multiprocessing serialization overhead
- Fix incremental syncs for prjs with submodules

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoofono: upgrade 2.11 -> 2.12
Wang Mingyu [Tue, 12 Nov 2024 09:24:24 +0000 (17:24 +0800)] 
ofono: upgrade 2.11 -> 2.12

Changelog:
===========
- Fix issue with access technology reporting.
- Fix issue with detecting Phonet devices.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agonumactl: upgrade 2.0.18 -> 2.0.19
Wang Mingyu [Tue, 12 Nov 2024 09:24:23 +0000 (17:24 +0800)] 
numactl: upgrade 2.0.18 -> 2.0.19

Changelog:
===========
- Fix fallback for set_mempolicy_home_node syscall
- Add -w and --weighted-interleave for weighted interleave mode
- Fix the using of the uninitialized value
- Fix RESOURCE_LEAK in show()
- Add documentation for weighted interleave
- Don't fail build when set_mempolicy_home_node syscall is unknown
- eliminate hard-coded tables
- Update numactl.c (green-br)
- fix nodemask allocation size for get_mempolicy
- Save and restore errno when probing for SET_PREFERRED_MANY
- Make numa_available respect EPERM
- Fix unitialized variables
- more unitialized variables
- Replace fgrep with grep -F to fix warning
- Set version number back again
- Increase version number to 2.0.19
- Regenerate configure for new version

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agonghttp2: upgrade 1.63.0 -> 1.64.0
Wang Mingyu [Tue, 12 Nov 2024 09:24:22 +0000 (17:24 +0800)] 
nghttp2: upgrade 1.63.0 -> 1.64.0

Changelog:
===========
- The internal :authoriy and host field value validation now treats @ as invalid.
  nghttp2_check_authority still treats it as a valid character.
- Fix c-ares v1.34.0 version detection failure.
- Fix race condition on h1 connection close.
- Fix UDP datagram send/recv metric.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agompg123: upgrade 1.32.7 -> 1.32.9
Wang Mingyu [Tue, 12 Nov 2024 09:24:21 +0000 (17:24 +0800)] 
mpg123: upgrade 1.32.7 -> 1.32.9

Changelog:
===========
-- enable 64 bit offset path for MSVCRT and avoid warnings about
   MS's game about POSIX API with and without underscores
-- Increase the library patchlevel, as was forgotten on previous
   release.
-- Add sections to assembly to support PAC/BTI code
   for aarch64 (-mbranch-protection variants)
-- Prevent premature application of header info into decoding structure,
   at worst having triggered out-of-bounds writes of decoded PCM data
- out123: Show --quiet in --longhelp.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agommc-utils: upgrade to latest revision
Wang Mingyu [Tue, 12 Nov 2024 09:24:20 +0000 (17:24 +0800)] 
mmc-utils: upgrade to latest revision

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agomakedumpfile: upgrade 1.7.5 -> 1.7.6
Wang Mingyu [Tue, 12 Nov 2024 09:24:19 +0000 (17:24 +0800)] 
makedumpfile: upgrade 1.7.5 -> 1.7.6

0001-makedumpfile-replace-hardcode-CFLAGS.patch
refreshed for 1.7.6

Changelog:
============
- Fix incorrect page exclusion in exclude_nodata_pages()
- s390x: Assume zero value of OS_INFO pointer is valid
- Submit physical address to is_phys_addr()
- sadump_info: Return empty string instead of NULL
- Add ftruncate error handling
- Fix failure of free pages exclusion with -x option on Linux 6.10
- fix comment: Mention current logic for vmalloc_start
- make reserve_diskspace do nothing for flattened format
- Workaround for segfault by "makedumpfile --mem-usage" on PPC64
- Fix wrong exclusion of Slab pages on Linux 6.10-rc1 and later
- Fix failure of hugetlb pages exclusion on Linux 6.9 and later
- Makefile: Make sbin directory configurable
- Update maintainers
- ppc64: get vmalloc start address from vmcoreinfo
- ppc64: read cur_mmu_type from vmcoreinfo
- add PRINTK_CALLER id support to --dump-dmesg option
- s390x: uncouple virtual and physical address spaces
- s390x: fix virtual vs physical address confusion

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agolog4cplus: upgrade 2.1.1 -> 2.1.2
Wang Mingyu [Tue, 12 Nov 2024 09:24:18 +0000 (17:24 +0800)] 
log4cplus: upgrade 2.1.1 -> 2.1.2

Changelog:
===========
- Implement 'LOG4CPLUS_ASSERT_FMT()' - formats assertion message using C-style
  format string.
- Implement 'LOG4CPLUS_ASSERT_FORMAT()' - formats assertion message using
  C++20 '<format>' header facilities.
- New configuration property: 'log4cplus.threadPoolBlockOnFull'. When this
  property is 'true' (default), threads will block when internal thread pool
  queue is full.
- Warn about full internal thread pool queue when dropping events due to
  'log4cplus.threadPoolBlockOnFull' being 'false'.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agollvm: upgrade 19.1.2 -> 19.1.3
Wang Mingyu [Tue, 12 Nov 2024 09:24:17 +0000 (17:24 +0800)] 
llvm: upgrade 19.1.2 -> 19.1.3

Changelog:
===========
- Handle uninitialized type constraints
- Make LazyOffsetPtr more portable
- Fix incorrect range of relative jumps
- Fix KCFI types for generated functions with integer normalization
- Handle template opener/closer in braced list
- Disable use of the counted_by attribute for whole struct pointers
- Reject if constexpr in C
- fix build failure
- Fix feature coalescing
- Backport "Support for Gentoo *t64 triples (64-bit time_t ABIs)"
- Instantiate Typedefs referenced by type alias deduction guides
- Don't propagate access attr to byval params
- Undef _TIME_BITS along with _FILE_OFFSET_BITS

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agolibxcursor: upgrade 1.2.2 -> 1.2.3
Wang Mingyu [Tue, 12 Nov 2024 09:24:16 +0000 (17:24 +0800)] 
libxcursor: upgrade 1.2.2 -> 1.2.3

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agolibtraceevent: upgrade 1.8.3 -> 1.8.4
Wang Mingyu [Tue, 12 Nov 2024 09:24:15 +0000 (17:24 +0800)] 
libtraceevent: upgrade 1.8.3 -> 1.8.4

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agolibtirpc: upgrade 1.3.5 -> 1.3.6
Wang Mingyu [Tue, 12 Nov 2024 09:24:14 +0000 (17:24 +0800)] 
libtirpc: upgrade 1.3.5 -> 1.3.6

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agolibsdl2: upgrade 2.30.8 -> 2.30.9
Wang Mingyu [Tue, 12 Nov 2024 09:24:13 +0000 (17:24 +0800)] 
libsdl2: upgrade 2.30.8 -> 2.30.9

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agolibrepo: upgrade 1.18.1 -> 1.19.0
Wang Mingyu [Tue, 12 Nov 2024 09:24:12 +0000 (17:24 +0800)] 
librepo: upgrade 1.18.1 -> 1.19.0

Changelog:
===========
- Fix input termination for pgpParsePkts
- Introduce entropy for fastestmirror option
- Fix upper case xattr incompatible to Amazon S3

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agolibnl: upgrade 3.10.0 -> 3.11.0
Wang Mingyu [Tue, 12 Nov 2024 09:24:11 +0000 (17:24 +0800)] 
libnl: upgrade 3.10.0 -> 3.11.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agolibinput: upgrade 1.26.1 -> 1.26.2
Wang Mingyu [Tue, 12 Nov 2024 09:24:10 +0000 (17:24 +0800)] 
libinput: upgrade 1.26.1 -> 1.26.2

Changelog:
===========
- tablet: Remove unnecessary scale factor on REL_HWHEEL_HI_RES
- quirks: add quirk for Minisforum V3 touchpad dwt
- quirks: add quirk for the Minisforum V3 volume keys
- quirks: add quirk for the LG gram 14 2023 Touchpad
- doc/user: document ModelTouchpadPhantomClicks quirk
- Fix typo in documentation comment

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agolibcap: upgrade 2.70 -> 2.71
Wang Mingyu [Tue, 12 Nov 2024 09:24:09 +0000 (17:24 +0800)] 
libcap: upgrade 2.70 -> 2.71

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoiptables: upgrade 1.8.10 -> 1.8.11
Wang Mingyu [Tue, 12 Nov 2024 09:24:08 +0000 (17:24 +0800)] 
iptables: upgrade 1.8.10 -> 1.8.11

0001-configure-Add-option-to-enable-disable-libnfnetlink.patch
0002-nft-ruleparse-Add-missing-braces-around-ternary.patch
removed since they're included in 1.8.11

Changelog:
 https://netfilter.org/projects/iptables/files/changes-iptables-1.8.11.txt

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoharfbuzz: upgrade 10.0.1 -> 10.1.0
Wang Mingyu [Tue, 12 Nov 2024 09:24:07 +0000 (17:24 +0800)] 
harfbuzz: upgrade 10.0.1 -> 10.1.0

Changelog:
============
- Fix the sign of fallback vertical glyph advance (used when font has no
  vertical advance data).
- Increase maximum "CFF"operands limit 20 times to support more complex fonts.
- Add "--face-loader" option to command line utilities.
- Support "COLR"v0 table in hb_font_get_glyph_extents().
- Add support for font functions that use Core Text APIs, similar to FreeType
  font functions. This allows, for example, using drawing fonts that use the new
  (and undocumented) "hvgl"table.
- Update IANA and OT language registries, as well ase USE data files.
- Fix build with ICU 76.
- Various compiler warnings and build fixes.
- Various subsetter fixes.

- New API:
+hb_face_create_or_fail()
+hb_face_create_from_file_or_fail()
+hb_coretext_face_create_from_file_or_fail()
+hb_coretext_font_set_funcs()
+hb_ft_face_create_from_file_or_fail()

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agogtk4: upgrade 4.16.3 -> 4.16.5
Wang Mingyu [Tue, 12 Nov 2024 09:24:06 +0000 (17:24 +0800)] 
gtk4: upgrade 4.16.3 -> 4.16.5

Changelog:
============
* Clean up debug spew
* GtkTextView:
 - Fix some missing CSS invalidation
 - Handle charsets in clipboard datatypes
* GtkApplication:
 - Respect GDK_DEBUG=no-portals
* Printing:
 - Avoid warnings for avahi errors
 - Fix a segfault in the print dialog setup code
* Accessibility:
 - Handle NULL values in more places
* Gdk:
 - vulkan: Fix validation errors
 - Fix 32bit build for the jpeg loader
* Wayland:
 - Fix a possible deadlock with high-priority sources
   triggering Wayland roundtrips
* Translation updates
 Belarusian
 British English
 Latvian
 Romanian

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoglslang: upgrade 1.3.290.0 -> 1.3.296.0
Wang Mingyu [Tue, 12 Nov 2024 09:24:04 +0000 (17:24 +0800)] 
glslang: upgrade 1.3.290.0 -> 1.3.296.0

0001-generate-glslang-pkg-config.patch
refreshed for 1.3.296.0

Changelog:
===========
* Explicitly export all symbols that are part of the public API and hide other symbols by default
* Allow building glslang without the SPIR-V backend using the new ENABLE_SPIRV build option
* Add setResourceSetBinding method to the API
* Add interface to get the GLSL IO mapper and resolver
* Allow compute derivative modes when the workgroup dimensions are spec constants
* Improve debug location of branch/return instructions
* Silence preprocessor '#' error reporting in inactive #if/#ifdef/#elif/#else blocks
* Apply GLSL memory decorations to top-level OpVariable
* Move definition of GLSLANG_EXPORT to visibility.h
* Merge ancillary libraries into main glslang library and stub originals
* Add public setSourceFile and addSourceText methods to TShader class
* Add type checks for hitObjectNV
* Add optimizerAllowExpandedIDBound to SpvOptions
* Add SpvTools.h back to public headers
* Add cross-stage check for missing outputs
* Fix HLSL offsets for non-buffers
* Add types and functions for IO mapping to API
* Add function to set preprocessed code to API
* Add set/get version functions to API
* Expose setGlobalUniform functions to API
* Don't emit debug instructions before an OpPhi
* Add command-line and API option to enable reporting column location for compiler errors
* Improve location aliasing checks
* Support constant expression calculated by matrixCompMult
* Fix crash caused by atomicCounter() use without arguments
* Fix multi-line function call line numbers
* Add line info to OpDebugDeclare for function parameters
* Fix HLSL OpDebugFunction file name
* Fix duplicate decorations
* Enable compilation of glslang without thread support for WASI

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoepiphany: upgrade 47.1 -> 47.2
Wang Mingyu [Tue, 12 Nov 2024 09:24:02 +0000 (17:24 +0800)] 
epiphany: upgrade 47.1 -> 47.2

Changelog:
==========
* Fix crash loading Global Protect URL
* Fix Privacy Report dialog when no trackers are blocked
* Fix crash loading taobao.com
* Disallow duplicate tag widgets on bookmark edit dialog
* Add workaround for DuckDuckGo redirect service failure

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoell: upgrade 0.69 -> 0.70
Wang Mingyu [Tue, 12 Nov 2024 09:24:01 +0000 (17:24 +0800)] 
ell: upgrade 0.69 -> 0.70

Changelog:
 Add support for helper function for safe memcpy.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agodropbear: upgrade 2024.85 -> 2024.86
Wang Mingyu [Tue, 12 Nov 2024 09:24:00 +0000 (17:24 +0800)] 
dropbear: upgrade 2024.85 -> 2024.86

Changelog:
=========
- Fix failure on concurrent channel open/close.
- Print remote host after "Login attempt for nonexistent user" log entry to
  assist fail2ban.
- Dropbear now exits with exit status 0 on SIGINT/SIGTERM. This is a more
  graceful behaviour for "systemctl stop dropbear".
- New IDENT_VERSION_PART config allows customising some of the SSH version
  string.
- Fix building SK_KEYS with just one of ECDSA or ED25519
- Fix dbclient "-m help" and "-c help" without a hostname.
- Remove fprintf/gettimeofday from sigchld handler when running with
  verbose trace enabled.
- Improved configure help output
- Compile fix for GNU Hurd
- Support running test_aslr without venv
- Compilation fixes for older compilers, and better build tests
- Update some test infrastructure versions of python packages,
  github actions, and github runner OSes

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agodiffoscope: upgrade 277 -> 283
Wang Mingyu [Tue, 12 Nov 2024 09:23:59 +0000 (17:23 +0800)] 
diffoscope: upgrade 277 -> 283

Changelog:
==========
* Fix crash when objdump is missing when checking .EFI files.
* Ignore errors when listing .ar archives.
* Update copyright years.
* Don't try and test with systemd-ukify within Debian stable.
* Add support for UKI files.
* Drop Depends on deprecated python3-pkg-resources.
* Drop removal of calculated basename from readelf output.
* Temporarily remove procyon-decompiler from Build-Depends as it was removed
  from testing
* Add a helpful contextual message to the output if comparing Debian .orig
  tarballs within .dsc files without the ability to "fuzzy-match" away the
  leading directory.
* Correctly invert "X% similar" value and do not emit "100% similar".
* Update copyright years.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agodesktop-file-utils: upgrade 0.27 -> 0.28
Wang Mingyu [Tue, 12 Nov 2024 09:23:58 +0000 (17:23 +0800)] 
desktop-file-utils: upgrade 0.27 -> 0.28

Changelog:
============
- Increase GLib requirement to 2.26
- Fix install failing on second run
- Fix use of deprecated Meson feature resulting in a warning
- Allow groups with the same name as interfaces in Implements
- Add support for the COSMIC environment

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agobarebox-tools: upgrade 2024.09.0 -> 2024.10.0
Wang Mingyu [Tue, 12 Nov 2024 09:23:57 +0000 (17:23 +0800)] 
barebox-tools: upgrade 2024.09.0 -> 2024.10.0

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agorust: Upgrade 1.79.0->1.80.0
Harish Sadineni [Thu, 14 Nov 2024 11:13:02 +0000 (03:13 -0800)] 
rust: Upgrade 1.79.0->1.80.0

Update the patch files with rust v1.80.0.

The patch repro-issue-fix-with-cc-crate-hashmap.patch addresses the rust
 reprouciblity issue by correcting the way hash values are generated for
 different build paths.

https://blog.rust-lang.org/2024/07/25/Rust-1.80.0.html

Signed-off-by: Sunil Dora <SunilKumar.Dora@windriver.com>
Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agobzip2: fix 'bzip2 --version > /tmp/aaa 2>&1' hang
Hongxu Jia [Wed, 13 Nov 2024 12:51:47 +0000 (04:51 -0800)] 
bzip2: fix 'bzip2 --version > /tmp/aaa 2>&1' hang

According to [1]

As of the current version 1.0.8, bzip2 --version will print version
info but it will also continue compressing stdin:

  $ ./bzip2 --version
  bzip2, a block-sorting file compressor.  Version 1.0.8, 13-Jul-2019.

     Copyright (C) 1996-2019 by Julian Seward.

     This program is free software; [...]

  bzip2: I won't write compressed data to a terminal.
  bzip2: For help, type: `bzip2 --help'.

Debian (and its downstreams like Ubuntu) will patch this out [2],
making the < /dev/null unnecessary, port a part of debian patch
to fix the issue

[1] https://stackoverflow.com/questions/59757176/why-using-dev-null-with-a-program-like-bzip2
[2] https://sources.debian.org/src/bzip2/1.0.8-6/debian/patches/20-legacy.patch/

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoglibc: stable 2.40 branch update
Deepthi Hemraj [Wed, 13 Nov 2024 12:37:33 +0000 (04:37 -0800)] 
glibc: stable 2.40 branch update

Below commits on glibc-2.40 stable branch are updated.
efb710034e linux: sparc: Fix clone for LEON/sparcv8 (BZ 31394)
2344580243 Mitigation for "clone on sparc might fail with -EFAULT for no valid reason" (bz 31394)
3a34851103 elf: Change ldconfig auxcache magic number (bug 32231)
85e5850f2f Make tst-strtod-underflow type-generic
5c06c6e0b5 libio: Set _vtable_offset before calling _IO_link_in [BZ #32148]
cc256952ec Add tests of more strtod special cases
8f40dfbe2a Add more tests of strtod end pointer
4a9b6cdc88 Make tst-strtod2 and tst-strtod5 type-generic
5a10d05c39 powerpc64le: Build new strtod tests with long double ABI flags (bug 32145)
c4cc72d2ef Do not set errno for overflowing NaN payload in strtod/nan (bug 32045)
ad93c2047d Improve NaN payload testing
cac10d88c6 Make __strtod_internal tests type-generic
d0c1792ad2 Fix strtod subnormal rounding (bug 30220)
e06153665f More thoroughly test underflow / errno in tst-strtod-round
9bc76c7ca4 Test errno setting on strtod overflow in tst-strtod-round
61b6464f8d Add tests of fread
77018fd9f9 stdio-common: Add new test for fdopen

Testresults:
After update |Before update  |Difference
PASS: 5005 |PASS: 5002  |PASS: 3
FAIL: 166 |FAIL: 167  |FAIL: -1
XPASS: 4 |XPASS: 4  |XPASS: 0
XFAIL: 16 |XFAIL: 16  |XFAIL: 0
UNSUPPORTED: 229|UNSUPPORTED: 229|UNSUPPORTED: 0

Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agomini-x-session: use x-terminal-emulator
Ross Burton [Wed, 13 Nov 2024 15:55:11 +0000 (15:55 +0000)] 
mini-x-session: use x-terminal-emulator

Don't hardcode matchbox-terminal, but use the alternative.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agobuilder: use x-terminal-emulator
Ross Burton [Wed, 13 Nov 2024 15:55:10 +0000 (15:55 +0000)] 
builder: use x-terminal-emulator

Don't hardcode matchbox-terminal, but use the alternative.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoxinit: use x-terminal-emulator as the fallback terminal
Ross Burton [Wed, 13 Nov 2024 15:55:09 +0000 (15:55 +0000)] 
xinit: use x-terminal-emulator as the fallback terminal

Instead of using rxvt as the fallback terminal use x-terminal-emulator.

Also add a recommends on something providing that name, as previously
it tried to use rxvt but that wasn't necessarily present.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agopackagegroup-core-x11-base: use virtual-x-terminal-emulator
Ross Burton [Wed, 13 Nov 2024 15:55:08 +0000 (15:55 +0000)] 
packagegroup-core-x11-base: use virtual-x-terminal-emulator

Instead of depending on matchbox-terminal explicitly, just depend on
the virtual name.

core-image-x11 then uses rxvt instead of matchbox-terminal, as that is
the default, removing the entire GTK+ stack from the image.

core-image-sato and friends are unchanged as the sato packagegroup pulls
in matchbox-terminal explicitly, so rxvt isn't needed.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agodefault-providers.conf: add virtual-x-terminal-emulator
Ross Burton [Wed, 13 Nov 2024 15:55:07 +0000 (15:55 +0000)] 
default-providers.conf: add virtual-x-terminal-emulator

We have multiple recipes in core that  RPROVIDE virtual-x-terminal-emulator,
so we should pick one to be the default for deterministic builds.

Pick rxvt, as it's the lightest.  Sato can depend on matchbox-terminal
explicitly and rxvt will not be added.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agomatchbox-terminal: add x-terminal-emulator RPROVIDES and alternative
Ross Burton [Wed, 13 Nov 2024 15:55:06 +0000 (15:55 +0000)] 
matchbox-terminal: add x-terminal-emulator RPROVIDES and alternative

Add a RPROVIDES for virtual-x-terminal-emulator, so that:
- Packages can RDEPEND on virtual-x-terminal-emulator and know that they
  have installed a terminal
- The x-terminal-emulator binary will (via alternatives) run a terminal

We don't bother with PROVIDES because nobody needs to DEPEND on a terminal,
the entire point of this is that the actual binary is interchangable.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agorxvt-unicode: add x11 DISTRO_FEATURE check
Ross Burton [Wed, 13 Nov 2024 15:55:05 +0000 (15:55 +0000)] 
rxvt-unicode: add x11 DISTRO_FEATURE check

rxvt is a classic X11 application, so add the feature check so it doesn't
get pulled into world builds without x11.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agorxvt-unicode: change virtual/x-terminal-emulator PROVIDES to RPROVIDES
Ross Burton [Wed, 13 Nov 2024 15:55:04 +0000 (15:55 +0000)] 
rxvt-unicode: change virtual/x-terminal-emulator PROVIDES to RPROVIDES

The point of the virtual-x-terminal-emulator alternative was to provide
a single binary that executes whatever terminal has been installed. This
is a runtime choice, so should be RPROVIDES.

This doesn't need built-time PROVIDES, which actively get in the way
when multiple recipes are being built with the same PROVIDES.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoautomake: Remove patch that changes path to test-driver
Ola x Nilsson [Wed, 13 Nov 2024 14:45:47 +0000 (15:45 +0100)] 
automake: Remove patch that changes path to test-driver

The patch "Set relative to top_builddir path in Makefile to access"
sets the default path of `test-driver` to
`$(top_builddir)/$(config_aux_dir)` instead of the normal
`$(top_srcdir)/$(config_aux_dir)`.

This breaks `check test` for Automake projects in generated images,
and probably other places like SDKs.

A typical error would be

/bin/sh: ./build-aux/test-driver: No such file or directory

Removing the patch makes such checks complete successfully.

Fixes [YOCTO #15635]

Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agostrace: Fix the ptest path to test-driver
Ola x Nilsson [Wed, 13 Nov 2024 14:45:46 +0000 (15:45 +0100)] 
strace: Fix the ptest path to test-driver

Add a sed substitution for ${PTEST_PATH}/tests/Makefile that
transforms
 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
to
 TEST_LOG_DRIVER = $(SHELL) $(top_builddir)/build-aux/test-driver
which is where the test-driver script can be found when installed.

There used to be an oe-core automake patch to do this, but it
broke non-ptest use of automake.

Relates to [YOCTO #15635]

Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoparted: Fix the ptest path to test-driver
Ola x Nilsson [Wed, 13 Nov 2024 14:45:45 +0000 (15:45 +0100)] 
parted: Fix the ptest path to test-driver

Add a sed substitution for ${PTEST_PATH}/tests/Makefile that transforms
 SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
to
 SH_LOG_DRIVER = $(SHELL) $(top_builddir)/build-aux/test-driver
which is where the test-driver script can be found when installed.

There used to be an oe-core automake patch to do this, but it
broke non-ptest use of automake.

Relates to [YOCTO #15635]

Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agosed: Fix the ptest path to test-driver
Ola x Nilsson [Wed, 13 Nov 2024 14:45:44 +0000 (15:45 +0100)] 
sed: Fix the ptest path to test-driver

Add a sed substitution for ${PTEST_PATH}/Makefile that transforms
 SH_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
 PL_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
to
 SH_LOG_DRIVER = $(SHELL) $(top_builddir)/build-aux/test-driver
 PL_LOG_DRIVER = $(SHELL) $(top_builddir)/build-aux/test-driver
which is where the test-driver script can be found when installed.

There used to be an oe-core automake patch to do this, but it
broke non-ptest use of automake.

Relates to [YOCTO #15635]

Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoattr: Fix the ptest path to test-driver
Ola x Nilsson [Wed, 13 Nov 2024 14:45:43 +0000 (15:45 +0100)] 
attr: Fix the ptest path to test-driver

Add a sed substitution for ${PTEST_PATH}/Makefile that transforms
 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
to
 TEST_LOG_DRIVER = $(SHELL) $(top_builddir)/build-aux/test-driver
which is where the test-driver script can be found when installed.

There used to be an oe-core automake patch to do this, but it
broke non-ptest use of automake.

Relates to [YOCTO #15635]

Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoacl: Fix the ptest path to test-driver
Ola x Nilsson [Wed, 13 Nov 2024 14:45:42 +0000 (15:45 +0100)] 
acl: Fix the ptest path to test-driver

Add a sed substitution for ${PTEST_PATH}/Makefile that transforms
 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
to
 TEST_LOG_DRIVER = $(SHELL) $(top_builddir)/build-aux/test-driver
which is where the test-driver script can be found when installed.

There used to be an oe-core automake patch to do this, but it
broke non-ptest use of automake.

Relates to [YOCTO #15635]

Signed-off-by: Ola x Nilsson <olani@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoquilt: fix dependency on ptest-runner
Awais Belal [Tue, 12 Nov 2024 23:48:56 +0000 (04:48 +0500)] 
quilt: fix dependency on ptest-runner

Specifically when using useradd-staticids this fails without
creating a ptest user entry.

ERROR: Nothing PROVIDES 'ptest-runner' ptest-runner was skipped: Recipe ptest-runner, package ptest-runner: system username "ptest" does not have a static ID defined. Add ptest to one of these files: .../passwd
...
...
Missing or unbuildable dependency chain was: ['my-image-sdk', 'packagegroup-core-sdk', 'quilt', 'ptest-runner']

This is seen when ptest is not even enabled. We fix this by
making a conditional dependency on the ptest-runner.

Signed-off-by: Awais B <awais.belal@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agotcl: correctly symlink tclsh to 9.0 version
Alexander Kanavin [Tue, 12 Nov 2024 13:59:55 +0000 (14:59 +0100)] 
tcl: correctly symlink tclsh to 9.0 version

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agobinutils: stable 2.43.1 branch update
Deepthi Hemraj [Tue, 12 Nov 2024 12:28:09 +0000 (04:28 -0800)] 
binutils: stable 2.43.1 branch update

Below commit on binutils-2.43.1 stable branch are updated.
b82e2250574 Automatic date update in version.in
280374309b1 PR32300, --dependency-file: link dependencies are not all collected
263e116833e s390: Add arch15 instructions
645da6d426e s390: Relax risbg[n]z, risb{h|l}gz, {rns|ros|rxs}bgt operand constraints
7f7047a9c6c s390: Simplify (dis)assembly of insn operands with const bits
e7592364504 s390: Align opcodes to lower-case
d6ab1d2efdc s390: Document syntax to omit base register operand
c40337b1784 LoongArch: Add elfNN_loongarch_mkobject to initialize LoongArch tdata
95ed7cf1be2 segv in bfd_elf_get_str_section
0a71d78f6a6 ld: Don't explicitly add .note.gnu.build-id in elf.sc
ad2ce1e6457 x86: Turn PLT32 to PC32 only for PC-relative relocations
238493e7f09 x86-64: Disable PIE on PR gas/32189 test
68d5dbd315d x86-64: Never make R_X86_64_GOT64 section relative
d77d08180d1 x86/APX: Don't promote AVX/AVX2 instructions out of APX spec
f307db3d8b7 bfd: Pass true to ld_plugin_object_p
cd3e2b58f2c PR32109, aborting at bfd/bfd.c:1236 in int _bfd_doprnt
2d37b890e56 lto: Add a test for PR ld/32083
d16a1893c44 ld: Add an LTO test for common symbol override
e4cfe6dab3e Re-enable development changes on the 2_43 branch

Testing was done and there were no regressions found

Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
12 months agoresulttool: Allow store to filter to specific revisions
Richard Purdie [Wed, 13 Nov 2024 21:36:57 +0000 (21:36 +0000)] 
resulttool: Allow store to filter to specific revisions

We have a challenge on the autobuilder where test results from both OE-Core
and poky are being mixed together during result storage which is confusing the
data. Add a way to filter to specific revisions as the least worst way to fix
the various issues this is causing.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agopython_mesonpy: remove cython-specific INSANE_SKIPs
Ross Burton [Fri, 8 Nov 2024 11:55:59 +0000 (11:55 +0000)] 
python_mesonpy: remove cython-specific INSANE_SKIPs

These INSANE_SKIPs are specific to cython and unrelated to mesonpy, so
remove them. The new cython.bbclass should resolve the cause.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agopython3-*: inherit cython
Ross Burton [Fri, 8 Nov 2024 11:55:58 +0000 (11:55 +0000)] 
python3-*: inherit cython

Change recipes that depend on python3-cython-native to inherit cython
instead.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agoclasses-recipe: add cython class
Ross Burton [Fri, 8 Nov 2024 11:55:57 +0000 (11:55 +0000)] 
classes-recipe: add cython class

Recipes that use Cython typically also do some bespoke fixup.  Add a
class to centralise the logic:

- Set CYTHON_PREFIX_MAP to stop build paths appearing in generated
  objects
- Strip "Cython Metadata" blocks from generated code that ends up in the
  -src package

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agopython3-cython: add patch to prefix map source paths in generated files
Ross Burton [Fri, 8 Nov 2024 11:55:56 +0000 (11:55 +0000)] 
python3-cython: add patch to prefix map source paths in generated files

Cython generates C source code that contains mentions to the original
.py files, which results in build paths being embedded inside the
binaries.

Implement prefix remapping to change these build paths to point at the
target debug directory, so that we don't leak build paths and have
reproducible builds.

This patch is currently not submitted upstream, but will be shortly and
I expect it to evolve before being merged.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agolttng-ust: backport patch to fix cmake-multiple-shared-libraries build error
Bin Lan [Sat, 9 Nov 2024 08:09:45 +0000 (16:09 +0800)] 
lttng-ust: backport patch to fix cmake-multiple-shared-libraries build error

There are the following error when building doc/examples/cmake-multiple-shared-libraries:
ld: warning: liblttng-ust-common.so.1, needed by lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link)
ld: warning: liblttng-ust-tracepoint.so.1, needed by lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link)
ld: warning: liblttng-ust-common.so.1, needed by lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link)
ld: warning: liblttng-ust-tracepoint.so.1, needed by lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so, not found (try using -rpath or -rpath-link)
ld: lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_common_alloc_tls'
ld: lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_urcu_after_fork_parent'
ld: lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_urcu_after_fork_child'
ld: lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_urcu_after_fork_parent'
ld: lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_tp_probe_unregister_queue_release'
ld: lttng-ust/2.13.8/build/src/lib/lttng-ust/.libs/liblttng-ust.so: undefined reference to `lttng_ust_cancelstate_disable_pop'
collect2: error: ld returned 1 exit status

This change set removes the old patch file 0001-Makefile.am-update-rpath-link.patch,
adds a new patch file 0001-Fix-Build-examples-when-rpath-is-stripped-from-in-bu.patch.

Signed-off-by: Bin Lan <bin.lan.cn@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agorust: Add patch to increase timeout in process-sigpipe rust selftest
Peter Tatrai [Fri, 8 Nov 2024 18:23:12 +0000 (19:23 +0100)] 
rust: Add patch to increase timeout in process-sigpipe rust selftest

This commit adds a patch to increase the timeout in the process-sigpipe
rust selftest to prevent occasional failures under heavy server load.
The patch aims to reduce the likelihood of false negatives when the test
environment is overloaded.

Patch file:
* oeqa-selftest-Increase-timeout-in-process-sigpipe-ru.patch

Fixes [YOCTO #15625]

Signed-off-by: Peter Tatrai <peter.tatrai.ext@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agorust: Remove passing test case from the exclude list in the Rust OE self-test.
Deepesh Varatharajan [Mon, 11 Nov 2024 08:09:05 +0000 (00:09 -0800)] 
rust: Remove passing test case from the exclude list in the Rust OE self-test.

We had previously excluded this test case due to failure in earlier versions.
However, with the latest version of Rust, this test case is passing.
As a result, we have removed it from the exclude list and added back into
the test suite for execution.

The rust-1.79 has been successfully tested with the current test inclusion.

Signed-off-by: Deepesh Varatharajan <Deepesh.Varatharajan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agoconnman: Fix restart script
Michael Nazzareno Trimarchi [Sun, 10 Nov 2024 15:00:15 +0000 (16:00 +0100)] 
connman: Fix restart script

The script does not work if the connman service is already stopped.
The start-stop-daemon checks for the existence of a specified process.
If such a process exists, start-stop-daemon sends it the signal specified
by --signal, and exits with error status 0.  If such  a  process  does
not exist, start-stop-daemon exits with error status 1 (0 if --oknodo is specified).
The script uses set -e so we need to add --oknodo option to stop

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agoexpat: upgrade 2.6.3 -> 2.6.4
Peter Marko [Mon, 11 Nov 2024 19:04:36 +0000 (20:04 +0100)] 
expat: upgrade 2.6.3 -> 2.6.4

Handle CVE-2024-50602

Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agosystemd: don't use deprecated meson option values
Ross Burton [Mon, 11 Nov 2024 18:13:41 +0000 (18:13 +0000)] 
systemd: don't use deprecated meson option values

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agopango: don't use deprecated gtk_doc option flag
Ross Burton [Mon, 11 Nov 2024 18:13:40 +0000 (18:13 +0000)] 
pango: don't use deprecated gtk_doc option flag

The correct meson flag for the documentation is 'documentation'.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agolibpciaccess: add (and enable) the option for compressed pci.ids file
Ross Burton [Mon, 11 Nov 2024 18:13:39 +0000 (18:13 +0000)] 
libpciaccess: add (and enable) the option for compressed pci.ids file

A small dependency allows the 1.3MB pci.ids file to be compressed down
to 300K.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agolibpciaccess: remove redundant feature check
Ross Burton [Mon, 11 Nov 2024 18:13:38 +0000 (18:13 +0000)] 
libpciaccess: remove redundant feature check

This recipe once included the xorg common .inc file but had to reset
several variables. It no longer includes that file but there's a lot of
cruft to remove: the LICENSE being "MIT & MIT" and the features_check
class not checking for any features, specifically.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agojson-glib: don't use deprecated gtk_doc option flag
Ross Burton [Mon, 11 Nov 2024 18:13:37 +0000 (18:13 +0000)] 
json-glib: don't use deprecated gtk_doc option flag

The correct meson flag for the documentation is 'documentation'.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agogstreamer1.0-libav: explicitly disable documentation
Ross Burton [Mon, 11 Nov 2024 18:13:36 +0000 (18:13 +0000)] 
gstreamer1.0-libav: explicitly disable documentation

We can't build documentation when doing a cross build, so disable it
explicitly to be clear.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agoglib-2.0: explicitly disable sysprof
Ross Burton [Mon, 11 Nov 2024 18:13:35 +0000 (18:13 +0000)] 
glib-2.0: explicitly disable sysprof

We can't build this combination right now because of a circular dependency,
but it's good to make it explicit.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agoglib-2.0: don't use deprecated Meson option values
Ross Burton [Mon, 11 Nov 2024 18:13:34 +0000 (18:13 +0000)] 
glib-2.0: don't use deprecated Meson option values

true/false for these options is deprecated, use enabled/disabled.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agocairo: disable some features explicitly
Ross Burton [Mon, 11 Nov 2024 18:13:33 +0000 (18:13 +0000)] 
cairo: disable some features explicitly

These are disabled out of the box but only because the dependencies are
not present. Explicitly disable them to be clear.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agooeqa runtime uki.py: add tests
Mikko Rapeli [Mon, 11 Nov 2024 13:16:03 +0000 (13:16 +0000)] 
oeqa runtime uki.py: add tests

If Unified Kernel Image was enabled via IMAGE_CLASSES, then
target should also boot the same uki at runtime.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agouki.bbclass: fix debug print logging level
Mikko Rapeli [Mon, 11 Nov 2024 13:16:02 +0000 (13:16 +0000)] 
uki.bbclass: fix debug print logging level

Missing/unknown log level triggers a warning.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agogroff: Fix race issues for parallel build
Robert Yang [Mon, 11 Nov 2024 14:32:14 +0000 (06:32 -0800)] 
groff: Fix race issues for parallel build

Fixed race issues for parallel build:
groff: error: couldn't exec soelim: Permission

And:
groff: error: couldn't exec grn: Permission denied

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
13 months agopython3-setuptools: add more comments to a patch
Ross Burton [Thu, 7 Nov 2024 17:23:57 +0000 (17:23 +0000)] 
python3-setuptools: add more comments to a patch

Add more explanatory comments, including when we can drop the patch.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agouboot-sign: fix concat_dtb arguments
Clayton Casciato [Thu, 7 Nov 2024 17:10:47 +0000 (10:10 -0700)] 
uboot-sign: fix concat_dtb arguments

Fixes [YOCTO #15642]

Ensure empty argument passed from do_uboot_assemble_fitimage is passed to
concat_dtb

Signed-off-by: Clayton Casciato <majortomtosourcecontrol@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agogzip: show full test log if ptests fail
Ross Burton [Thu, 7 Nov 2024 18:35:39 +0000 (18:35 +0000)] 
gzip: show full test log if ptests fail

Enable verbose tests so that the output from the failing test is logged.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agokernel-devsrc: update for 6.12+
Bruce Ashfield [Thu, 7 Nov 2024 16:20:33 +0000 (11:20 -0500)] 
kernel-devsrc: update for 6.12+

arm64 needs some new files to regenerate the build environment
in 6.12+.

This is due to upstream commits:

  commit e632bca07c8eef1de9dc50f4e4066c56e9d68b07
  Author: Arnd Bergmann <arnd@arndb.de>
  Date:   Thu Jul 4 14:33:34 2024 +0200

      arm64: generate 64-bit syscall.tbl

      Change the asm/unistd.h header for arm64 to no longer include
      asm-generic/unistd.h itself, but instead generate both the asm/unistd.h
      contents and the list of entry points using the syscall.tbl scripts that
      we use on most other architectures.

      Once his is done for the remaining architectures, the generic unistd.h
      header can be removed and the generated tbl file put in its place.

      The Makefile changes are more complex than they should be, I need
      a little help to improve those. Ideally this should be done in an
      architecture-independent way as well.

Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
and:

  commit 712676ea2bb3882a852bcf49862c4247317fc9b2
  Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
  Date:   Tue Sep 3 12:09:17 2024 +0000

      arm64: vDSO: Wire up getrandom() vDSO implementation

      Hook up the generic vDSO implementation to the aarch64 vDSO data page.
      The _vdso_rng_data required data is placed within the _vdso_data vvar
      page, by using a offset larger than the vdso_data.

      The vDSO function requires a ChaCha20 implementation that does not write
      to the stack, and that can do an entire ChaCha20 permutation.  The one
      provided uses NEON on the permute operation, with a fallback to the
      syscall for chips that do not support AdvSIMD.

      This also passes the vdso_test_chacha test along with
      vdso_test_getrandom. The vdso_test_getrandom bench-single result on
      Neoverse-N1 shows:

         vdso: 25000000 times in 0.783884250 seconds
         libc: 25000000 times in 8.780275399 seconds
       syscall: 25000000 times in 8.786581518 seconds

      A small fixup to arch/arm64/include/asm/mman.h was required to avoid
      pulling kernel code into the vDSO, similar to what's already done in
      arch/arm64/include/asm/rwonce.h.

Signed-off-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agopatchreview: use check_upstream_status() from oe.qa
Martin Jansa [Wed, 6 Nov 2024 14:54:49 +0000 (15:54 +0100)] 
patchreview: use check_upstream_status() from oe.qa

* the idea was to reuse the same function as I've noticed that the
  QA check which was added to insane.bbclass in:
  https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a
  is in some cases more strcit than scripts/contrib/patchreview.py

  To be honest I wasn't aware of scripts/contrib/patchreview.py
  existence when I've asked about moving check_upstream_status()
  to oe.qa in order to write standalone script just like
  patchreview.py

* I've sent this long time ago:
  https://lists.openembedded.org/g/openembedded-core/message/177207
  but didn't like the sys.path.append to find oe.qa much or the
  duplicated path to .patch file in the output, then I've forgot about
  it until today in https://github.com/OE4T/meta-tegra/pull/1749
  where checklayer found one more issue, which I haven't noticed
  with patchreview.py before (because I've accidentally used a version
  without this change). It's not perfect, but at least it will be
  consistent with checklayer and patch-status QA check.

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agomultilib_global.bbclass: Avoid expanding native recipes in NON_MULTILIB_RECIPES
Robert Yang [Wed, 6 Nov 2024 14:05:20 +0000 (06:05 -0800)] 
multilib_global.bbclass: Avoid expanding native recipes in NON_MULTILIB_RECIPES

Fixed:
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE:virtclass-multilib-lib32 = "x86"
MACHINE = "qemux86-64"

$ bitbake lib32-grub-native
The build would go on before the patch which was incorrect. Now:

ERROR: Nothing PROVIDES 'lib32-grub-native'. Close matches:
[snip]

The nativesdk doesn't have such an issue, so only skip native.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agotcl8: re-add tcl 8 to support building expect
Alexander Kanavin [Thu, 31 Oct 2024 10:15:56 +0000 (11:15 +0100)] 
tcl8: re-add tcl 8 to support building expect

I'd be happy to remove expect from core as it has been unmaintained for years,
but sadly gcc/binutils test suites are basically written in it (via dejagnu),
and ltp makes use of it as well.

I attempted porting expect to tcl 9, but it's a tcl extension and makes
extensive use of features that have been deprecated in tcl 8 and removed
in tcl 9, and even pokes into tcl internals.

At some point hopefully the GNU toolchain upstreams are going to notice;
for now we'll carry tcl (latest) and tcl8 recipes.

tcl and tcl8 packages can be co-installed, the latter is adjusted
to contain tclsh8.

tcl-dev and tcl8-dev packages can also be co-installed, a few files
in tcl8-dev are renamed to avoid clashes with tcl-dev (tcl.pc -> tcl8.pc,
and similar for tclConfig.sh and tclooConfig.sh).

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agotcl: update 8.6.15 -> 9.0.0
Alexander Kanavin [Thu, 31 Oct 2024 10:15:55 +0000 (11:15 +0100)] 
tcl: update 8.6.15 -> 9.0.0

Make adjustments needed for ptests: among others,
the binary.test needs 4G of RAM.

Apply all patches unconditionally for ease of future upgrades.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agopython3-packaging: Ignore old glibc tests on musl
Khem Raj [Tue, 22 Oct 2024 06:27:20 +0000 (23:27 -0700)] 
python3-packaging: Ignore old glibc tests on musl

These tests expect glibc to be the system C library
ignore them for musl

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agolocal.conf.sample: update IMAGE_FEATURES comments to remove debug-tweaks
Ross Burton [Thu, 7 Nov 2024 14:13:04 +0000 (14:13 +0000)] 
local.conf.sample: update IMAGE_FEATURES comments to remove debug-tweaks

Remove debug-tweaks and add the features that it included.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 months agoclasses-recipe/core-image: drop debug-tweaks IMAGE_FEATURE
Ross Burton [Thu, 7 Nov 2024 13:47:52 +0000 (13:47 +0000)] 
classes-recipe/core-image: drop debug-tweaks IMAGE_FEATURE

Remove the 'debug-tweaks' IMAGE_FEATURE. It sounds friendly and kind to
developers, but it results primarily in an image which root can login
remotely without a password.  This is incredibly useful for local
development and testing purposes, but we really want to be explicit that
this is what is happening instead of hiding it behind a vague "debug
tweaks" statement.

To preserve the eixsting behaviour, debug-tweaks should be replaced with
these features:

  allow-empty-password empty-root-password allow-root-login post-install-logging

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>