[meta-ti] [PATCH] signgp.bb: Use SPDX short identifier for new BSD i.e. BSD-3-Clause

2019-09-29 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-bsp/x-load/signgp.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/x-load/signgp.bb b/recipes-bsp/x-load/signgp.bb index 9c3499f6..479e6f81 100644 --- a/recipes-bsp/x-load/signgp.bb +++ b/recipes-bsp/x-load/signgp.bb @@ -1,4 +1

Re: [meta-ti] [PATCH 1/3] u-boot-ti: Drop using COREBASE

2019-09-29 Thread Khem Raj
On Sun, Sep 29, 2019 at 9:40 AM Denys Dmytriyenko wrote: > > On Sun, Sep 29, 2019 at 08:43:33AM -0700, Khem Raj wrote: > > 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 > > This was actu

Re: [meta-ti] [PATCH 1/3] u-boot-ti: Drop using COREBASE

2019-09-29 Thread Denys Dmytriyenko
On Sun, Sep 29, 2019 at 08:43:33AM -0700, Khem Raj wrote: > 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 This was actually done on purpose - there are many versions of u-boot.bb and u-boot

[meta-ti] [PATCH 2/3] recipes-ti: Use COMMON_LICENSE_DIR instead of COREBASE

2019-09-29 Thread Khem Raj
Fixes beaglebone-capes-1.0-r4 do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future Signed-off-by: Khem Raj --- recipes-ti/beagleboard/beaglebone-capes.bb | 2

[meta-ti] [PATCH 3/3] beaglebone-getting-started: Mention CC-BY-SA-3.0 and correct GPL version

2019-09-29 Thread Khem Raj
This is as per https://github.com/jadonk/beaglebone-getting-started/blob/master/LICENSE.txt Signed-off-by: Khem Raj --- recipes-ti/beagleboard/beaglebone-getting-started.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ti/beagleboard/beaglebone-getting-started.bb b

[meta-ti] [PATCH 1/3] u-boot-ti: Drop using COREBASE

2019-09-29 Thread Khem Raj
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 --- recipes-bsp/u-boot/u-boot-ti.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boo