cu-ecen-aeld / final-project-bennowotny

final-project-bennowotny created by GitHub Classroom
0 stars 0 forks source link

Set up the Yocto Build Environment #1

Closed bennowotny closed 1 week ago

bennowotny commented 1 week ago

In order to progress in developing the system, the project must be capable of building the software in the Yocto project.

Definition of Done: the project repository should have a devcontainer capable of building the Yocto core-image-minimal target, runnable in QEMU.

Blockers: None

bennowotny commented 1 week ago

Status update: In Progress

I have pulled in the poky distribution and started configuring to build the core-image-minimal target locally.

bennowotny commented 5 days ago

Completed with commit b178a9a.

Tests: built core-image-minimal, ran with runqemu core-image-minimal slirp nographic successfully.