Rename walnut-logo.png to walnutpi-logo.png (512x512) - #381
Conversation
The armbian/build asset check derives the logo filename from BOARD_VENDOR (walnutpi); also bump to the documented 512x512 size.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (2)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Withdrawn — simpler fix applied on the build side: BOARD_VENDOR set to "walnut" in the board configs, matching the already-merged walnut-logo.png. (If a 512x512 logo is ever wanted, happy to resubmit just that.) |
Follow-up to #379: the armbian/build
Verify assetscheck derives the vendor logo filename fromBOARD_VENDOR="walnutpi", so it expectswalnutpi-logo.png— the mergedwalnut-logo.pngis never matched. Renames it and bumps to the documented 512x512. Passesvalidate-board-assets.sh. Unblocks armbian/build#10341.