wendy-contributing

Guide Yocto builds, containerd management, and E2E testing for WendyOS.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/mihai-chiorean/inc --skill wendy-contributing-mihai-chiorean
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wendy-contributing
Source: https://github.com/mihai-chiorean/inc/tree/main/skills/wendy-contributing
Command: npx skills add https://github.com/mihai-chiorean/inc --skill wendy-contributing-mihai-chiorean

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the complex development lifecycle of WendyOS, providing a centralized knowledge base for Yocto builds, container runtime management, and E2E testing.

Core Features & Use Cases

  • Yocto Build Support: Provides standardized commands and configurations for building OS images across Jetson, Raspberry Pi, and VM targets.
  • Container Runtime Guidance: Offers critical operational knowledge for managing containerd and nerdctl on edge hardware, avoiding common pitfalls like docker-related disk bloat.
  • E2E Testing: Facilitates rapid validation of agent architecture and system services using optimized VM test suites.

Quick Start

Ask the wendy-contributing skill to explain the steps for building a new WendyOS image for the Raspberry Pi 5 target.

Frequently Asked Questions about wendy-contributing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a WendyOS embedded Linux image for Raspberry Pi using Yocto?

To build a WendyOS embedded Linux image for Raspberry Pi, configure the Yocto meta-layer with hardware-specific build instructions and run the standardized build commands targeting edge devices. This process generates a bootable OS image tailored for your specific edge hardware target.

Why should I use containerd instead of Docker for managing containers on edge devices?

Using containerd instead of Docker for edge devices prevents common Docker-related disk bloat issues. WendyOS leverages containerd and nerdctl for container runtime management, providing critical operational knowledge to avoid these pitfalls on resource-constrained edge hardware.

What is the best way to run E2E testing workflows for embedded Linux systems?

The best way to run E2E testing workflows for embedded Linux systems is using optimized VM test suites. This facilitates rapid validation of agent architecture and system services without requiring physical edge devices, streamlining the testing lifecycle.

Does WendyOS support building Yocto images for Jetson and VM targets?

Yes, WendyOS supports building Yocto images across Jetson, Raspberry Pi, and VM targets. The Yocto build support provides standardized commands and configurations to generate OS images for these diverse edge computing platforms.

How do I debug production-grade edge computing systems running containerd?

Debugging production-grade edge computing systems running containerd involves following specific debugging procedures for system architecture and container runtime management. WendyOS provides comprehensive technical guidance to identify and resolve issues within the embedded Linux operating system.