-
Notifications
You must be signed in to change notification settings - Fork 2
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
All: Updates #57
Merged
Merged
All: Updates #57
Conversation
This file contains 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
Tested good (correct kernel, able to load modules, basic interface and command checks):
Notes:
|
ts-kris
force-pushed
the
buildroot-update
branch
from
November 17, 2023 23:23
3b8da42
to
29c52ed
Compare
ts-kris
force-pushed
the
buildroot-update
branch
4 times, most recently
from
December 14, 2023 23:39
3a5bdda
to
57bdcf2
Compare
Resolves #38 Signed-off-by: Kris Bahnsen <[email protected]>
This reverts commit 9159832. The patch was merged in upstream and is no longer needed here as its own temporary package. Signed-off-by: Kris Bahnsen <[email protected]>
- Bumps applicable kernels to 5.10.202.1-ts - Adds compressed kernel modules to support the above kernel bump - Normalizes output files to rootfs.tar.xz format - Updates output names listed in README - Adds a handful of HOST config options to make it easier to run these configs without additional host setup/changes. - Add TS-7250-V2 Rev A dts to output - Add WDT and set timeout on all defconfigs Fixes #47 Fixes #50 Fixes #53 Signed-off-by: Kris Bahnsen <[email protected]>
Fixes #49 Signed-off-by: Kris Bahnsen <[email protected]>
Fixes #45 Signed-off-by: Kris Bahnsen <[email protected]>
Fixes #44 Signed-off-by: Kris Bahnsen <[email protected]>
Previously, this script would rely on each config setting its own BR2_JLEVEL option to set the number of CPUs a build would consume. This defaults to 0 which means nprocs+1. Instead, do some math to get the number of total procs, split it among the number of parallel builds to be done, ensure its at least 1 CPU, and then modify each live .config to use that number. Signed-off-by: Kris Bahnsen <[email protected]>
Newer toolchain is choking on the older 4.9 kernel extcon drivers. These are not actually needed, disable them from being enabled at the Buildroot level. Signed-off-by: Kris Bahnsen <[email protected]>
This allows using defconfig options to have Buildroot automatically output a .scr boot script file from an input source. This is only output to buildroot/output/images. This script simply copies that to the rootfs /boot/ directory before the final packaging. Signed-off-by: Kris Bahnsen <[email protected]>
Move to using BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE to pass the boot.source to be automatically built by U-Boot tools. Signed-off-by: Kris Bahnsen <[email protected]>
Move to using BR2_PACKAGE_HOST_UBOOT_TOOLS_BOOT_SCRIPT_SOURCE to pass the boot.source to be automatically built by U-Boot tools. This also deviates from using the TS-7250-V3 script verbatim in order to correctly pass CPU+IO board option information through the kernel cmdline to current tshwctl tools. Signed-off-by: Kris Bahnsen <[email protected]>
ts-kris
force-pushed
the
buildroot-update
branch
from
December 15, 2023 00:08
57bdcf2
to
0f89df1
Compare
Buildroot 2023.11 updates Weston which has a dependency on xcb-util-cursor but that dependency is not actually declared in the package itself causing build failures. Document build changes in README and includ xcb-util-cursor in the config. Signed-off-by: Kris Bahnsen <[email protected]>
Signed-off-by: Kris Bahnsen <[email protected]>
A handful of packages did not correctly declare build dependencies and mostly worked by chance and build ordering. These have been updated where needed. Signed-off-by: Kris Bahnsen <[email protected]>
ts-kris
force-pushed
the
buildroot-update
branch
from
December 15, 2023 00:55
0f89df1
to
f80784c
Compare
luckshot
approved these changes
Dec 15, 2023
markfeathers
approved these changes
Dec 18, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed, not tested.
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.
A number of changes across all of Buildroot-ts.git, updates, bugfixes, tweaks, unification of options, etc.
tsimx6_usbprod_defconfig
's kerneltsimx6_graphical_defconfig
workaround to documentation.