All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] u-boot-ti: Limit compatibility to TI SOCs
@ 2020-05-01 19:14 Khem Raj
  2020-05-01 19:22 ` [meta-ti] " Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2020-05-01 19:14 UTC (permalink / raw)
  To: meta-ti; +Cc: Khem Raj

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

diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index 736efc0e..04ff559d 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -38,6 +38,8 @@ PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}/boot/bl32.bin,,optee-os"
 
 PACKAGECONFIG_append_aarch64 = " atf optee"
 
+COMPATIBLE_MACHINE = "(ti-soc)"
+
 EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}"
 
 PROVIDES += "u-boot"
-- 
2.26.2


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

* Re: [meta-ti] [PATCH] u-boot-ti: Limit compatibility to TI SOCs
  2020-05-01 19:14 [PATCH] u-boot-ti: Limit compatibility to TI SOCs Khem Raj
@ 2020-05-01 19:22 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2020-05-01 19:22 UTC (permalink / raw)
  To: meta-ti; +Cc: Khem Raj

On Fri, May 01, 2020 at 12:14:09PM -0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  recipes-bsp/u-boot/u-boot-ti.inc | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
> index 736efc0e..04ff559d 100644
> --- a/recipes-bsp/u-boot/u-boot-ti.inc
> +++ b/recipes-bsp/u-boot/u-boot-ti.inc
> @@ -38,6 +38,8 @@ PACKAGECONFIG[optee] = "TEE=${STAGING_DIR_HOST}/boot/bl32.bin,,optee-os"
>  
>  PACKAGECONFIG_append_aarch64 = " atf optee"

Oops, the above used to have _append_k3 override - I was experimenting with 
multiconfig and changed it to aarch64 and forgot to change back. I see how 
it affects you now...


> +COMPATIBLE_MACHINE = "(ti-soc)"
> +
>  EXTRA_OEMAKE += "${PACKAGECONFIG_CONFARGS}"
>  
>  PROVIDES += "u-boot"
> -- 
> 2.26.2
> 

> 


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

end of thread, other threads:[~2020-05-01 19:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-01 19:14 [PATCH] u-boot-ti: Limit compatibility to TI SOCs Khem Raj
2020-05-01 19:22 ` [meta-ti] " Denys Dmytriyenko

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.