agherzan / meta-raspberrypi

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

layer.conf: update LAYERSERIES_COMPAT for styhead #1314

Closed sangmo-kang closed 1 month ago

sangmo-kang commented 1 month ago

oe-core switched to styhead in: https://git.openembedded.org/openembedded-core/commit?id=cef91ebeb3f2b1d41336fff60555064430a80397

kraj commented 1 month ago

Hmm I think we need to branch scarthgap to apply this to master otherwise we will have to remove this from scarthgap branch whenever we create it

shr-project commented 1 month ago

oe-core didn't switch to styhead yet, this is premature as it was in https://github.com/meta-qt5/meta-qt5/pull/563

It doesn't need to be updated yet, both scarthgap and styhead are still in oe-core:

LAYERSERIES_CORENAMES = "scarthgap styhead"

We shouldn't declare compatibility with styhead until we're close to styhead release (and scarthgap is dropped from oe-core's LAYERSERIES_CORENAMES) because we don't know what changes styhead compatibility will need and if this layer will be updated to meet them.

This can be applied after 4-5 months.

sangmo-kang commented 1 month ago

Dear @shr-project, @kraj Thank you for the commet. Then, I close this PR.

kraj commented 1 month ago

oe-core didn't switch to styhead yet, this is premature as it was in meta-qt5/meta-qt5#563

It doesn't need to be updated yet, both scarthgap and styhead are still in oe-core:

LAYERSERIES_CORENAMES = "scarthgap styhead"

We shouldn't declare compatibility with styhead until we're close to styhead release (and scarthgap is dropped from oe-core's LAYERSERIES_CORENAMES) because we don't know what changes styhead compatibility will need and if this layer will be updated to meet them.

This can be applied after 4-5 months.

I think the UNPACKDIR changes are forcing master to diverge faster than we would have imagined. So Think we should merge this change into master sooner rather than later

kraj commented 1 month ago

@agherzan FYI

shr-project commented 1 month ago

@agherzan FYI

@kraj it's included in https://github.com/agherzan/meta-raspberrypi/pull/1329

kraj commented 1 month ago

@agherzan FYI

@kraj it's included in #1329

ah superb, closing this one in favor of #1329