Skip to content

practice-yocto/manifest-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Quick Start

  • The following commands demonstrate how to set up a new Yocto workspace,
  • initialize the manifest repository, synchronize all layers, configure
  • the build environment, and build/run a reference image.
$ mkdir <workspace>                                                 # Create a new workspace directory
$ cd <workspace>                                                    # Enter the workspace
$ repo init -u https://github.com/practice-yocto/manifest-core.git  # Initialize repo with the manifest
$ repo sync                                                         # Fetch all layers defined in the manifest
$ source envsetup.sh                                                # Set up the Yocto build environment
$ bitbake core-image                                                # Build the core-image target
$ runqemu core-image nographic                                      # Run the image in QEMU (no graphics)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors