Skip to content
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

rpi-base: Fix wic image kernel dependency #1227

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

JPEWdev
Copy link
Contributor

@JPEWdev JPEWdev commented Sep 27, 2023

wic images depend on the kernel device trees, and therefore should depend on virtual/kernel:do_deploy to make sure these are present in the deploy directory.

Most of the time, this dependency is satisfied indirectly since a rootfs image will depend on the kernel, but add it explicitly for the cases where it is not.

Signed-off-by: Joshua Watt [email protected]
(cherry picked from commit 482d864)

wic images depend on the kernel device trees, and therefore should
depend on virtual/kernel:do_deploy to make sure these are present in the
deploy directory.

Most of the time, this dependency is satisfied indirectly since a rootfs
image will depend on the kernel, but add it explicitly for the cases
where it is not.

Signed-off-by: Joshua Watt <[email protected]>
(cherry picked from commit 482d864)
@agherzan agherzan enabled auto-merge (rebase) September 29, 2023 11:30
@agherzan agherzan merged commit 59a6a1b into agherzan:kirkstone Sep 29, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants