Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Kontron Electronics GmbH Yocto BSP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container 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
KED Software Projects
KED
Kontron Electronics GmbH Yocto BSP
Commits
b8534fb4
Commit
b8534fb4
authored
1 year ago
by
Frieder Schrempf
Browse files
Options
Downloads
Patches
Plain Diff
docs: Replace 'ktn' with 'ked'
parent
37b10275
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!26
Replace occurences of 'ktn'/'KTN' with 'ked'/'KED'
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/mkdocs.yml
+1
-1
1 addition, 1 deletion
docs/mkdocs.yml
docs/src/build.md
+4
-4
4 additions, 4 deletions
docs/src/build.md
docs/src/customization.md
+11
-11
11 additions, 11 deletions
docs/src/customization.md
with
16 additions
and
16 deletions
docs/mkdocs.yml
+
1
−
1
View file @
b8534fb4
site_name
:
Kontron Electronics Docs - Meta Kontron
repo_url
:
'
https://git.kontron-electronics.de/sw/ked/meta-k
ontron
'
repo_url
:
'
https://git.kontron-electronics.de/sw/ked/meta-k
ed-bsp
'
docs_dir
:
src
theme
:
...
...
This diff is collapsed.
Click to expand it.
docs/src/build.md
+
4
−
4
View file @
b8534fb4
...
...
@@ -3,13 +3,13 @@
## Clone the BSP Repository
First of all you need a local copy of the BSP repository. This can be either
`meta-k
ontron
`
or a custom layer. This guide will use the public
`meta-k
ontron
`
`meta-k
ed-bsp
`
or a custom layer. This guide will use the public
`meta-k
ed-bsp
`
BSP repository to build images for our standard and demo hardware.
```
cd ~
git clone https://git.kontron-electronics.de/sw/ked/meta-k
ontron
.git
cd meta-k
ontron
git clone https://git.kontron-electronics.de/sw/ked/meta-k
ed-bsp
.git
cd meta-k
ed-bsp
```
## Use the Menu to Configure (Recommended)
...
...
@@ -60,7 +60,7 @@ The following command produces the same result as when selecting the options
"Kontron Electronics SL/BL/OSM i.MX8MM" and "Yocto Kirkstone" via the menu.
```
kas-container build kas/k
tn
-mx8mm.yml:kas/series/kirkstone.yml
kas-container build kas/k
ed
-mx8mm.yml:kas/series/kirkstone.yml
```
## Using the `shell` Command
...
...
This diff is collapsed.
Click to expand it.
docs/src/customization.md
+
11
−
11
View file @
b8534fb4
# Customization
If you develop your own BSP using
`meta-k
ontron
`
as a base, it is recommended to
If you develop your own BSP using
`meta-k
ed-bsp
`
as a base, it is recommended to
setup your own Git repository to track all changes.
!!! note "Layer Naming"
...
...
@@ -19,22 +19,22 @@ git init
## Custom `kas` Configuration
The first part of you new custom BSP repository should be a
`kas`
configuration
file. A minimal example for a BSP based on
`meta-k
ontron
`
looks like this:
file. A minimal example for a BSP based on
`meta-k
ed-bsp
`
looks like this:
```
yaml title="custom.yaml"
header:
version: 12
includes:
- repo: meta-k
ontron
- repo: meta-k
ed-bsp
file: kas/inc/imx.yml
- repo: meta-k
ontron
- repo: meta-k
ed-bsp
file: kas/series/kirkstone.yml
repos:
meta-k
ontron
:
url: https://git.kontron-electronics.de/sw/ked/meta-k
ontron
.git
meta-k
ed-bsp
:
url: https://git.kontron-electronics.de/sw/ked/meta-k
ed-bsp
.git
refspec: 6.0.0
path: layers/meta-k
ontron
path: layers/meta-k
ed-bsp
machine: kontron-mx8mm
target:
...
...
@@ -65,15 +65,15 @@ bitbake-layers create-layer /repo/layers/meta-custom
The
`bitbake-layers create-layer`
command will tell you to use
`bitbake-layers
add-layer`
to add an entry for your new layer in
`bblayers.conf`
. As we are
letting
`kas`
manage the
`bblayers
-
conf`
, we will skip this step and instead
letting
`kas`
manage the
`bblayers
.
conf`
, we will skip this step and instead
edit our
`kas`
configuration.
```
diff
repos:
meta-k
ontron
:
url: https://git.kontron-electronics.de/sw/ked/meta-k
ontron
.git
meta-k
ed-bsp
:
url: https://git.kontron-electronics.de/sw/ked/meta-k
ed-bsp
.git
refspec: 6.0.0
path: layers/meta-k
ontron
path: layers/meta-k
ed-bsp
+ meta-custom:
+ layers:
+ layers/meta-custom:
...
...
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