https://github.com/guerinoni/bsp-env
Docker environoment for building BSP (board support package) using Buildroot or Yocto.
https://github.com/guerinoni/bsp-env
Last synced: 7 months ago
JSON representation
Docker environoment for building BSP (board support package) using Buildroot or Yocto.
- Host: GitHub
- URL: https://github.com/guerinoni/bsp-env
- Owner: guerinoni
- Created: 2020-10-17T15:14:04.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-06T17:17:53.000Z (almost 5 years ago)
- Last Synced: 2025-02-01T05:26:56.182Z (8 months ago)
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bsp-env
This repo allows to create a docker container for BSP development based on Ubuntu with Yocto or Buildroot.
### Build image
```
docker build --build-arg "host_uid=$(id -u)" --build-arg "host_gid=$(id -g)" -t bsp-env -f .
```### Run container
```
docker run -it -v $(pwd):/home bsp-env
```## Contributing
Feel free to fix/improve or suggest.