mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
This bbappend was _appending_ to FILESEXTRAPATHS but putting the colon separator _after_, so it actually constructed an invalid path. Change the assignment to be prepend, so the separator is in the right place. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
3 lines
96 B
PHP
3 lines
96 B
PHP
FILESEXTRAPATHS:prepend := "${THISDIR}/files/${MACHINE}:"
|
|
SRC_URI:append = " file://report.txt"
|