summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf/local.conf.sample.extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto/conf/local.conf.sample.extended')
-rw-r--r--meta-yocto/conf/local.conf.sample.extended22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-yocto/conf/local.conf.sample.extended b/meta-yocto/conf/local.conf.sample.extended
index 06d7abc01b..a2cb81bc1c 100644
--- a/meta-yocto/conf/local.conf.sample.extended
+++ b/meta-yocto/conf/local.conf.sample.extended
@@ -241,3 +241,25 @@ FORTRAN_forcevariable = ",fortran"
241RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath libgfortran" 241RUNTIMETARGET_append_pn-gcc-runtime = " libquadmath libgfortran"
242export BUILD_FC = "${CCACHE}${BUILD_PREFIX}gfortran ${BUILD_CC_ARCH}" 242export BUILD_FC = "${CCACHE}${BUILD_PREFIX}gfortran ${BUILD_CC_ARCH}"
243export FC = "${CCACHE}${HOST_PREFIX}gfortran ${HOST_CC_ARCH}" 243export FC = "${CCACHE}${HOST_PREFIX}gfortran ${HOST_CC_ARCH}"
244
245#
246# Kernel image features
247#
248# The INITRAMFS_IMAGE image variable will cause an additional recipe to
249# be built as a dependency to the what ever rootfs recipe you might be
250# using such as core-image-sato. The initramfs might be needed for
251# the initial boot of of the target system such as to load kernel
252# modules prior to mounting the root file system.
253#
254# INITRAMFS_IMAGE_BUNDLE variable controls if the image recipe
255# specified by the INITRAMFS_IMAGE will be run through an extra pass
256# through the kernel compilation in order to build a single binary
257# which contains both the kernel image and the initramfs. The
258# combined binary will be deposited into the tmp/deploy directory.
259# NOTE: You can set INITRAMFS_IMAGE in an image recipe, but
260# INITRAMFS_IMAGE_BUNDLE can only be set in a conf file.
261#
262#INITRAMFS_IMAGE = "core-image-minimal-initramfs"
263#INITRAMFS_IMAGE_BUNDLE = "1"
264
265