All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] u-boot-ti: Drop using COREBASE
@ 2019-09-29 15:43 Khem Raj
  2019-09-29 15:43 ` [PATCH 2/3] recipes-ti: Use COMMON_LICENSE_DIR instead of COREBASE Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Khem Raj @ 2019-09-29 15:43 UTC (permalink / raw)
  To: meta-ti

COREBASE is hardcoding the path and moreover its obsolete the better way
is to use relative path which is automatically searched in BBPATH by
bitbake

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 recipes-bsp/u-boot/u-boot-ti.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index f1187e64..f7434712 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -13,7 +13,7 @@ UBOOT_LOCALVERSION = "-g${@get_git_revision('${S}').__str__()[:10]}"
 UBOOT_SUFFIX ?= "img"
 SPL_BINARY ?= "MLO"
 
-require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
+require recipes-bsp/u-boot/u-boot.inc
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:"
 
-- 
2.23.0



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-10-01  0:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-29 15:43 [PATCH 1/3] u-boot-ti: Drop using COREBASE Khem Raj
2019-09-29 15:43 ` [PATCH 2/3] recipes-ti: Use COMMON_LICENSE_DIR instead of COREBASE Khem Raj
2019-09-29 15:43 ` [PATCH 3/3] beaglebone-getting-started: Mention CC-BY-SA-3.0 and correct GPL version Khem Raj
2019-09-30 18:32   ` Denys Dmytriyenko
2019-09-30 20:40     ` Khem Raj
2019-09-30 20:43       ` Denys Dmytriyenko
2019-10-01  0:00         ` Denys Dmytriyenko
2019-10-01  0:07           ` Khem Raj
2019-10-01  0:22             ` Denys Dmytriyenko
2019-09-29 16:40 ` [PATCH 1/3] u-boot-ti: Drop using COREBASE Denys Dmytriyenko
2019-09-29 23:52   ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.