All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH] machine: rk3288: don't hard-code kernel choice
@ 2017-03-18  6:58 Trevor Woerner
  2017-03-18 13:48 ` Eddie Cai
  0 siblings, 1 reply; 3+ messages in thread
From: Trevor Woerner @ 2017-03-18  6:58 UTC (permalink / raw)
  To: yocto

Allow the user to ultimately choose the kernel. Make 'linux' the _preferred_,
not the _required_.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 conf/machine/include/rk3288.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc
index 964d8b0..88acbbf 100644
--- a/conf/machine/include/rk3288.inc
+++ b/conf/machine/include/rk3288.inc
@@ -6,7 +6,7 @@ SOC_FAMILY = "rk3288"
 require conf/machine/include/tune-cortexa17.inc
 require conf/machine/include/soc-family.inc
 
-PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux"
 SERIAL_CONSOLES = "115200;ttyS2"
 KERNEL_IMAGETYPE = "zImage"
 KBUILD_DEFCONFIG = "multi_v7_defconfig"
-- 
2.12.0.rc1.48.g076c053



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

* Re: [meta-rockchip][PATCH] machine: rk3288: don't hard-code kernel choice
  2017-03-18  6:58 [meta-rockchip][PATCH] machine: rk3288: don't hard-code kernel choice Trevor Woerner
@ 2017-03-18 13:48 ` Eddie Cai
  2017-03-18 20:21   ` Trevor Woerner
  0 siblings, 1 reply; 3+ messages in thread
From: Eddie Cai @ 2017-03-18 13:48 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: yocto

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

2017-03-18 14:58 GMT+08:00 Trevor Woerner <twoerner@gmail.com>:

> Allow the user to ultimately choose the kernel. Make 'linux' the
> _preferred_,
> not the _required_.
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
>
Reviewed-by: Eddie Cai <eddie.cai.linux@gmail.com>

> ---
>  conf/machine/include/rk3288.inc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/conf/machine/include/rk3288.inc
> b/conf/machine/include/rk3288.inc
> index 964d8b0..88acbbf 100644
> --- a/conf/machine/include/rk3288.inc
> +++ b/conf/machine/include/rk3288.inc
> @@ -6,7 +6,7 @@ SOC_FAMILY = "rk3288"
>  require conf/machine/include/tune-cortexa17.inc
>  require conf/machine/include/soc-family.inc
>
> -PREFERRED_PROVIDER_virtual/kernel = "linux"
> +PREFERRED_PROVIDER_virtual/kernel ?= "linux"
>  SERIAL_CONSOLES = "115200;ttyS2"
>  KERNEL_IMAGETYPE = "zImage"
>  KBUILD_DEFCONFIG = "multi_v7_defconfig"
> --
> 2.12.0.rc1.48.g076c053
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

[-- Attachment #2: Type: text/html, Size: 2031 bytes --]

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

* Re: [meta-rockchip][PATCH] machine: rk3288: don't hard-code kernel choice
  2017-03-18 13:48 ` Eddie Cai
@ 2017-03-18 20:21   ` Trevor Woerner
  0 siblings, 0 replies; 3+ messages in thread
From: Trevor Woerner @ 2017-03-18 20:21 UTC (permalink / raw)
  To: Eddie Cai; +Cc: yocto

Hi Eddie, thank you for your review! :-)

On Sat, Mar 18, 2017 at 9:48 AM, Eddie Cai <eddie.cai.linux@gmail.com> wrote:
>
>
> 2017-03-18 14:58 GMT+08:00 Trevor Woerner <twoerner@gmail.com>:
>>
>> Allow the user to ultimately choose the kernel. Make 'linux' the
>> _preferred_,
>> not the _required_.
>>
>> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
>
> Reviewed-by: Eddie Cai <eddie.cai.linux@gmail.com>
>>
>> ---
>>  conf/machine/include/rk3288.inc | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/conf/machine/include/rk3288.inc
>> b/conf/machine/include/rk3288.inc
>> index 964d8b0..88acbbf 100644
>> --- a/conf/machine/include/rk3288.inc
>> +++ b/conf/machine/include/rk3288.inc
>> @@ -6,7 +6,7 @@ SOC_FAMILY = "rk3288"
>>  require conf/machine/include/tune-cortexa17.inc
>>  require conf/machine/include/soc-family.inc
>>
>> -PREFERRED_PROVIDER_virtual/kernel = "linux"
>> +PREFERRED_PROVIDER_virtual/kernel ?= "linux"
>>  SERIAL_CONSOLES = "115200;ttyS2"
>>  KERNEL_IMAGETYPE = "zImage"
>>  KBUILD_DEFCONFIG = "multi_v7_defconfig"
>> --
>> 2.12.0.rc1.48.g076c053
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
>


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

end of thread, other threads:[~2017-03-18 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-18  6:58 [meta-rockchip][PATCH] machine: rk3288: don't hard-code kernel choice Trevor Woerner
2017-03-18 13:48 ` Eddie Cai
2017-03-18 20:21   ` Trevor Woerner

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.