Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
meta-seconorth-machine
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
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
SECO Northern Europe
Yocto
layers
meta-seconorth-machine
Commits
e1813798
Commit
e1813798
authored
2 years ago
by
Tobias Kahlki
Browse files
Options
Downloads
Patches
Plain Diff
readme: Renamed guf to seconorth
parent
ea922acd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-16
16 additions, 16 deletions
README.md
with
16 additions
and
16 deletions
README.md
+
16
−
16
View file @
e1813798
...
...
@@ -36,17 +36,17 @@ used, included in the mainline opensource layers.
The SECO North specific parts come as two layers:
*
```meta-
guf
-machine```
(https://git.seco.com/seco-ne/yocto/layers/meta-
guf
-machine)
*
```meta-
seconorth
-machine```
(https://git.seco.com/seco-ne/yocto/layers/meta-
seconorth
-machine)
This part is intended to contain all recipes needed to build the BSP for
SECO North boards
*
```meta-
guf
-distro```
(https://git.seco.com/seco-ne/yocto/layers/meta-
guf
-distro)
*
```meta-
seconorth
-distro```
(https://git.seco.com/seco-ne/yocto/layers/meta-
seconorth
-distro)
This layer is intended to contain recipes that make up the SECO North
distribution including the base image:
guf
-image.
distribution including the base image:
seconorth
-image.
The SECO North manifest repository
(https://git.seco.com/seco-ne/yocto/manifest) contains the so-called manifest
...
...
@@ -134,7 +134,7 @@ Download the SECO North Yocto layers
The steps are to create a local build dir and use repo to download all needed
files. After that, the build directory is set up for one specific machine
(
```imx6guf```
,
```imx6ullguf```
,
```imx8mguf```
or
```imx8mpguf```
) and distribution
(
```
guf
-wayland```
).
(
```
seconorth
-wayland```
).
### Download Source Code
...
...
@@ -165,12 +165,12 @@ yocto-dunfell$ tree -L 2 -a
│ ├── projects
│ ├── repo
│ └── .repo_fetchtimes.json
├── setup-environment -> sources/meta-
guf
-distro/scripts/setup-environment
├── setup-environment -> sources/meta-
seconorth
-distro/scripts/setup-environment
└── sources
├── meta-freescale
├── meta-freescale-distro
├── meta-
guf
-distro
├── meta-
guf
-machine
├── meta-
seconorth
-distro
├── meta-
seconorth
-machine
├── meta-openembedded
├── meta-qt5
└── poky
...
...
@@ -183,31 +183,31 @@ To get the build environment ready run
For SECO North i.MX6Q/DL platforms:
```
sh
MACHINE
=
imx6guf
DISTRO
=
guf
-wayland
source
./setup-environment build
MACHINE
=
imx6guf
DISTRO
=
seconorth
-wayland
source
./setup-environment build
```
For SECO North i.MX6ULL platforms:
```
sh
MACHINE
=
imx6ullguf
DISTRO
=
guf
-wayland
source
./setup-environment build
MACHINE
=
imx6ullguf
DISTRO
=
seconorth
-wayland
source
./setup-environment build
```
For SECO North i.MX8M platforms (TANARO):
```
sh
MACHINE
=
imx8mguf
DISTRO
=
guf
-wayland
source
./setup-environment build
MACHINE
=
imx8mguf
DISTRO
=
seconorth
-wayland
source
./setup-environment build
```
For SECO North i.MX8MP platforms (Trizeps VIII+):
```
sh
MACHINE
=
imx8mpguf
DISTRO
=
guf
-wayland
source
./setup-environment build
MACHINE
=
imx8mpguf
DISTRO
=
seconorth
-wayland
source
./setup-environment build
```
Build the default SECO North image
```
sh
bitbake
guf
-image
bitbake
seconorth
-image
```
Installation
...
...
@@ -218,7 +218,7 @@ Installation
After the image was built the files are located under
``yocto-dunfell/build/tmp/deploy/images/imx6guf/``
. The files needed are
installation file
``fng_install.sh``
and the root file system
``
guf
-image-imx6guf.tar.gz``
. The files can be used in a Flash-N-Go System
``
seconorth
-image-imx6guf.tar.gz``
. The files can be used in a Flash-N-Go System
installation process. See
http://support.garz-fricke.com/products/Santaro/Flash-N-Go/FNGSystem/FNGSystem-15.1-r8673/Flash-N-Go-System-15.1-r8673-Manual.pdf
for more information.
...
...
@@ -226,5 +226,5 @@ for more information.
### i.MX8M Based Machines
See release page:
https://git.seco.com/seco-ne/yocto/layers/meta-
guf
-distro/-/releases/0.1
https://git.seco.com/seco-ne/yocto/layers/meta-
seconorth
-distro/-/releases/0.1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment