Skip to content

Commit

Permalink
Merge pull request #95 from reubenmiller/docs-remove-meta-tedge-project
Browse files Browse the repository at this point in the history
docs(plugins): remove meta-tedge-project and extend meta-tedge repo description to mention kas project files
  • Loading branch information
reubenmiller authored Dec 17, 2024
2 parents e0f0b31 + 32f9c22 commit b3dc870
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/data/plugins.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,19 +137,11 @@ const PluginsList: IPlugin[] = [
'thin-edge.io rugpi images/recipes used by the tedge-rugpi-image project',
tags: [TAGS.IMAGE, TAGS.RASPBERRY_PI],
},
{
name: 'meta-tedge-project',
sourceUrl: '/~https://github.com/thin-edge/meta-tedge-project',
packageUrl: '/~https://github.com/thin-edge/meta-tedge-project',
description:
'Yocto Project to easily build multiple thin-edge.io images using different firmware update layers',
tags: [TAGS.IMAGE, TAGS.YOCTO],
},
{
name: 'meta-tedge',
sourceUrl: '/~https://github.com/thin-edge/meta-tedge',
packageUrl: '/~https://github.com/thin-edge/meta-tedge',
description: 'Yocto Layer to build and install thin-edge.io from source',
description: 'Yocto Layer to build and install thin-edge.io from source (including kas project files which makes it easy to build Over-the-Air enabled images)',
tags: [TAGS.IMAGE, TAGS.YOCTO],
},

Expand Down

0 comments on commit b3dc870

Please sign in to comment.