[yocto] localhost toaster faild after commit 4602408c6

2017-07-28 Thread Jacob Chen
Hi, I have use a localhost toaster server as the CI server, and recently it failed to runbuild. I try to fix it by editing "bitbake/lib/toaster/bldcontrol/localhostbecontroller.py", but then I give up, i'm not familiar with it Can anyone give it a fix? --

[yocto] rdepend for a kernel recipe

2017-05-31 Thread Jacob Chen
Hi all, I have two recipes. kernel : https://github.com/rockchip-linux/meta-rockchip/blob/morty/recipes-kernel/linux/linux-mainline_4.11.bb and kernel module: https://github.com/rockchip-linux/meta-rockchip/blob/morty/recipes-kernel/linux-extra/rockchip-forwardports_4.11.bb I want that if I set

Re: [yocto] [PATCH 2/3] recipes-multimedia: gstreamer: update to 1.10.4

2017-03-19 Thread Jacob Chen
Hi randy, ayaka wrote on 2017年03月20日 01:54: I need a various of features from the new version. Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> Signed-off-by: ayaka <ay...@soulik.info> --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 4 recipe

[yocto] [meta-rockchip][PATCH v2] recipes-graphics: Add recipe for rockchip-mali

2017-03-13 Thread Jacob Chen
* add this recipe to download rockchip mali drivers * support X11,gbm-only,wayland backend on rk3036,rk3288,rk3399 * provide egl,gles,gbm,opencl library * depend on mesa to provide dev-package Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- recipes-graphics/libgles/rockchip-mali_

[yocto] [meta-rockchip][PATCH v2] recipes-graphics: mali-userspace: add

2017-03-06 Thread Jacob Chen
Do some modifying according to meta-sunxi * add COMPATIBLE_MACHINE statement * detect hard-float * combine to one bb file The difference is it depend on mesa to provide dev-package rather than offer it by itself, which can save some time to solve the compile errors. Change-Id:

[yocto] [meta-rockchip][PATCH 2/2] recipes-graphics: Add recipe for libdrm-rk

2017-03-01 Thread Jacob Chen
It's rockchip modified libdrm, we can call rga by this libdrm. Our development work in libdrm has not yet completed, so it have not pushed to the upstream. We temporarily maintain it by ourself. --- recipes-graphics/libdrm/libdrm_rk.bb | 47 1 file changed,

[yocto] [meta-rockchip][PATCH 1/2] udev-extraconf: add rockchip specific rules

2017-03-01 Thread Jacob Chen
This rules file help to set suitable mode for device node. vpu-service, vpu_service, rkvdec, hevc-service are different ip. mali0 is mali-midgard and mali is mali-utgard. Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- recipes-core/udev/udev-extraconf/10-rk.rules | 6 ++ recipe

Re: [yocto] [PATCH] recipes-graphics: Add recipe for libdrm-rk

2017-03-01 Thread Jacob Chen
oh, i forget to add meta-rockchip too. 2017-03-01 18:30 GMT+08:00 Jacob Chen <jacob-c...@iotwrt.com>: > It's rockchip modified libdrm, we can call rga by this libdrm. > > Our development work in libdrm has not yet completed, so it have not pushed > to the upstream. > We

Re: [yocto] [PATCH] udev-extraconf: add rockchip specific rules

2017-03-01 Thread Jacob Chen
oh, i forget to add meta-rockchip too. 2017-03-01 18:23 GMT+08:00 Jacob Chen <jacob-c...@iotwrt.com>: > This rules file help to set suitable mode for device node. > > vpu-service, vpu_service, rkvdec, hevc-service are different ip. > mali0 is mali-midgard and mali is mali-utga

[yocto] [PATCH] recipes-graphics: Add recipe for libdrm-rk

2017-03-01 Thread Jacob Chen
It's rockchip modified libdrm, we can call rga by this libdrm. Our development work in libdrm has not yet completed, so it have not pushed to the upstream. We temporarily maintain it by ourself. --- recipes-graphics/libdrm/libdrm_rk.bb | 47 1 file changed,

[yocto] [PATCH] udev-extraconf: add rockchip specific rules

2017-03-01 Thread Jacob Chen
This rules file help to set suitable mode for device node. vpu-service, vpu_service, rkvdec, hevc-service are different ip. mali0 is mali-midgard and mali is mali-utgard. Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- recipes-core/udev/udev-extraconf/10-rk.rules | 6 ++ recipe

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

2017-02-19 Thread Jacob Chen
Hi, 2017-02-19 10:43 GMT+08:00 Trevor Woerner <twoer...@gmail.com>: > 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 <jacob-c...

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

2017-02-19 Thread Jacob Chen
ta-rockchip/commit/53d2e2e474a3014e3013d0059fd1da773fb0e2b7 > It was mostly written by Jacob Chen <jacob-c...@iotwrt.com <mailto:jacob-c...@iotwrt.com>>. I've made some > small modifications and added it. > > Older images used (what Rockchip calls) the "rk-boot" format. Newer images use W

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

2017-02-19 Thread Jacob Chen
_DEFCONFIG = "multi_v7_defconfig" >> + >> +PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-rockchip" >> +SPL_BINARY ?= "u-boot-spl-dtb.bin" >> -- >> 2.12.0.rc1.48.g076c053 >> >> -- >> _____

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

2017-02-18 Thread Jacob Chen
-02-09 14:49 GMT+08:00 Jacob Chen <jacob2.c...@rock-chips.com>: Hi Trevor Woerner wrote on 2017年01月28日 03:41: On Fri, Jan 27, 2017 at 9:37 AM, Romain Perier <romain.per...@gmail.com> wrote: Could you: - Make one patch per new machine file and not one patch for all new added mac

Re: [yocto] [PATCH 5/7] recipes-bsp: add u-boot-rockchip support

2017-02-09 Thread Jacob Chen
Hi, Romain Perier wrote on 2017年01月27日 22:48: Hi all, 2017-01-19 11:09 GMT+01:00 Jacob Chen <jacob-c...@iotwrt.com <mailto:jacob-c...@iotwrt.com>>: Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch.

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

2017-02-09 Thread Jacob Chen
:40 GMT+01:00 Eddie Cai <eddie.cai.li...@gmail.com <mailto:eddie.cai.li...@gmail.com>>: Hi 2017-01-19 18:09 GMT+08:00 Jacob Chen <jacob-c...@iotwrt.com <mailto:jacob-c...@iotwrt.com>>: > This is the kernel vendor that supports all hw components for

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

2017-02-09 Thread Jacob Chen
Hi, Eddie Cai wrote on 2017年02月09日 16:20: HI 2017-02-09 14:49 GMT+08:00 Jacob Chen <jacob2.c...@rock-chips.com>: Hi Trevor Woerner wrote on 2017年01月28日 03:41: On Fri, Jan 27, 2017 at 9:37 AM, Romain Perier <romain.per...@gmail.com> wrote: Could you: - Make one patch per new

Re: [yocto] [meta-rockchip][PATCH 4/7] recipes-graphics: Add support for mali-userspace

2017-02-08 Thread Jacob Chen
Hi, Trevor Woerner wrote on 2017年01月28日 09:44: On Fri, Jan 27, 2017 at 9:41 AM, Romain Perier wrote: Hi all, Correct me if I am wrong, but these are generic mali userpace binaries ? meta-rockchip is a bsp meta layer, it should only contains files and recipes to make

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

2017-02-08 Thread 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 machines actual devices? The evb one doesn't

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

2017-02-06 Thread Jacob Chen
it contains. That's it for now. Thanks for your patches 2017-01-19 15:04 GMT+01:00 Jacob Chen <jacob-c...@iotwrt.com <mailto:jacob-c...@iotwrt.com>>: Evb-rk3288 is the offical evaluate board, add it to help myself develop. Fennec-rk3288 and Tinker-rk3288 is rk328

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

2017-02-03 Thread jacob-chen
it contains. That's it for now. Thanks for your patches 2017-01-19 15:04 GMT+01:00 Jacob Chen <jacob-c...@iotwrt.com <mailto:jacob-c...@iotwrt.com>>: Evb-rk3288 is the offical evaluate board, add it to help myself develop. Fennec-rk3288 and Tinker-rk3288 is rk328

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

2017-01-19 Thread Jacob Chen
t;bruce.ashfi...@gmail.com>; Date: Thu, Jan 19, 2017 09:40 PM To: "Jacob Chen"<jacob-c...@iotwrt.com>; Cc: "Yocto Project Discussion"<yocto@yoctoproject.org>; "eddie.cai"<eddie@rock-chips.com>; Subject: Re: [yocto] [PATCH 0/7] introduce rockchi

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

2017-01-19 Thread Jacob Chen
Thanks for reminding, I've already added them. But it seems I forgot to add the prefix "meta-rockchip" -- Original -- From: "Burton, Ross";<ross.bur...@intel.com>; Date: Thu, Jan 19, 2017 07:30 PM To: "Jacob Chen"&

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

2017-01-19 Thread Jacob Chen
Sorry for bothring : ). 2017-01-19 21:55 GMT+08:00 Jacob Chen <jacobchen...@gmail.com>: > Sorry for sending without prefix, and make you guys confused. > This series patches is sending for meta-rockchip, not core meta data. > > I will resend it and add prefix. > > 20

[yocto] [meta-rockchip][PATCH 7/7] rockchip-next-image: introduce image for rockchip next-dev u-boot

2017-01-19 Thread Jacob Chen
Being different from the previous rk-boot which use parameter, next-dev u-boot use gpt partition, so it needs to generate a different image. Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- classes/rockchip-next-image.bbclass | 130 1 file change

[yocto] [meta-rockchip][PATCH 5/7] recipes-bsp: add u-boot-rockchip support

2017-01-19 Thread Jacob Chen
Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch. At present, this branch is just a rebased upstream u-boot. Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- recipes-bsp/u-boot/u-boot-rockchip_next.bb | 17 ++

[yocto] [meta-rockchip][PATCH 6/7] rk3288.inc: add some variables

2017-01-19 Thread Jacob Chen
-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- conf/machine/include/rk3288.inc | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc index e6c19a2..9e7804a 100644 --- a/conf/machine/include/rk3288.inc

[yocto] [meta-rockchip][PATCH 4/7] recipes-graphics: Add support for mali-userspace

2017-01-19 Thread Jacob Chen
Add support for mali userspace which are binaries that can be run with weston and X11. Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- recipes-graphics/mali-userspace/mali-userspace.inc | 57 ++ .../mali-userspace/mali-userspace_t76x.bb | 18 +++ r

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

2017-01-19 Thread Jacob Chen
This is the kernel vendor that supports all hw components for this board, so we use it by default. Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- conf/machine/firefly-rk3288.conf | 4 1 file changed, 4 insertions(+) diff --git a/conf/machine/firefly-rk3288.conf b/conf/m

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

2017-01-19 Thread Jacob Chen
Evb-rk3288 is the offical evaluate board, add it to help myself develop. Fennec-rk3288 and Tinker-rk3288 is rk3288 based SBCs. . Tinker Boards: http://www.cnx-software.com/2017/01/05/asus-tinker-board-is-a-raspberry-pi-3-alternative-based-on-rockchip-rk3288-processor/ Signed-off-by: Jacob

[yocto] [meta-rockchip][PATCH 1/7] recipes-kernel: linux-rockchip: Add new recipe for 4.4

2017-01-19 Thread Jacob Chen
Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch. We regularly release the kernel through github. It support all rockchip 64-bit chips and a few 32-bit chips. Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- r

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

2017-01-19 Thread Jacob Chen
for the acceleration in wayland, x11 in the rockchip platform, but in this series of patches, we only include the mali bianry support. 4. rockchip-next-image Being different from the previous rk-u-boot which use parameter, next-dev u-boot use gpt partition, so it needs to generate a different image. Jacob

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

2017-01-19 Thread Jacob Chen
> (CCing the layer maintainers as listed in the README to ensure this gets >> noticed) >> > > Shouldn't this have [meta-rockchip] (or some such) in the subject? - it's > certainly > not OE-core or even Poky AFAICT > >> >> On 19 January 2017 at 10:09, Jacob

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

2017-01-19 Thread Jacob Chen
2017-01-19 18:09 GMT+08:00 Jacob Chen <jacob-c...@iotwrt.com>: > This series of patches add below features, will add more supports in the > future(medias, more chips). > > 1. rockchip 4.4 kernel > > Rockchip 4.4 kernel is currently the latest version of the ro

[yocto] [PATCH 6/7] rk3288.inc: add some variables

2017-01-19 Thread Jacob Chen
-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- conf/machine/include/rk3288.inc | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/conf/machine/include/rk3288.inc b/conf/machine/include/rk3288.inc index e6c19a2..9e7804a 100644 --- a/conf/machine/include/rk3288.inc

[yocto] [PATCH 5/7] recipes-bsp: add u-boot-rockchip support

2017-01-19 Thread Jacob Chen
Rockchip next-dev U-boot is the next generation of rockchip u-boot, will also be an upstream tracking branch. At present, this branch is just a rebased upstream u-boot. Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- recipes-bsp/u-boot/u-boot-rockchip_next.bb | 17 ++

[yocto] [PATCH 4/7] recipes-graphics: Add support for mali-userspace

2017-01-19 Thread Jacob Chen
Add support for mali userspace which are binaries that can be run with weston and X11. Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- recipes-graphics/mali-userspace/mali-userspace.inc | 57 ++ .../mali-userspace/mali-userspace_t76x.bb | 18 +++ r

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

2017-01-19 Thread Jacob Chen
This is the kernel vendor that supports all hw components for this board, so we use it by default. Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- conf/machine/firefly-rk3288.conf | 4 1 file changed, 4 insertions(+) diff --git a/conf/machine/firefly-rk3288.conf b/conf/m

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

2017-01-19 Thread Jacob Chen
Evb-rk3288 is the offical evaluate board, add it to help myself develop. Fennec-rk3288 and Tinker-rk3288 is rk3288 based SBCs. . Tinker Boards: http://www.cnx-software.com/2017/01/05/asus-tinker-board-is-a-raspberry-pi-3-alternative-based-on-rockchip-rk3288-processor/ Signed-off-by: Jacob

[yocto] [PATCH 1/7] recipes-kernel: linux-rockchip: Add new recipe for 4.4

2017-01-19 Thread Jacob Chen
Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel, will be an upstream tracking branch. We regularly release the kernel through github. It support all rockchip 64-bit chips and a few 32-bit chips. Signed-off-by: Jacob Chen <jacob-c...@iotwrt.com> --- r

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

2017-01-19 Thread Jacob Chen
. Jacob Chen (7): recipes-kernel: linux-rockchip: Add new recipe for 4.4 machine: Add machine file for the rk3288 linux Boards machine: firefly: use linux-rockchip by default recipes-graphics: Add support for mali-userspace recipes-bsp: add u-boot-rockchip support rk3288.inc: add some