You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Summary

The purpose of this section is to describe the  new implemented solution to have a secure containerized RDK build on emulator. This implementation done from the reference of

Raspberry pi platform.

The intent of this page is to be used as a walk-through to all the relevant information present in the section.


Detailed organization

The section is organized in two main subsections, as the following:

Most of the information is present in Implementation details, that is organized as the following:

Implemented containers is updated with all containers that are already implemented. Currently, the following ones are available:

In order to support some changes to existing code, some patches are applied to support secure containerized build. The full list of patches is available in Containers.









repo init -u https://code.rdkcentral.com/r/manifests -b rdk-next -m rdkv-asp-extsrc.xml

repo sync --no-tags

source meta-cmf-bsp-emulator/setup-environment
meta-rdk-containers/conf/machine/qemux86hybsecure.conf


bitbake rdk-generic-hybrid-lxc-image

  • No labels