forked from buildroot/buildroot
-
-
Notifications
You must be signed in to change notification settings - Fork 0
[pull] master from buildroot:master #844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added four upstream patches backported from FreeRDP 3.x.
The remaining build error:
/home/bernd/buildroot/output/build/freerdp-2.11.7-18-g0ee17e2f8e49d56ab5b90d5160fa8f87ffc445e0/
channels/client/tables.c:129:22:
error: initialization of ‘UINT (*)(void)’ {aka ‘unsigned int (*)(void)’}
from incompatible pointer type ‘UINT (*)(void *)’ {aka ‘unsigned int (*)(void *)’}
[-Wincompatible-pointer-types]
129 | { "oss", "", oss_freerdp_rdpsnd_client_subsystem_entry },
is fixed by adding -Wno-incompatible-pointer-types to CFLAGS due to
tables.c being dynamically created during the build and backporting the
supposed upstream fix
FreeRDP/FreeRDP@fe6d861
is too invasive.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Buildroot commit f9a91bf bumped igt-gpu-tools to 2.3 which includes upstream commit https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/commit/ff3b7435bc56e34cf8b97c44ff32b7a1cc5dab7a which limits the package to little endian archs causing build errors on big endian archs: In file included from ../lib/igt_panthor.c:5: ../lib/igt_panthor.h:61:2: error: #error "big endian not supported" 61 | #error "big endian not supported" Fixes: https://autobuild.buildroot.org/results/e3faeba1bff3d0e781032ddc9a760f34a9bf5714/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
We're already testing the ARC architecture with one Bootlin toolchain, it doesn't make sense to also test with two Buildroot internal toolchains the ARC architecture, which is not a primary architecture for Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Building internal toolchains takes a long time, and since the differences between the 3 internal ARM toolchains is just the libc, and we're already testing uclibc/musl with external toolchains, it doesn't make much sense to build 3 different ARM internal toolchains. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
… configs - br-i386-pentium4-full.config as an x86 32-bit toolchain test is already reasonably covered by bootlin-x86-i686-musl.config - br-microblazeel-full-internal.config as a Microblaze toolchain test is already reasonably covered by bootlin-microblazeel-uclibc.config - br-powerpc-internal-full.config and br-powerpc-603e-basic-cpp.config as PowerPC 32-bit toolchain tests are already reasonably covered by bootlin-powerpc-e500mc-uclibc.config - br-powerpc64-power7-glibc.config as a PowerPC 64-bit toolchain test is already reasonably covered by bootlin-powerpc64le-power8-glibc.config - br-riscv64-full-internal.config as a RISC-V 64-bit toolchain test is already reasonably covered by bootlin-riscv64-glibc.config and bootlin-riscv64-musl.config - br-s390x-z13-internal-glibc.config as a s390 toolchain test is already reasonably covered by bootlin-s390x-z13-glibc.config - br-xtensa-full-internal.config as an Xtensa toolchain test is already reasonably covered by bootlin-xtensa-uclibc.config Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
The prebuilt MIPS64 toolchains are very old, causing build issues (for example recently with the systemd v258 update). Replace them both a single toolchain configuration that uses one of the mips64el Bootlin toolchains. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Testing with a really old toolchain is helpful to catch issues related to kernel headers version issues, gcc version issues, etc. We chose a glibc toolchain though as old musl or uClibc-ng versions tend to lack a number of features that are needed by modern software. This toolchain is placed near the top of toolchain-configs.csv, so that it is used as part of the "base" set of toolchain that test-pkg uses, even without the -a option. test-pkg takes the 6 first toolchains of this CSV file for its base test, and actually the comment in toolchain-configs.csv was wrong since commit 53a8c51, which removed a toolchain from the base set, but not realizing that test-pkg would anyway continue to test the first 6 toolchains. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Cc: Alexander Shirokov <shirokovalexs@gmail.com> Tested-by: Alexander Shirokov <shirokovalexs@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
For change log, see: https://git.kernel.org/pub/scm/utils/dash/dash.git/log/?h=a768fcc0aafbe50a37d2d06bba23eb6671d3a9b3 NOTE: Tag v0.5.13.1 has not been emitted. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> [Peter: fix sha512 hash] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Python 3.14 introduced a new zstd module [1][2] that requires zstd package as dependency. Packages that requires this new module should select BR2_PACKAGE_PYTHON3_ZSTD. [1] https://docs.python.org/3.14/library/compression.zstd.html [2] https://peps.python.org/pep-0784/ Signed-off-by: Romain Naour <romain.naour@smile.fr> [Julien: change link [1] to use 3.14 specific version] Signed-off-by: Julien Olivain <ju.o@free.fr>
Since zipstream-ng v1.9.0 the python zstd module introduced in python 3.14 is required at runtime [1]. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/12857413941 [1] pR0Ps/zipstream-ng@1e3754c Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
…test name Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> Signed-off-by: Julien Olivain <ju.o@free.fr>
…emd vconsole The test failed in the past, due to kbd build failure. See [1]. This specific issue was fixed by commit [2]. This commit was originally written to workaround this issue, which was unrelated to the actual package being tested. Since systemd-vconsole is not needed anyway, this commit removes it from the test config. [1] https://gitlab.com/buildroot.org/buildroot/-/jobs/12363929666 [2] https://gitlab.com/buildroot.org/buildroot/-/commit/d98d9ba28ffa5b468fa243ae1a359aadef3ed0a0 Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu> [Julien: reword the commit log] Signed-off-by: Julien Olivain <ju.o@free.fr>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )