RidgeRun vendor layer for Yocto/OE, kept minimal and ready for project-specific recipes and bbappends.
- Yocto release: scarthgap
- LAYERSERIES_COMPAT: meta-ridgerun = "scarthgap"
- core (poky)
conf/layer.conf— layer metadata and compatibility settings
From your build directory (e.g. build):
bitbake-layers add-layer ../meta-ridgerun
If you maintain bblayers.conf manually, append:
BBLAYERS += "${TOPDIR}/../meta-ridgerun"
Proprietary plugins in this layer fetch from private RidgeRun GitLab paths under git@gitlab.ridgerun.com/ridgerun/orders/${RR_CUSTOMER_GITLAB_ORDER_DIR}. Set the directory you were given in one of these ways (prefer conf/local.conf):
- In
conf/local.conf:RR_CUSTOMER_GITLAB_ORDER_DIR = "customer-1234" - From the environment (Yocto Scarthgap):
export RR_CUSTOMER_GITLAB_ORDER_DIR=customer-1234andexport BB_ENV_PASSTHROUGH_ADDITIONS="$BB_ENV_PASSTHROUGH_ADDITIONS RR_CUSTOMER_GITLAB_ORDER_DIR"before running BitBake
For changes and questions, reach out to the RidgeRun Yocto maintenance team. RidgeRun website: https://www.ridgerun.com/ Support email: support@ridgerun.com