Re: [yocto] [PATCH 3/7] machine: firefly: use linux-rockchip by default

2017-01-19 Thread Eddie Cai
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

Re: [yocto] [meta-rockchip][PATCH 0/7] introduce rockchip offical linux support to meta-rockchip

2017-01-19 Thread Eddie Cai
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

[yocto] [meta-rockchip][morty][PATH 0/3] add main line kernel support

2017-02-08 Thread Eddie Cai
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

[yocto] [meta-rockchip][morty][PATH 1/3] machine: Use cortexa17hf-neon-vfpv4 as default tune for rk3288.inc

2017-02-08 Thread Eddie Cai
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

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

2017-02-08 Thread Eddie Cai
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

[yocto] [meta-rockchip][morty][PATH 3/3] recipes-kernel: linux: Add mainline kernel

2017-02-08 Thread 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, 18 insertions(+) create mode 100644 recipes-kernel/linux/linux_4.10.bb diff --git a/recipes-kernel/linux/linux_4.10.bb b/recipes

Re: [yocto] [meta-rockchip][PATCH 2/7] machine: Add machine file for the rk3288 linux Boards

2017-02-09 Thread Eddie Cai
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

Re: [yocto] [meta-rockchip][PATCH 2/7] machine: Add machine file for the rk3288 linux Boards

2017-02-09 Thread Eddie Cai
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:

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

2017-02-13 Thread Eddie Cai
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

Re: [yocto] [meta-rockchip][morty][PATH 3/3] recipes-kernel: linux: Add mainline kernel

2017-02-13 Thread Eddie Cai
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

[yocto] [meta-rockchip][morty][PATHV2 0/6] add main line kernel support

2017-02-13 Thread Eddie Cai
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

[yocto] [meta-rockchip][morty][PATHV2 1/6] machine: Use cortexa17hf-neon-vfpv4 as default tune for rk3288.inc

2017-02-13 Thread Eddie Cai
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

[yocto] [meta-rockchip][morty][PATHV2 2/6] machine: Use SOC specific assignements

2017-02-13 Thread Eddie Cai
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

[yocto] [meta-rockchip][morty][PATHV2 3/6] machine: separate rk3188 inc file from rk3066

2017-02-13 Thread Eddie Cai
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

[yocto] [meta-rockchip][morty][PATHV2 4/6] machine: Use SOC specific assignements

2017-02-13 Thread Eddie Cai
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

[yocto] [meta-rockchip][morty][PATHV2 5/6] machine: Use SOC specific assignements

2017-02-13 Thread Eddie Cai
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

[yocto] [meta-rockchip][morty][PATHV2 6/6] recipes-kernel: linux: Add mainline kernel

2017-02-13 Thread Eddie Cai
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

Re: [yocto] [meta-rockchip][morty][PATHV2 0/6] add main line kernel support

2017-02-17 Thread Eddie Cai
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

Re: [yocto] [meta-rockchip][morty][PATHV2 0/6] add main line kernel support

2017-02-18 Thread Eddie Cai
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 >>

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-18 Thread Eddie Cai
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.

Re: [yocto] [meta-rockchip][PATCH v2 1/5] machine: rk3288: enable SoC-specific assignments

2017-02-18 Thread Eddie Cai
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

Re: [yocto] [meta-rockchip][PATCH v2 3/5] machine: firefly-rk3288: specify bootloader

2017-02-18 Thread Eddie Cai
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/

Re: [yocto] [meta-rockchip][PATCH v2 4/5] classes: rockchip-gpt-img: add

2017-02-18 Thread Eddie Cai
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

Re: [yocto] [meta-rockchip][PATCH v2 5/5] machine: rk3288: GPT image support

2017-02-18 Thread Eddie Cai
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 > @@

Re: [yocto] [meta-rockchip][PATCH v2 4/5] classes: rockchip-gpt-img: add

2017-02-19 Thread Eddie Cai
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

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-19 Thread 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://github.com/rockchip-linux/meta-rockchip/commit/ > 6a139d5b7510c7ba36aace82c239b894d5741cac > > > > It was mostly written by Jacob C

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-20 Thread Eddie Cai
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:/

Re: [yocto] [meta-rockchip][PATCH v2 1/5] machine: rk3288: enable SoC-specific assignments

2017-02-21 Thread Eddie Cai
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 > > >

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-02-22 Thread Eddie Cai
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

Re: [yocto] [meta-rockchip][PATCH v4] classes: rockchip-gpt-img: add

2017-02-27 Thread Eddie Cai
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

Re: [yocto] [meta-rockchip][PATCH v4] classes: rockchip-gpt-img: add

2017-02-27 Thread Eddie Cai
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 > >

Re: [yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: add

2017-03-05 Thread Eddie Cai
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

Re: [yocto] [meta-rockchip][PATCH] machine: rk3288: don't hard-code kernel choice

2017-03-18 Thread Eddie Cai
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

Re: [yocto] [PATCH 1/3] recipes-multimedia: add Rockchip MPP library

2017-03-22 Thread Eddie Cai
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