[yocto] Looking for a recommendation for the right Yocto dev board that supports MIPI CSI-2...

2019-06-20 Thread Bob Cochran
Hi, I'm doing some work with MIPI cameras, and I need a development board with stable Yocto and MIPI CSI-2 support.   At this point, I'm thinking i.MX, but I'm open to any suggestion. I'm not sure what type of access I'll have to the D-PHY data streams.  Do they always terminate into a GPU? 

[yocto] [poky][PATCH] update-rc.d: update refer link

2019-06-20 Thread changqing.li
From: Changqing Li old referred link is not aligned with yocto's update-rc.d. update it to align with current one [Yocto #12955] Signed-off-by: Changqing Li --- documentation/ref-manual/ref-variables.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-man

[yocto] [PATCH v3 9/9] conf/machine: add support for rk1808

2019-06-20 Thread ayaka
From: Randy Li RK1808 is an ARM processor with a neural network process unit, which can acceleration the inference of deep learning. Signed-off-by: Randy Li --- conf/machine/include/rk1808.inc | 17 + 1 file changed, 17 insertions(+) create mode 100644 conf/machine/include/rk1

[yocto] [PATCH v3 8/9] conf/machine: add support for rk3308

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RK3308 is a high-performance quad-core application processor designed for intelligent voice interaction. Signed-off-by: Randy 'ayaka' Li --- conf/machine/include/rk3308.inc | 17 + 1 file changed, 17 insertions(+) create mode 100644 conf/machine/include/

[yocto] [PATCH v3 6/9] conf/machine: add support for rk3326

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RK3326 is a high-performance quad-core application processor, it supports both H.264 and H.265 decoding up to 1920x1080@30fps. Signed-off-by: Randy 'ayaka' Li --- conf/machine/include/rk3326.inc | 18 ++ 1 file changed, 18 insertions(+) create mode 10064

[yocto] [PATCH v3 7/9] conf/machine: add support for rk3368

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RK3368 is integrated with a qual-core Cortex-A53 processor and separately NEON coprocessor. RK3368 supports H.264 decoder up to 4Kx2K@30fps, H.265 decoder by 4Kx2K@60fps. Signed-off-by: Randy 'ayaka' Li --- conf/machine/include/rk3368.inc | 17 + 1 file

[yocto] [PATCH v3 5/9] conf/machine: add support for rk312x

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RK312X are a serial called RK audio. All of them sharing the simliar hardware configure. A quad-core ARM Cortex-A7 processor with separately Neon and FPU coprocessor, they also share a 256KB L2 Cache. All chips in this serial have a Mali 400 MP2 GPU. Signed-off-by: Randy

[yocto] [PATCH v3 4/9] conf/machine: add support for rk3036

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RK3036 is a SoC from Rockchip which has Dual-Core ARM Cortex-A7 CPU, for low-end OTT TV Box. Supporting video acceleration for the HEVC and AVC up to 1080P video. With a HDMI sink. Signed-off-by: Randy 'ayaka' Li Signed-off-by: Randy Li --- conf/machine/include/rk3036.

[yocto] [PATCH v3 3/9] conf/machine: add support for rv1108

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RV1108 is a SoC specific for video enhanced and recording. It is embedded with a DSP for digital process and an ARM Cortex-A7 single core processor for system and application. Signed-off-by: Randy 'ayaka' Li --- conf/machine/evb-rv1108.conf| 10 ++ conf/machi

[yocto] [PATCH v3 2/9] conf/machine: add support for rk3328

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li The RK3328 is a SoC with Quad-core Cortex-A53 for Smart OTT/IPTV. Signed-off-by: Randy 'ayaka' Li --- conf/machine/evb-rk3328.conf| 11 +++ conf/machine/include/rk3328.inc | 18 ++ 2 files changed, 29 insertions(+) create mode 100644 conf/mac

[yocto] [PATCH v3 1/9] conf/machine: add support for rk3399

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li RK3399 is a new generation powerful SoC from Rockchip, which has Dual Cortex-A72 + Quad Cortex-A53, 64-bit CPU. Signed-off-by: Randy 'ayaka' Li --- conf/machine/excavator-rk3399.conf | 12 conf/machine/firefly-rk3399.conf | 14 ++ conf/machine/

[yocto] [meta-rockchip] [PATCH v3 0/9] add new SoCs support

2019-06-20 Thread ayaka
Changelog v2 Removing the settings applied for vendor kernel v2 Adding some SoCs which are supported by the upstream kernel v3 Adding new chip RK1808 Randy 'ayaka' Li (8): conf/machine: add support for rk3399 conf/machine: add support for rk3328 conf/machine: add support for rv1108 conf/ma

[yocto] [PATCH v2 3/3] recipes-bsp/u-boot: update to the latest version

2019-06-20 Thread ayaka
From: Randy Li Signed-off-by: Randy Li --- recipes-bsp/u-boot/u-boot-rockchip_git.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-rockchip_git.bb diff --git a/recipes-bsp/u-boot/u-boot-rockchip_git.bb b/recipes-bsp/u-boot/u-boot-rock

[yocto] [PATCH v2 1/3] recipes-bsp/u-boot: fixup build for gcc7

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li Signed-off-by: Randy Li Signed-off-by: Randy 'ayaka' Li --- .../u-boot/u-boot-rockchip/gcc7_fixup.patch | 38 +++ 1 file changed, 38 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-rockchip/gcc7_fixup.patch diff --git a/recipes-bsp/u-boot/u

[yocto] [PATCH v2 2/3] recipes-bsp/u-boot: update build rules

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li Adding the missing recipes header file. Fixing the compiler error after oe-core update. Disabled the -Werror flag which would break the build due to update of toolchain. Signed-off-by: Randy 'ayaka' Li --- recipes-bsp/u-boot/u-boot-rockchip.inc | 12

[yocto] [meta-rockchip] [PATCH v2 0/3] fixup u-boot compiling error

2019-06-20 Thread ayaka
From: Randy 'ayaka' Li Changelog v2: Fixed unset SRCREV stopped building in the previous time Fixed compiler warning in GCC 9 of new oe Randy 'ayaka' Li (2): recipes-bsp/u-boot: fixup build for gcc7 recipes-bsp/u-boot: update build rules Randy Li (1): recipes-bsp/u-boot: update to the lat

Re: [yocto] [PATCH V3] update-rc.d: support enable/disable options

2019-06-20 Thread Changqing Li
On 6/20/19 3:28 PM, richard.pur...@linuxfoundation.org wrote: On Thu, 2019-06-20 at 10:07 +0800, Changqing Li wrote: Please also help to review this patch, Thanks. This patch needs to go to OE-Core for the bbclass part. The documentation piece needs to be separated out as its a different repos

[yocto] warrior with recipes AUTOREV, issues (and hangs bitbake on Centos )

2019-06-20 Thread Richard Allen
Hi, during our development process, many of our recipes use AUTOREV to get latest bits Under warrior ( bitbake 1.42?) , we are seeing failures with the follow structure ( from recipes not even used by the image, which recipe changes from bitbake to bitbake) Traceback (most recent call last):

Re: [yocto] [PATCH V3] update-rc.d: support enable/disable options

2019-06-20 Thread richard . purdie
On Thu, 2019-06-20 at 10:07 +0800, Changqing Li wrote: > Please also help to review this patch, Thanks. This patch needs to go to OE-Core for the bbclass part. The documentation piece needs to be separated out as its a different repository. Also doesn't it depend on the change I just made to the