-
Notifications
You must be signed in to change notification settings - Fork 233
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
#220 feature SKIP_FIRMWARE
#221
#220 feature SKIP_FIRMWARE
#221
Conversation
Feature `SKIP_FIRMWARE` for Hexxeh#220: forces `SKIP_KERNEL=1` and also skip the `kernel.img` files and the kernel modules: This effectively only installs the userland and SDK.
Personally I think it would make more sense to make |
And yes, supressing the reboot message when |
I'll see what I can do later this week. Thanks for the remarks. |
Sorry I didn't get to this yet: it's been hectic around here. Will retry after conference season is over (about halfway November) |
@jpluimers Would you update this PR? |
1 similar comment
@jpluimers Would you update this PR? |
Users who are running non-raspbian distributions, especially on other architectures like arm64, may already have videocore libraries and applications compiled for arm64. These will get overwritten unless updating the VideoCore libraries is skipped. This implements a SKIP_VCLIBS option to allow that step to be skipped, which may be used alongside the SKIP_SDK option. This is also referred to in a suggestion for a SKIP_USERLAND option here: Hexxeh#221 (comment) Signed-off-by: Satadru Pramanik <[email protected]>
* Allow user to skip updating VideoCore libraries Users who are running non-raspbian distributions, especially on other architectures like arm64, may already have videocore libraries and applications compiled for arm64. These will get overwritten unless updating the VideoCore libraries is skipped. This implements a SKIP_VCLIBS option to allow that step to be skipped, which may be used alongside the SKIP_SDK option. This is also referred to in a suggestion for a SKIP_USERLAND option here: #221 (comment) Signed-off-by: Satadru Pramanik <[email protected]>
Is this PR still relevant? If not it should be rejected... |
I'll close - can be reopened if author wants to update it. |
Feature
SKIP_FIRMWARE
for #220: forcesSKIP_KERNEL=1
and also skip thekernel.img
files and the kernel modules: This effectively only installs the userland and SDK.