}
do_populate_sysroot[dirs] = "${SYSROOT_DESTDIR}"
-do_populate_sysroot[umask] = 022
+do_populate_sysroot[umask] = "022"
addtask populate_sysroot after do_install
# This option allows for a percentage overage of the actual image size rather than a
# fixed extra space, this is space needed for initial startup and basic operations.
-IMAGE_OVERHEAD_FACTOR ?= 1.3
+IMAGE_OVERHEAD_FACTOR ?= "1.3"
# This option allow for adding addition space in K above and beyond what the
# IMAGE_OVERHEAD_FACTOR might add. This space is for additional packages, user data, ...
# To set a fixed size then overrideing IMAGE_ROOTFS_SIZE with the max size one wants
BBFILE_PRIORITY_normal = "5"
# Set a variable to get to the top of the metadata location
-COREBASE := ${@os.path.normpath("${LAYERDIR}/../")}
+COREBASE := '${@os.path.normpath("${LAYERDIR}/../")}'
# Add scripts to PATH
PATH := "${PATH}:${COREBASE}/scripts"
BINV = "4.6.3"
-SRCREV = 181430
+SRCREV = "181430"
BRANCH = "gcc-4_6-branch"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}"
# when linking shared libraries further in the build like (gnutls)
SPECIAL_ARCH_LIST = "powerpc"
-OPTSPACE = ${@base_contains("SPECIAL_ARCH_LIST", "${TARGET_ARCH}", "", "--enable-target-optspace",d)}
+OPTSPACE = '${@base_contains("SPECIAL_ARCH_LIST", "${TARGET_ARCH}", "", "--enable-target-optspace",d)}'
EXTRA_OECONF_BASE ?= ""
EXTRA_OECONF_PATHS ?= ""
${libdir}/${TARGET_SYS}/${BINV}/crt* \
${libdir}/${TARGET_SYS}/${BINV}/libgcc*"
FILES_libgcov-dev = " \
- ${libdir}/${TARGET_SYS}/${BINV}/libgcov.a \
+ ${libdir}/${TARGET_SYS}/${BINV}/libgcov.a"
FILES_${PN}-dbg += "${base_libdir}/.debug/"