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

linux-raspberrypi-6.6: Upgrade to 6.6.63 #1392

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Conversation

kraj
Copy link
Collaborator

@kraj kraj commented Dec 6, 2024

No description provided.

Copy link
Owner

@agherzan agherzan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems like some machines fail: "| make[3]: *** No rule to make target 'arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dtb'. Stop."

All bcm2712 are built for arm64 builds alone and rpi-base.inc is included
by 32-bit machine configs as well. Recently, kernel moved thesr dts files
into arch/arm64/boot/dts/broadcom/ folder [1]

[1] raspberrypi/linux@10c77e1

Signed-off-by: Khem Raj <[email protected]>
@kraj
Copy link
Collaborator Author

kraj commented Dec 11, 2024

It seems like some machines fail: "| make[3]: *** No rule to make target 'arch/arm/boot/dts/broadcom/bcm2712-rpi-5-b.dtb'. Stop."

yeah, its because rpi-5 related DTS files are now moved to under arm64 folder so we can not include it
by default on all rpi machines. Uploaded a v2 with fix.

@kraj kraj requested a review from agherzan December 11, 2024 02:44
Copy link
Owner

@agherzan agherzan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice. Thanks for this!

@agherzan agherzan merged commit 57fa41a into agherzan:master Dec 12, 2024
18 of 19 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