All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Allow custom bootscripts
@ 2015-03-17 17:35 Ian Coolidge
  2015-03-17 19:27 ` Eric Nelson
  0 siblings, 1 reply; 4+ messages in thread
From: Ian Coolidge @ 2015-03-17 17:35 UTC (permalink / raw)
  To: meta-freescale

Removes redundant BOOTSCRIPT line
Changed BOOTSCRIPT to allow choice in local.conf

Signed-off-by: Ian Coolidge <ian@boundarydevices.com>
---
 For Master and Dizzy branches
 recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
index 5c91471..fbb5bc2 100644
--- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
+++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
@@ -12,9 +12,8 @@ S = "${WORKDIR}/git"
 
 inherit deploy
 
-BOOTSCRIPT = "${S}/board/boundary/${MACHINE}/6x_bootscript-yocto.txt"
-BOOTSCRIPT_nitrogen6x = "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto.txt"
-BOOTSCRIPT_nitrogen6x-lite = "${S}/board/boundary/nit6xlite/6x_bootscript-yocto.txt"
+BOOTSCRIPT ?= "${S}/board/boundary/${MACHINE}/6x_bootscript-yocto.txt"
+BOOTSCRIPT_nitrogen6x-lite ?= "${S}/board/boundary/nit6xlite/6x_bootscript-yocto.txt"
 
 UPGRADESCRIPT = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt"
 
-- 
1.9.1



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

* Re: [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Allow custom bootscripts
  2015-03-17 17:35 [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Allow custom bootscripts Ian Coolidge
@ 2015-03-17 19:27 ` Eric Nelson
  2015-03-17 19:30   ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Nelson @ 2015-03-17 19:27 UTC (permalink / raw)
  To: meta-freescale, Otavio Salvador

Hi Otavio,

On 03/17/2015 10:35 AM, Ian Coolidge wrote:
> Removes redundant BOOTSCRIPT line
> Changed BOOTSCRIPT to allow choice in local.conf
> 
> Signed-off-by: Ian Coolidge <ian@boundarydevices.com>
> ---

Did you miss the "dizzy" here?

>  For Master and Dizzy branches
>  recipes-bsp/u-boot/u-boot-script-boundary_git.bb | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
> index 5c91471..fbb5bc2 100644
> --- a/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
> +++ b/recipes-bsp/u-boot/u-boot-script-boundary_git.bb
> @@ -12,9 +12,8 @@ S = "${WORKDIR}/git"
>  
>  inherit deploy
>  
> -BOOTSCRIPT = "${S}/board/boundary/${MACHINE}/6x_bootscript-yocto.txt"
> -BOOTSCRIPT_nitrogen6x = "${S}/board/boundary/nitrogen6x/6x_bootscript-yocto.txt"
> -BOOTSCRIPT_nitrogen6x-lite = "${S}/board/boundary/nit6xlite/6x_bootscript-yocto.txt"
> +BOOTSCRIPT ?= "${S}/board/boundary/${MACHINE}/6x_bootscript-yocto.txt"
> +BOOTSCRIPT_nitrogen6x-lite ?= "${S}/board/boundary/nit6xlite/6x_bootscript-yocto.txt"
>  
>  UPGRADESCRIPT = "${S}/board/boundary/nitrogen6x/6x_upgrade.txt"
>  
> 



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

* Re: [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Allow custom bootscripts
  2015-03-17 19:27 ` Eric Nelson
@ 2015-03-17 19:30   ` Otavio Salvador
  2015-03-17 19:42     ` Eric Nelson
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2015-03-17 19:30 UTC (permalink / raw)
  To: Eric Nelson; +Cc: meta-freescale@yoctoproject.org

On Tue, Mar 17, 2015 at 4:27 PM, Eric Nelson
<eric.nelson@boundarydevices.com> wrote:
> Hi Otavio,
>
> On 03/17/2015 10:35 AM, Ian Coolidge wrote:
>> Removes redundant BOOTSCRIPT line
>> Changed BOOTSCRIPT to allow choice in local.conf
>>
>> Signed-off-by: Ian Coolidge <ian@boundarydevices.com>
>> ---
>
> Did you miss the "dizzy" here?

Oh. I missed.

This is now pushed, sorry for the mistake.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Allow custom bootscripts
  2015-03-17 19:30   ` Otavio Salvador
@ 2015-03-17 19:42     ` Eric Nelson
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Nelson @ 2015-03-17 19:42 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

On 03/17/2015 12:30 PM, Otavio Salvador wrote:
> On Tue, Mar 17, 2015 at 4:27 PM, Eric Nelson
> <eric.nelson@boundarydevices.com> wrote:
>> Hi Otavio,
>>
>> On 03/17/2015 10:35 AM, Ian Coolidge wrote:
>>> Removes redundant BOOTSCRIPT line
>>> Changed BOOTSCRIPT to allow choice in local.conf
>>>
>>> Signed-off-by: Ian Coolidge <ian@boundarydevices.com>
>>> ---
>>
>> Did you miss the "dizzy" here?
> 
> Oh. I missed.
> 
> This is now pushed, sorry for the mistake.
> 
NP.

Thanks for getting it so quickly.



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

end of thread, other threads:[~2015-03-17 19:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-17 17:35 [meta-fsl-arm-extra][PATCH] u-boot-script-boundary: Allow custom bootscripts Ian Coolidge
2015-03-17 19:27 ` Eric Nelson
2015-03-17 19:30   ` Otavio Salvador
2015-03-17 19:42     ` Eric Nelson

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.