Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waqqas/yocto-base
Docker to act as a base for Yocto based project
https://github.com/waqqas/yocto-base
docker dockerfile raspberry-pi yocto
Last synced: 17 days ago
JSON representation
Docker to act as a base for Yocto based project
- Host: GitHub
- URL: https://github.com/waqqas/yocto-base
- Owner: waqqas
- Created: 2019-07-04T08:27:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T08:27:48.000Z (over 5 years ago)
- Last Synced: 2024-11-18T16:52:18.339Z (3 months ago)
- Topics: docker, dockerfile, raspberry-pi, yocto
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Introduction
----This project is used to build a custom app using Yocto build system
What does this image provide
---- A separate container where Yocto is checked out, mapped to directory '/poky'
- Yocto version 2.7 in /poky directory
- A non-root user named 'builder' with sudo accessHow to use
---- Run the container by `./run_docker.sh /bin/bash`
- Inside the container
- Initialize the Yocto environment `source oe-init-build-env`
- Run bitbake `bitbake core-image-minimal`
- Run QEMU emulator `runqemu qemux86`