summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine
diff options
context:
space:
mode:
authorVivien Didelot <vdidelot@pbsc.com>2021-03-09 12:47:14 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-03-11 14:06:46 +0000
commitd9dba959430dd49030aa1ba3f62b5f7534d0e17a (patch)
tree9095697fbcf4b85ededeb4985506f4584bf52e30 /meta-yocto-bsp/conf/machine
parent2d3bbfcfbac2117953fe008a252de2bf99437408 (diff)
downloadpoky-d9dba959430dd49030aa1ba3f62b5f7534d0e17a.tar.gz
poky: don't use space with +=
Bitbake variables are usually appended with one of: FOO_append = " bar" FOO += "bar" While the space is mandatory in the "_append" variant, it doesn't hurt in the "+=" variant, but it can be misleading. Remove the space to avoid confusion. (From meta-yocto rev: 66525f278143b7fe6082c8f5956cdff64b16ff58) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine')
0 files changed, 0 insertions, 0 deletions