From 211f440f5b863078bef4e3af58be00ae187a96a5 Mon Sep 17 00:00:00 2001 From: Yogesh Siraswar Date: Tue, 3 Aug 2021 18:29:39 +0530 Subject: 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 Signed-off-by: Yogesh Siraswar --- conf/layer.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'conf/layer.conf') 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 @@ # We have a conf and classes directory, append to BBPATH BBPATH .= ":${LAYERDIR}" +METATIBASE := '${@os.path.normpath("${LAYERDIR}/")}' # We have a recipes directory, add to BBFILES BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" -- cgit v1.2.3-54-g00ecf