Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions templates/master/bblayers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ BBLAYERS ?= " \
${LAYERS_DIR}/meta-openxt-ocaml-platform \
${LAYERS_DIR}/meta-openxt-haskell-platform \
${LAYERS_DIR}/meta-virtualization \
${LAYERS_DIR}/meta-qt5 \
${LAYERS_DIR}/meta-vglass \
"
2 changes: 2 additions & 0 deletions templates/master/local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ REPO_PROD_CACERT="${OPENXT_CERTS_DIR}/prod-cacert.pem"
REPO_DEV_CACERT="${OPENXT_CERTS_DIR}/dev-cacert.pem"
REPO_DEV_SIGNING_CERT="${OPENXT_CERTS_DIR}/dev-cacert.pem"
REPO_DEV_SIGNING_DEV="${OPENXT_CERTS_DIR}/dev-cakey.pem"
KERNEL_MODULE_SIG_CERT="${OPENXT_CERTS_DIR}/kernel_cert.pem"
KERNEL_MODULE_SIG_KEY="${OPENXT_CERTS_DIR}/kernel_key.pem"

# If ENABLE_BINARY_LOCALE_GENERATION is set to "1", you can limit locales
# generated to the list provided by GLIBC_GENERATE_LOCALES. This is huge
Expand Down