Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

BitBake Class Implementation

https://github.com/rdkcentral/meta-rdk-auxiliary/blob/topic/RDKMVE-1639develop/classes/install-factoryapps.bbclass

Required Configurations

No Format
Set these in image recipe or local.conf:
# Path to JSON manifest
FACTORY_APPS_JSON_FILE = "${TOPDIR}/../factoryapps.json"

# Installation path in rootfs (without leading /) set in https://github.com/rdkcentral/rdke-common-config/blob/develop/conf/rdke-rdkm-config.inc
FACTORY_APPS_PATH ??= "/usr/share/factory"

Usage in image recipe

# In image recipe (e.g., rdk-fullstack-image.bb)
inherit factory_apps_installer

...