diff options
author | Yogesh Siraswar <yogeshs@ti.com> | 2021-08-03 18:29:39 +0530 |
---|---|---|
committer | Yogesh Siraswar <yogeshs@ti.com> | 2021-08-09 14:09:05 +0000 |
commit | f56051c9a8cf09f54c43b81301073eed71bbda97 (patch) | |
tree | 2c63dbf5888c48d8a2e4ac5903040b6e81b3bed6 | |
parent | 0da40c138f3d3663fcd421c1b9273e09541d9255 (diff) | |
download | meta-ti-f56051c9a8cf09f54c43b81301073eed71bbda97.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 3bed9fce..0be0ef92 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" |