snt-ccu2-yocto

Automate CCU2 Yocto workflows from JIRA tasks to BitBake image builds.

1|Updated Aug 5, 2025
One-click install
npx skills add https://github.com/jayleekr/jays-treasure-trove --skill snt-ccu2-yocto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: snt-ccu2-yocto
Source: https://github.com/jayleekr/jays-treasure-trove/tree/main/projects/common/skills/snt-ccu2-yocto
Command: npx skills add https://github.com/jayleekr/jays-treasure-trove --skill snt-ccu2-yocto

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the CCU2 Yocto development pipeline, from JIRA ticket handling to image build and validation, reducing manual coordination and errors.

Core Features & Use Cases

  • JIRA integration: create, track, and link tasks to Yocto builds.
  • Recipe/BBAppend generation and modification: automate changes to recipes and layers for CCU2 targets.
  • Docker-based build orchestration: run BitBake builds inside a consistent container for MOBIS and LGE tiers.
  • Validation & readiness: generate deployment-ready artifacts and summaries for review.

Quick Start

Use the skill to start a CCU2 Yocto workflow:

  • /snt-ccu2-yocto:spec to generate a structured spec.
  • /snt-ccu2-yocto:build -m linux-s32 to build a module, or -ncpb for a full image.
  • /snt-ccu2-yocto:pipeline to run the end-to-end process.

Frequently Asked Questions about snt-ccu2-yocto

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

FAQPage Schema
How do I automate a Yocto build pipeline from JIRA ticket tracking to image generation?

Automating a Yocto build pipeline from JIRA involves linking ticket handling to BitBake build orchestration, recipe modifications, and artifact generation. This workflow uses Docker containers to ensure consistent builds for CCU2 targets across MOBIS and LGE tier projects.

How do I generate and modify Yocto recipes and BBAppend files for CCU2 targets?

Generating and modifying Yocto recipes and BBAppend files for CCU2 targets requires automating layer changes and kernel config updates within a structured workflow. This process integrates recipe generation directly with your build orchestration to apply changes to specific targets.

Can I run BitBake builds inside a Docker container for embedded Linux development?

Running BitBake builds inside a Docker container for embedded Linux development is supported to maintain environment consistency. This approach orchestrates builds for MOBIS and LGE tier projects, ensuring deployment-ready artifacts like build_info.json and images are generated reliably.

What is the best way to integrate JIRA task tracking with Yocto build orchestration?

Integrating JIRA task tracking with Yocto build orchestration is best handled by linking ticket creation and updates directly to build triggers. This allows automated recipe changes and validation to run end-to-end, reducing manual coordination and build errors.

Does this Yocto build automation support both MOBIS and LGE tier embedded projects?

This Yocto build automation explicitly supports both MOBIS and LGE tier embedded projects. It applies Docker-based BitBake orchestration and recipe modifications to satisfy the specific requirements of these tier projects, generating deployment-ready artifacts for review.

What artifacts are generated when automating CCU2 Yocto pipelines end-to-end?

Automating CCU2 Yocto pipelines generates deployment-ready artifacts and summaries for review. Key outputs include build_info.json and deployed images, which validate build readiness and provide structured data for downstream deployment processes.