Update buildroot to 2024.08.1, kernel to 6.6.y#5
Open
ysi-camerona wants to merge 10 commits intoraspberrypi:masterfrom
Open
Update buildroot to 2024.08.1, kernel to 6.6.y#5ysi-camerona wants to merge 10 commits intoraspberrypi:masterfrom
ysi-camerona wants to merge 10 commits intoraspberrypi:masterfrom
Conversation
added 10 commits
November 15, 2024 10:24
…fault configs to be compatible with the latest buildroot structure (some DTS files have been moved to a broadcom directory, BR2_PACKAGE_LIBCURL has changed to BR2_PACKAGE_LIBCURL_CURL). Remove rpi-firmware-custom in favor of using buildroot's rpi-firmware.
…contents of the rpi-firmware output directory rather than select files as it now also contains cmdline.txt and config.txt.
…e the legacy curl package option to the modern option.
…le scriptexecute with the same number of threads as the system has cores.
…GPIO_SYSFS with kernel 6.6.y.
…-gpio. The sysfs GPIO interface no longer works in the 6.6.y kernel so rpi-pinctrl can be used instead.
…ages (which no longer worked in kernel 6.6.y).
…able sysfs GPIO, so remove it too.
…his ensures full implementations of util binaries (ex: tee) rather than partial implementations offered by BusyBox.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request updates buildroot from 2019.11.1 to 2024.08.1, and the kernel from 5.4.y to 6.6.y. It also follows recent advice to use
pinctrlinstead of sysfs for GPIO. It removes the sysfs GPIO interface and instead includespinctrlin the generated image.