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 | |
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>
-rw-r--r-- | conf/layer.conf | 1 | ||||
-rw-r--r-- | recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | 1 |
2 files changed, 2 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" |
diff --git a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb index 198426ed..43de1ec2 100644 --- a/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb +++ b/recipes-ti/ti-rtos-bin/ti-rtos-firmware.bb | |||
@@ -18,6 +18,7 @@ PLAT_SFX_j7200-evm = "j7200" | |||
18 | PLAT_SFX_am65xx = "am65xx" | 18 | PLAT_SFX_am65xx = "am65xx" |
19 | PLAT_SFX_am64xx = "am64xx" | 19 | PLAT_SFX_am64xx = "am64xx" |
20 | 20 | ||
21 | FILESEXTRAPATHS_prepend := "${METATIBASE}/recipes-bsp/ti-sci-fw/files/:" | ||
21 | require recipes-bsp/ti-sci-fw/ti-sci-fw.inc | 22 | require recipes-bsp/ti-sci-fw/ti-sci-fw.inc |
22 | 23 | ||
23 | CORESDK_RTOS_VERSION ?= "08.00.00.26" | 24 | CORESDK_RTOS_VERSION ?= "08.00.00.26" |