All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] u-boot-git: add COMPATIBLE_MACHINE
@ 2012-04-10 13:17 Eric Bénard
  2012-04-10 13:28 ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Bénard @ 2012-04-10 13:17 UTC (permalink / raw)
  To: meta-ti

so that an other BSP layer can also provide a u-boot_git recipe

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes-bsp/u-boot/u-boot_git.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_git.bb b/recipes-bsp/u-boot/u-boot_git.bb
index 2b32ab8..3901608 100644
--- a/recipes-bsp/u-boot/u-boot_git.bb
+++ b/recipes-bsp/u-boot/u-boot_git.bb
@@ -7,6 +7,8 @@ DEFAULT_PREFERENCE_ti816x = "-1"
 
 FILESPATHPKG =. "u-boot-git:"
 
+COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|omapl138|omap3evm|omap3-touchbook)"
+
 # ~ TI PSP v2009.11_OMAPPSP_03.00.01.06 (+ couple of commits)
 SRC_URI_omap3evm = "git://arago-project.org/git/projects/u-boot-omap3.git;protocol=git \
     file://0001-omap3evm-Change-default-console-serial-port-from.patch \
-- 
1.7.7.6



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

* Re: [PATCH] u-boot-git: add COMPATIBLE_MACHINE
  2012-04-10 13:17 [PATCH] u-boot-git: add COMPATIBLE_MACHINE Eric Bénard
@ 2012-04-10 13:28 ` Koen Kooi
  2012-04-10 19:06   ` Tom Rini
  2012-04-10 20:10   ` Denys Dmytriyenko
  0 siblings, 2 replies; 5+ messages in thread
From: Koen Kooi @ 2012-04-10 13:28 UTC (permalink / raw)
  To: Eric Bénard; +Cc: meta-ti


Op 10 apr. 2012, om 15:17 heeft Eric Bénard het volgende geschreven:

> so that an other BSP layer can also provide a u-boot_git recipe

ah right, we talked about this earlier and were going to namespace our uboot recipes instead. COMPATIBLE_MACHINE is just too dang hard to grasp for customers adding their machine.

Chase, Tom, any patches q'd to rename our uboots?

regards,

Koen

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

* Re: [PATCH] u-boot-git: add COMPATIBLE_MACHINE
  2012-04-10 13:28 ` Koen Kooi
@ 2012-04-10 19:06   ` Tom Rini
  2012-04-10 20:10   ` Denys Dmytriyenko
  1 sibling, 0 replies; 5+ messages in thread
From: Tom Rini @ 2012-04-10 19:06 UTC (permalink / raw)
  To: Koen Kooi; +Cc: meta-ti

[-- Attachment #1: Type: text/plain, Size: 489 bytes --]

On Tue, Apr 10, 2012 at 03:28:41PM +0200, Koen Kooi wrote:
> 
> Op 10 apr. 2012, om 15:17 heeft Eric B?nard het volgende geschreven:
> 
> > so that an other BSP layer can also provide a u-boot_git recipe
> 
> ah right, we talked about this earlier and were going to namespace our uboot recipes instead. COMPATIBLE_MACHINE is just too dang hard to grasp for customers adding their machine.
> 
> Chase, Tom, any patches q'd to rename our uboots?

None from me, Chase?

-- 
Tom

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

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

* Re: [PATCH] u-boot-git: add COMPATIBLE_MACHINE
  2012-04-10 13:28 ` Koen Kooi
  2012-04-10 19:06   ` Tom Rini
@ 2012-04-10 20:10   ` Denys Dmytriyenko
  2012-04-10 20:46     ` Philip Balister
  1 sibling, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2012-04-10 20:10 UTC (permalink / raw)
  To: Koen Kooi; +Cc: meta-ti

On Tue, Apr 10, 2012 at 03:28:41PM +0200, Koen Kooi wrote:
> 
> Op 10 apr. 2012, om 15:17 heeft Eric B?nard het volgende geschreven:
> 
> > so that an other BSP layer can also provide a u-boot_git recipe
> 
> ah right, we talked about this earlier and were going to namespace our uboot 
> recipes instead. COMPATIBLE_MACHINE is just too dang hard to grasp for 
> customers adding their machine.

We can just list all the SoC families in COMPATIBLE_MACHINES - that would 
solve the issues with other non-TI-derived BSP layers. Won't help meta-ettus 
or meta-gumstix or meta-openpandora, though...

-- 
Denys


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

* Re: [PATCH] u-boot-git: add COMPATIBLE_MACHINE
  2012-04-10 20:10   ` Denys Dmytriyenko
@ 2012-04-10 20:46     ` Philip Balister
  0 siblings, 0 replies; 5+ messages in thread
From: Philip Balister @ 2012-04-10 20:46 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

On 04/10/2012 01:10 PM, Denys Dmytriyenko wrote:
> On Tue, Apr 10, 2012 at 03:28:41PM +0200, Koen Kooi wrote:
>>
>> Op 10 apr. 2012, om 15:17 heeft Eric B?nard het volgende geschreven:
>>
>>> so that an other BSP layer can also provide a u-boot_git recipe
>>
>> ah right, we talked about this earlier and were going to namespace our uboot 
>> recipes instead. COMPATIBLE_MACHINE is just too dang hard to grasp for 
>> customers adding their machine.
> 
> We can just list all the SoC families in COMPATIBLE_MACHINES - that would 
> solve the issues with other non-TI-derived BSP layers. Won't help meta-ettus 
> or meta-gumstix or meta-openpandora, though...
> 

I changed the u-boot recipe name.

Philip


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

end of thread, other threads:[~2012-04-10 20:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-10 13:17 [PATCH] u-boot-git: add COMPATIBLE_MACHINE Eric Bénard
2012-04-10 13:28 ` Koen Kooi
2012-04-10 19:06   ` Tom Rini
2012-04-10 20:10   ` Denys Dmytriyenko
2012-04-10 20:46     ` Philip Balister

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.