diff options
author | Yogesh Siraswar <yogeshs@ti.com> | 2021-08-03 18:29:39 +0530 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-08-05 18:52:35 +0000 |
commit | 211f440f5b863078bef4e3af58be00ae187a96a5 (patch) | |
tree | 77ba027ed0d435a2cfe057e8abb72f0336664158 /conf/layer.conf | |
parent | 15f3d4a3c3773294f1cdb66a88744930941a892e (diff) | |
download | meta-ti-211f440f5b863078bef4e3af58be00ae187a96a5.tar.gz |
ti-rtos-firmware: Update PATH to include ti-sci-fw
Build is failing for ti-rtos-firmware when ARAGO_BRAND = "mainline"
with below error:
"ERROR: ti-rtos-firmware-08.00.00.32-r0.0 do_fetch: Fetcher failure:
Unable to find file file://0001-Revert-soc-am64x-Makefile-Move-the-
SPL-Load-address-.patch;patchdir=../imggen anywhere."
This is because the mentioned patch is not present in the current path.
Fix this by updating the path to include ti-sci-fw
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r-- | conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 26a42f7f..c37d6bae 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -1,5 +1,6 @@ | |||
1 | # We have a conf and classes directory, append to BBPATH | 1 | # We have a conf and classes directory, append to BBPATH |
2 | BBPATH .= ":${LAYERDIR}" | 2 | BBPATH .= ":${LAYERDIR}" |
3 | METATIBASE := '${@os.path.normpath("${LAYERDIR}/")}' | ||
3 | 4 | ||
4 | # We have a recipes directory, add to BBFILES | 5 | # We have a recipes directory, add to BBFILES |
5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" | 6 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" |