An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# bsp-env
![Build](https://github.com/guerinoni/bsp-env/workflows/Build/badge.svg)

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.