lanefu changed the topic of #armbian-rockchip to: Armbian - Linux for ARM development boards | Rockchip SoC | www.armbian.com | This channel is relayed to the equivalent Discord channel | this channel is logged
<DC-IRC> [Discord] <mecoblock> @igorpec can we add rock-5b-plus vendor kernel images to rolling releases? Currently it only has the edge kernel?
<DC-IRC> [Discord] <amazingfate> Change this line, add vendor: https://github.com/armbian/os/blob/main/userpatches/targets-release-nightly.yaml#L64
<DC-IRC> [Discord] <mecoblock> as in copy the line below with vendor or add vendor with space after edge?
<DC-IRC> [Discord] <amazingfate> take a look at config of other boards with multi branches
<DC-IRC> [Discord] <igorpec> this will overwrite, board config needs to have this line https://github.com/armbian/build/blob/main/config/boards/rock-5b.conf#L7
<DC-IRC> [Discord] <igorpec> the rest is automatic
<DC-IRC> [Discord] <igorpec> @mecoblock
<DC-IRC> [Discord] <mecoblock> https://github.com/armbian/build/pull/7582
<DC-IRC> [Discord] <igorpec> reverse order, just in case
<DC-IRC> [Discord] <igorpec> KERNEL_TEST_TARGET="vendor,edge"
<DC-IRC> [Discord] <mecoblock> sure, done