Template:DOCKER INTEGRATION

From Variscite Wiki
Revision as of 01:37, 1 March 2023 by Nate (talk | contribs) (Created page with "= Yocto Integration = == Recipe == Before you begin, get familiar with the {{Varlink2|{{#var:GUIDE_NAME}} Build Release|{{#var:RELEASE_LINK}}}} guide.<br> <br> The Yocto BSP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Yocto Integration

Recipe

Before you begin, get familiar with the Build Release guide.

The Yocto BSP provides 2 dedicated images:

  • var-image-docker: a graphic enabled image based on fsl-image-gui with the addition of a few more packages:
    • docker-ce
    • python3-docker-compose
  • var-image-docker-minimal: a console image based on the core-image bbclass with the addition of a few more packages and features:
    • docker-ce
    • python3-docker-compose
    • ssh-server-dropbear
    • basic command line tools

Create a Docker-ready Image

 Expression error: Unexpected > operator. Expression error: Unexpected >= operator. Expression error: Unexpected >= operator.  
$ cd 
$ MACHINE= DISTRO=  


Append the following to the conf/local.conf file in your Yocto build directory: Expression error: Unexpected < operator.

Build var-image-docker:

$ bitbake var-image-docker