Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: create tedge-service as standalone recipe in tedge-common for rust and precompiled version #145

Open
wants to merge 1 commit into
base: kirkstone
Choose a base branch
from

Conversation

Ruadhri17
Copy link
Collaborator

@Ruadhri17 Ruadhri17 commented Jan 7, 2025

(#143) Currently services are part of the tedge.bb recipe. This cause some compatibility problems because rust recipe treats service as a cargo crate thus image cannot be built. Current solution with python fix is working but might cause problems in the future and makes rust recipe less safe and "yocto-ish". New solution move services to standalone recipe that solve problem with rust compiler. Additionally, it makes the meta-tedge and meta-tedge-bin more unified as they can handle services in the same way.

@Ruadhri17 Ruadhri17 added the ci trigger ci build label Jan 7, 2025
@Ruadhri17 Ruadhri17 force-pushed the tedge-services-separate-recipe branch from fb4d94e to 4249eed Compare January 7, 2025 21:55
@Ruadhri17 Ruadhri17 added ci trigger ci build and removed ci trigger ci build labels Jan 7, 2025
@Ruadhri17 Ruadhri17 force-pushed the tedge-services-separate-recipe branch from 4249eed to 5122f6d Compare January 7, 2025 22:01
@Ruadhri17 Ruadhri17 added ci trigger ci build and removed ci trigger ci build labels Jan 7, 2025
@Ruadhri17 Ruadhri17 force-pushed the tedge-services-separate-recipe branch from 5122f6d to 82561d8 Compare January 8, 2025 11:15
@Ruadhri17 Ruadhri17 added ci trigger ci build and removed ci trigger ci build labels Jan 8, 2025
@Ruadhri17 Ruadhri17 force-pushed the tedge-services-separate-recipe branch 2 times, most recently from 5d3f314 to 425cdf5 Compare January 8, 2025 13:24
…ust and precompiled version

Signed-off-by: Krzysztof Piotrowski <[email protected]>
@Ruadhri17 Ruadhri17 force-pushed the tedge-services-separate-recipe branch from 425cdf5 to 777d58a Compare January 8, 2025 13:26
@Ruadhri17 Ruadhri17 added ci trigger ci build and removed ci trigger ci build labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci trigger ci build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant