Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 398 Bytes

building-image.md

File metadata and controls

24 lines (17 loc) · 398 Bytes

Building Yocto Toolkit Image

Prerequisites

For SELinux, label the installation files:

chcon -R -t container_file_t ./installer

Load SELinux policy:

sudo semodule \
    -i selinux/yocto_toolkit_podman.cil \
    /usr/share/udica/templates/base_container.cil

Building Image

Execute the following command to build image:

podman build -t extra2000/yocto-toolkit .