https://github.com/kernelconcepts/meta-smartterminal
Yocto Meta Layer for VDO SmartTerminal
https://github.com/kernelconcepts/meta-smartterminal
Last synced: about 1 year ago
JSON representation
Yocto Meta Layer for VDO SmartTerminal
- Host: GitHub
- URL: https://github.com/kernelconcepts/meta-smartterminal
- Owner: kernelconcepts
- Created: 2019-11-26T11:44:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T15:40:03.000Z (over 1 year ago)
- Last Synced: 2025-02-10T15:43:26.842Z (over 1 year ago)
- Language: BitBake
- Size: 25.5 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meta-smartterminal
Yocto BSP und meta Layer for VDO SmartTerminal
## Yocto image build
For an image build, use a Linux distribution supported by the
Yocto project. To fetch all necessary sources and do an image
build, follow these steps:
```
repo init -u git@github.com:kernelconcepts/meta-smartterminal
. setup-environment build
[yocto] bitbake vdo-image
```
For an update bundle, do the following:
```
[yocto] bitbake vdo-bundle
```
After successful build, find the build results within the
`tmp/deploy/images/vdo-smartterminal/` subdirectory of the
build folder.
The WIC-Image is a full system image to be flashed onto
the device.
The RAUCB-File is an update bundle.