Hi
2017-01-19 18:09 GMT+08:00 Jacob Chen :
> This is the kernel vendor that supports all hw components for this board,
> so we use it by default.
The title and commit message didn't match the your content. Linux
rockchip should refer to http://github.com/linux-rockchip.
firefly-rk3288.conf already
You need to send to Romain Perier(romain.per...@gmail.com, Project
leader of meta-rockchip), Trevor Woerner (twoer...@gmail.com,
Maintainer of meta-rockchip)
2017-01-19 22:04 GMT+08:00 Jacob Chen :
> This series of patches add below features, will add more supports in the
> future(medias, more ch
This patch set add main line kernel support for meta-rockchip
Eddie Cai (3):
machine: Use cortexa17hf-neon-vfpv4 as default tune for rk3288.inc
machine: Use SOC specific assignements
recipes-kernel: linux: Add mainline kernel
conf/machine/include/rk3288.inc| 5 -
recipes-kernel
RK3288 support hard float and vfpv4. So we should use cortexa17hf-neon-vfpv4
as default tune.
Signed-off-by: Eddie Cai
---
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
From: Eddie Cai
In this way the modifications will be used on all RK3288 boards.
Signed-off-by: Eddie Cai
---
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
Add mainline kervel support. Now the version is 4.10.-rc7.
Signed-off-by: Eddie Cai
---
recipes-kernel/linux/linux_4.10.bb | 18 ++
1 file changed, 18 insertions(+)
create mode 100644 recipes-kernel/linux/linux_4.10.bb
diff --git a/recipes-kernel/linux/linux_4.10.bb
b/recipes
HI
2017-02-09 14:49 GMT+08:00 Jacob Chen :
> Hi
>
>
> Trevor Woerner wrote on 2017年01月28日 03:41:
>
> On Fri, Jan 27, 2017 at 9:37 AM, Romain Perier
> wrote:
>
> Could you:
> - Make one patch per new machine file and not one patch for all new added
> machine
>
> Agreed.
>
> Are all of these machin
Hi
2017-02-09 17:18 GMT+08:00 Jacob Chen :
> Hi,
>
>
>
> Eddie Cai wrote on 2017年02月09日 16:20:
>>
>> HI
>>
>> 2017-02-09 14:49 GMT+08:00 Jacob Chen :
>>>
>>> Hi
>>>
>>>
>>> Trevor Woerner wrote on 2017年01月28日 03:
Hi Romain
2017-02-14 1:02 GMT+08:00 Romain Perier :
> 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
>
> 2017-02-08 15:38 GMT+01:00 Eddie Cai :
>>
>> Fro
Thanks!
> Romain
>
> 2017-02-08 15:38 GMT+01:00 Eddie Cai :
>>
>> Add mainline kervel support. Now the version is 4.10.-rc7.
>>
>> Signed-off-by: Eddie Cai
>> ---
>> recipes-kernel/linux/linux_4.10.bb | 18 ++
>> 1 file changed, 1
This patch set add main line kernel support for meta-rockchip
Eddie Cai (6):
machine: Use cortexa17hf-neon-vfpv4 as default tune for rk3288.inc
machine: Use SOC specific assignements
machine: separate rk3188 inc file from rk3066
machine: Use SOC specific assignements
machine: Use SOC
RK3288 support hard float and vfpv4. So we should use cortexa17hf-neon-vfpv4
as default tune.
Reviewed-by: Romain Perier
Signed-off-by: Eddie Cai
---
conf/machine/include/rk3288.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/machine/include/rk3288.inc b/conf
From: Eddie Cai
In this way the modifications will be used on all RK3288 boards.
Reviewed-by: Romain Perier
Signed-off-by: Eddie Cai
---
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
Every SoC should have their own inc file. So separate it.
Signed-off-by: Eddie Cai
---
conf/machine/include/rk3188.inc | 20 +++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/conf/machine/include/rk3188.inc b/conf/machine/include/rk3188.inc
index 428392b
In this way the modifications will be used on all RK3188 boards.
Signed-off-by: Eddie Cai
---
conf/machine/include/rk3188.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/conf/machine/include/rk3188.inc b/conf/machine/include/rk3188.inc
index 72255a0..6a18a6f 100644
In this way the modifications will be used on all RK3066 boards.
Signed-off-by: Eddie Cai
---
conf/machine/include/rk3066.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/conf/machine/include/rk3066.inc b/conf/machine/include/rk3066.inc
index d43a88c..e454b08 100644
Add mainline kervel support. Now the version is 4.10.-rc8.
Signed-off-by: Eddie Cai
---
recipes-kernel/linux/linux_4.10.bb | 18 ++
1 file changed, 18 insertions(+)
create mode 100644 recipes-kernel/linux/linux_4.10.bb
diff --git a/recipes-kernel/linux/linux_4.10.bb
b/recipes
hey're adding functionality, so I'll apply them to
> master instead. The next release is Pyro which is expected around April 2017.
I will remove branch next time i send patches.
>
> On Tue 2017-02-14 @ 01:54:20 PM, Eddie Cai wrote:
>> This patch set add main line kernel support
Hi Trevor
2017-02-17 18:57 GMT+08:00 Trevor Woerner :
> Hi Eddie,
>
> On Fri 2017-02-17 @ 04:56:28 PM, Eddie Cai wrote:
>> 2017-02-17 11:33 GMT+08:00 Trevor Woerner :
>> > You've put "morty" in the subject lines which to me means you're hoping
>>
Hi Trevor
2017-02-19 10:43 GMT+08:00 Trevor Woerner :
> This recipe was taken from the Rockchip team's recipe at
> https://github.com/rockchip-linux/meta-rockchip/commit/6a139d5b7510c7ba36aace82c239b894d5741cac
>
> It was mostly written by Jacob Chen and I've made a
> couple small modifications.
Hi Trevor
Is this the same one i submit before?
https://www.mail-archive.com/yocto@yoctoproject.org/msg33572.html
2017-02-19 10:43 GMT+08:00 Trevor Woerner :
> Enable machine overrides for RK3288.
>
> Signed-off-by: Trevor Woerner
> ---
> conf/machine/include/rk3288.inc | 3 +++
> 1 file change
ne/include/rk3288.inc | 3 +++
> 2 files changed, 4 insertions(+)
Reviewed-by Eddie Cai
>
> diff --git a/conf/machine/firefly-rk3288.conf
> b/conf/machine/firefly-rk3288.conf
> index 8fa005d..58d752b 100644
> --- a/conf/machine/firefly-rk3288.conf
> +++ b/conf/
Hi Trevor
2017-02-19 10:43 GMT+08:00 Trevor Woerner :
> This bbclass was taken from the Rockchip team's work at
>
https://github.com/rockchip-linux/meta-rockchip/commit/53d2e2e474a3014e3013d0059fd1da773fb0e2b7
> It was mostly written by Jacob Chen . I've made
some
> small modifications and added i
1 file changed, 3 insertions(+)
>
Reviewed-by Eddie Cai
>
> diff --git a/conf/machine/include/rk3288.inc
> b/conf/machine/include/rk3288.inc
> index 4a4201f..964d8b0 100644
> --- a/conf/machine/include/rk3288.inc
> +++ b/conf/machine/include/rk3288.inc
> @@
Hi
2017-02-19 16:31 GMT+08:00 Jacob Chen :
> Hi all,
>
> Eddie Cai wrote on 2017年02月19日 14:32:
>
> Hi Trevor
>
> 2017-02-19 10:43 GMT+08:00 Trevor Woerner :
> > This bbclass was taken from the Rockchip team's work at
> > https://github.c
2017-02-19 22:22 GMT+08:00 Jacob Chen :
> Hi,
>
> 2017-02-19 10:43 GMT+08:00 Trevor Woerner :
> > This recipe was taken from the Rockchip team's recipe at
> > https://github.com/rockchip-linux/meta-rockchip/commit/
> 6a139d5b7510c7ba36aace82c239b894d5741cac
> >
> > It was mostly written by Jacob C
2017-02-19 22:33 GMT+08:00 Eddie Cai :
>
>
> 2017-02-19 22:22 GMT+08:00 Jacob Chen :
>
>> Hi,
>>
>> 2017-02-19 10:43 GMT+08:00 Trevor Woerner :
>> > This recipe was taken from the Rockchip team's recipe at
>> > https:/
signed-off-by line to it when I commit?
>
Sure, My pleasure.
>
> On Sat, Feb 18, 2017 at 10:40 PM, Eddie Cai
> wrote:
> > Hi Trevor
> >
> > Is this the same one i submit before?
> > https://www.mail-archive.com/yocto@yoctoproject.org/msg33572.html
> >
>
ta = master:def3800c7e58d9d1b54ea1df27b190a0f6d1d544
>
> On Tue, Feb 21, 2017 at 11:01 AM, Trevor Woerner
> wrote:
> > I'll have to investigate this further. From a completely clean build
> > do_install_prepend always fails the first time, but simply restart
ritten
> to an
> SDcard (the same image is used for both).
>
> This is the new image format used for rk3288 SoCs (e.g. the Firefly board).
>
> Reviewd-by: Eddie Cai
> Signed-off-by: Jacob Chen
> Signed-off-by: Trevor Woerner
> ---
> classes/rockchip-gpt-img.bbcl
Hi Trevor
2017-02-28 11:08 GMT+08:00 Trevor Woerner :
> Hi Eddie,
>
> On Tue 2017-02-28 @ 08:48:16 AM, Eddie Cai wrote:
> > Could you also copy ${BOOT_IMG} to ${DEPLOY_DIR_IMAGE} . That is much
> > earier for people find boot image. In case they want to flash boot
> >
2017-03-06 13:06 GMT+08:00 Trevor Woerner :
> I can assume everyone can build/include u-boot successfully when using
> unmodified repositories?
>
Yes, I can build it successfully.
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproje
2017-03-18 14:58 GMT+08:00 Trevor Woerner :
> Allow the user to ultimately choose the kernel. Make 'linux' the
> _preferred_,
> not the _required_.
>
> Signed-off-by: Trevor Woerner
>
Reviewed-by: Eddie Cai
> ---
> conf/machine/include/rk3288.inc | 2 +-
&g
You have to add meta-rockchip prefix in every patch you send to
meta-rockchip. Or else people may confuse with which meta you want to
apply to.
You need to send to
Romain Perier(romain.per...@gmail.com, Project leader of meta-rockchip),
Trevor Woerner (twoer...@gmail.com, Maintainer of meta-rockch
34 matches
Mail list logo