jhnc-oss / meta-protos

Yocto Meta Layer of the Protos distribution.
MIT License
1 stars 1 forks source link

Add COMPATIBLE_MACHINES for debugpy #223

Closed TripleTrable closed 4 months ago

TripleTrable commented 4 months ago
COMPATIBLE_MACHINES for debugpy

Without this setting, the build meta-protos for other
architectures throws an error even when debugpy is not build.
This is caused by the MACHINE_ARCH test during parsing for each architecture.
Even with the error, the build is successfull for unsupported
architectures.

The correct way to handle this would be to ignore/not parse this recipe
for non supported architectures. With this change, any build depending
on debugpy would fail, but independend build work as expected.
TripleTrable commented 4 months ago

@h5b @philippharrer what is your opinion on this change

h5b commented 4 months ago

@h5b @philippharrer what is your opinion on this change

Will do some tests.

philippharrer commented 4 months ago

Is in another PR included: https://github.com/jhnc-oss/meta-protos/pull/230