8.2. local.conf
¶
https://github.com/lipro-yocto/lpn-central → meta-cedi/conf
The local.conf
file provides many basic variables that define
a build environment. Here is a list of a few:
Target Machine Selection:
MACHINE ??= "qemux86-64"
Target Distribution Selection:
DISTRO ?= "cedi"
Target Packaging Format:
PACKAGE_CLASSES ?= "package_rpm"
Download Directory:
DL_DIR ?= "${TOPDIR}/downloads"
Shared State Cache Directory:
SSTATE_DIR ?= "${TOPDIR}/sstate-cache"
Build Output:
TMPDIR = "${TOPDIR}/tmp"
Parallelism Options:
BB_NUMBER_THREADS ?= "4"
Host SDK Machine Selection:
SDKMACHINE ?= "x86_64"
The setup-environment script have to use to generate the
content of the local.conf
file.