Skip to content

Parameters

KERNEL_URL
Remote URL of git repository, from which the kernel will be built.
KERNEL_REMOTE_NAME
Short name for the remote URL, which will be used to add it to the local git checkout with git remote add.
KERNEL_BRANCH
Branch to check out from the remote with KERNEL_URL and KERNEL_REMOTE_NAME before building the kernel.
OSMOCOM_VERSION
Version of the Osmocom stack to test against the kernel. Either latest for the latest release version, or master for HEAD of Osmocom git repositories.
BRANCH
Branch of docker-playground.git (for development of the test infrastructure, don't change this when testing kernel trees).