rdkcentral / Dobby

The Dobby component is a wrapper around the opensource crun/runc containerization tool for managing and running containers.
Apache License 2.0
16 stars 42 forks source link

RDK-48618 : Skip the installation of settings file if DONT_INSTALL_DEVICESETTINGSFILE is set #328

Closed ks734 closed 1 month ago

ks734 commented 1 month ago

Description

In RDK-E, we need to skip the installation of settings file from middleware layer. So, in dobby recipe if "DONT_INSTALL_DEVICESETTINGSFILE" is set, skip the installation of settings file.

Test Procedure

Check whether /etc/dobby.json is not present in the rootfs when build option "DONT_INSTALL_DEVICESETTINGSFILE is set.

Type of Change

Requires Bitbake Recipe changes?