agherzan / meta-raspberrypi

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

Backports from master in langdale to fix CI and builds #1116

Closed agherzan closed 1 year ago

agherzan commented 1 year ago

This includes https://github.com/agherzan/meta-raspberrypi/pull/1107 in langdale and other build fixes/backports.

shr-project commented 1 year ago

LGTM. Maybe you can just merge master into langdale as they will be identical after this PR (just with different SHAs if not merged as FF).

agherzan commented 1 year ago

Absolutely @shr-project. Done.

shr-project commented 1 year ago

Well the fast-forward didn't happen in the end (93dadf3 force-pushed here was correct, but then it was merged as 6f5771d), maybe the repo on github isn't configured to do fast-forward when possible?

martin@jama /OE/layers/meta-raspberrypi $ git diff origin/langdale origin/master
martin@jama /OE/layers/meta-raspberrypi $ git log --oneline origin/master..origin/langdale
6f5771d (HEAD -> origin/langdale) raspberrypi4-64: drop DEFAULTTUNE assignment
2d4b292 ci: Fix dco-check job with newer git versions
f581683 ci: Bump actions/checkout to v3
9a5e649 libcamera: rename bbappend to match any version

but that's OK.

agherzan commented 1 year ago

@shr-project yeah, that is a limitation of GitHub.It doesn't support fast-forward. Which is just annoying,

shr-project commented 1 year ago

@agherzan fast-forward works for me, but maybe you don't have "Allow rebase merging" enabled for PRs.

agherzan commented 1 year ago

I actually do. But it never worked for me. Hm...