linux-raspberrypi: switch to 6.18 which is now the stable version#1604
linux-raspberrypi: switch to 6.18 which is now the stable version#1604embetrix wants to merge 1 commit into
Conversation
Head branch was pushed to by a user without write access
1308b4a to
a2f97d9
Compare
|
Please rebase on top if latest master and avoid merge commit. |
9b08c16 to
a2f97d9
Compare
|
@kraj done |
|
Just to try to shorten the round trip: it seems your change wasn't effective, the merge commit is still part of this PR. |
39dcf4f to
54bcddd
Compare
|
@OldManYellsAtCloud is anything left I should take care of ? |
|
Not from my end... I think Khem or Andrei might show up any moment, and either comment or press the Merge button |
|
Looks like 6.18 doesn't support armv7 builds anymore? There are some hints online that |
|
@OldManYellsAtCloud you are correct probably I need to leave: PREFERRED_VERSION_linux-raspberrypi-v7 ??= "6.12.%" |
Head branch was pushed to by a user without write access
13d74ca to
196791b
Compare
|
set |
196791b to
57a4842
Compare
|
Please take a look at it seems v7 is still using 6.18 which is unexpected. |
57a4842 to
6308207
Compare
|
@kraj : I pushed again a fix for that, sorry |
Switch the default linux-raspberrypi to 6.18. Pin raspberrypi-armv7 to 6.12 for both linux-raspberrypi and linux-raspberrypi-v7, since bcm2711_defconfig was dropped from arch/arm/configs/ in 6.18 and 32-bit builds fail do_kernel_metadata. arm64 machines stay on 6.18. Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
6308207 to
c402938
Compare
linux-raspberrypi: switch to 6.18 which is now the stable version