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: about 2 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T08:27:48.000Z (almost 7 years ago)
- Last Synced: 2025-03-12T23:29:58.680Z (over 1 year ago)
- Topics: docker, dockerfile, raspberry-pi, yocto
- Language: Dockerfile
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- 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 access
How 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`