agherzan / meta-raspberrypi

Yocto/OE BSP layer for the Raspberry Pi boards
https://www.yoctoproject.org/
MIT License
505 stars 396 forks source link

rpi-base: Added missing HiFiBerry #1287

Closed kluszon closed 4 months ago

kluszon commented 4 months ago

- What I did

Added missing support for HiFiBerry AMP100, AMP3, AMP4 Pro, DAC+ ADC Pro, DAC+ DSP, DAC+ HD, Digi Pro.

- How I did it

Add right lines to rpi-base.inc. Changes were tested and works fine with the branch.

Connected also with issue #1168

kluszon commented 4 months ago

@agherzan What is wrong with DCO? The commit message has required formatting.

kraj commented 4 months ago

@agherzan What is wrong with DCO? The commit message has required formatting.

DCO - Developer Certificate of Origin, basically you add Signed-off-by: tag to indicate that the work came from you.

kluszon commented 4 months ago

@kraj

DCO - Developer Certificate of Origin, basically you add Signed-off-by: tag to indicate that the work came from you.

I know that. Strange because the commit had "Signed-off-by" section. I did rebase, removed it and added it again.

agherzan commented 4 months ago

It's an edge case on the CI side. It falls apart when the incoming branch is the same as the destination branch (in name). "master" and "master" in this case. Don't worry about it.

agherzan commented 4 months ago

@kluszon Can you please cleanup the merge commits?

kluszon commented 4 months ago

@agherzan I removed any other changes. Please merge it.