Wind River Support Network

HomeDefectsLIN1019-3628
Fixed

LIN1019-3628 : Incorrect path for container multiconfigs

Created: Nov 27, 2019    Updated: Dec 11, 2019
Resolved Date: Dec 3, 2019
Found In Version: 10.19.45.1
Fix Version: 10.19.45.2
Severity: Standard
Applicable for: Wind River Linux LTS 19
Component/s: Documentation

Description

In the following document

Docs
>  Wind River Linux Open Virtualization Features Guide, LTS 19
  >  Creating Containers
    >  Building Container Images into the Root File System

Step #5 lists
—
$ cp -r projectDir/wrlinux/wrlinux-distro/templates/feature/run-container/files/multiconfig conf/
—

This is missing part of the path, it requires 'layers', so should be
—
$ cp -r projectDir/layers/wrlinux/wrlinux-distro/templates/feature/run-container/files/multiconfig conf/
—

Workaround

Add the '/layers' to the path.

Steps to Reproduce

Open the document and attempt to follow the instruction at step 5.
Live chat
Online