[yocto] [meta-rockchip][morty][PATH 2/3] machine: Use SOC specific assignements

Eddie Cai eddie.cai.linux at gmail.com
Mon Feb 13 17:22:28 PST 2017


Hi Romain

2017-02-14 1:02 GMT+08:00 Romain Perier <romain.perier at gmail.com>:
> It would be nice to do the same thing for ther SoCs, what do you think ?
Yes, But i found RK3066 and RK3188 is using the same file.
>
> Reviewed-by: Romain Perier <romain.perier at collabora.com>
>
> 2017-02-08 15:38 GMT+01:00 Eddie Cai <eddie.cai.linux at gmail.com>:
>>
>> From: Eddie Cai <eddie.cai at rock-chips.com>
>>
>> In this way the modifications will be used on all RK3288 boards.
>>
>> Signed-off-by: Eddie Cai <eddie.cai.linux at gmail.com>
>> ---
>>  conf/machine/include/rk3288.inc | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/conf/machine/include/rk3288.inc
>> b/conf/machine/include/rk3288.inc
>> index 6d4affd..b3726ee 100644
>> --- a/conf/machine/include/rk3288.inc
>> +++ b/conf/machine/include/rk3288.inc
>> @@ -1,7 +1,10 @@
>>  # Copyright (C) 2015 Romain Perier
>>  # Released under the MIT license (see COPYING.MIT for the terms)
>>
>> +SOC_FAMILY  = "rk3288"
>> +
>>  require conf/machine/include/tune-cortexa17.inc
>> +require conf/machine/include/soc-family.inc
>>
>>  DEFAULTTUNE="cortexa17hf-neon-vfpv4"
>>  PREFERRED_PROVIDER_virtual/kernel = "linux"
>> --
>> 2.7.4
>>
>



More information about the yocto mailing list