summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
-rw-r--r--meta/conf/layer.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f2666cb79c..7d0e0d84a9 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -387,7 +387,7 @@ IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
387 387
388# This option allows for a percentage overage of the actual image size rather than a 388# This option allows for a percentage overage of the actual image size rather than a
389# fixed extra space, this is space needed for initial startup and basic operations. 389# fixed extra space, this is space needed for initial startup and basic operations.
390IMAGE_OVERHEAD_FACTOR ?= 1.3 390IMAGE_OVERHEAD_FACTOR ?= "1.3"
391# This option allow for adding addition space in K above and beyond what the 391# This option allow for adding addition space in K above and beyond what the
392# IMAGE_OVERHEAD_FACTOR might add. This space is for additional packages, user data, ... 392# IMAGE_OVERHEAD_FACTOR might add. This space is for additional packages, user data, ...
393# To set a fixed size then overrideing IMAGE_ROOTFS_SIZE with the max size one wants 393# To set a fixed size then overrideing IMAGE_ROOTFS_SIZE with the max size one wants
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 93c087a047..76ae58ceb7 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_PATTERN_normal := "^${LAYERDIR}/"
9BBFILE_PRIORITY_normal = "5" 9BBFILE_PRIORITY_normal = "5"
10 10
11# Set a variable to get to the top of the metadata location 11# Set a variable to get to the top of the metadata location
12COREBASE := ${@os.path.normpath("${LAYERDIR}/../")} 12COREBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
13 13
14# Add scripts to PATH 14# Add scripts to PATH
15PATH := "${PATH}:${COREBASE}/scripts" 15PATH := "${PATH}:${COREBASE}/scripts"