Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
seco-manifest
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
seco-manifest
Merge requests
!68
[DOC] Update README.md file
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[DOC] Update README.md file
update_readme
into
kirkstone
Overview
34
Commits
4
Pipelines
4
Changes
5
Merged
Lorenzo Pagliai
requested to merge
update_readme
into
kirkstone
1 year ago
Overview
34
Commits
4
Pipelines
4
Changes
5
Expand
Insert description of Edgehog OS project structure and layers (internal and external)
Insert instructions to get started, from the docker image to use to the repository init
Insert instructions to build and flash the image on a device
0
0
Merge request reports
Compare
kirkstone
version 4
47643f4b
1 year ago
version 3
6c79a312
1 year ago
version 2
d2a4220b
1 year ago
version 1
fbb14979
1 year ago
kirkstone (base)
and
latest version
latest version
1f6c96af
4 commits,
1 year ago
version 4
47643f4b
3 commits,
1 year ago
version 3
6c79a312
2 commits,
1 year ago
version 2
d2a4220b
2 commits,
1 year ago
version 1
fbb14979
2 commits,
1 year ago
5 files
+
371
−
37
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
distro/README.md
0 → 100644
+
24
−
0
Options
Edgehog Distro for SECO boards
==================================
The manifest file at this location contains the reference to the layers
necessary to configure SECO Edgehog OS distros:
*
```meta-seco-edgehog-things```
:
[
edgehog/layers/meta-seco-edgehog-things
](
https://git.seco.com/edgehog/layers/seco/meta-seco-edgehog-things
)
This part is intended to hold recipes that make up the SECO Edgehog Things distribution. This distro is studied
to provide the highest standards in terms of security and stability thanks to features like delta updates,
double partitions, and fallback procedures. Edgehog Things OS integrates a device manager to communicate
with the Cloud and allows a family of products to be managed as a fleet.
*
```meta-seco-edgehog-embedded```
:
[
edgehog/layers/meta-seco-edgehog-embedded
](
https://git.seco.com/edgehog/layers/seco/meta-seco-edgehog-embedded
)
This part is intended to hold recipes that make up the SECO Edgehog Embedded distribution.
This is the Edgehog OS version not supporting all IoT functionalities described above for Edgehog Things but
providing a Yocto stable distro for SECO's embedded devices.
*
```seco-base```
:
[
edgehog/seco-base
](
https://git.seco.com/edgehog/seco-base
)
This repository is intended to hold all the tools necessary to configure the environment that will be used for the Yocto Image build process.
Loading