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

2017-03-20 Thread Ayaka
從我的 iPad 傳送 > Jacob Chen 於 2017年3月20日 上午11:11 寫道: > > 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 >> Signed-off-by: ayaka >> --- >> recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend

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

2017-03-20 Thread 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 Signed-off-by: ayaka --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 4 recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend |

[yocto] [PATCH 2/7] recipes-kernel: linux-rockchip: introduce rockchip 3.10 kernel

2017-03-20 Thread ayaka
rockchip 3.10 kernel is kernel that support most of 32bit Soc. Change-Id: Ib7ae55c7853d24315c6cc1081a600130c26dfa1c Signed-off-by: Jacob Chen Signed-off-by: ayaka --- .../0001-fix-yocto-build-error.patch | 35 ++ recipes-kernel/linux/linux-rockchip_3.10.bb

[yocto] [PATCH 5/7] conf/machine: add rk3399 support

2017-03-20 Thread ayaka
RK3399 is a new generation powerful SoC from Rockchip, which has Dual Cortex-A72 + Quad Cortex-A53, 64-bit CPU. Signed-off-by: Jacob Chen Signed-off-by: ayaka --- conf/machine/excavator-rk3399.conf | 10 ++ conf/machine/include/rk3399.inc | 18 +++ conf/machine/include/

[yocto] [PATCH 4/7] conf/machine: rk3288: Add some machine files

2017-03-20 Thread ayaka
Evb-rk3288 is the offical evaluate board. Fennec-rk3288 and Tinker-rk3288 is rk3288 based SBCs. Tinker Boards is a RPi compatible board made by ASUS. Update the kernel for Firefly Release to kernel 4.4. Signed-off-by: Jacob Chen Signed-off-by: ayaka --- conf/machine/evb-rk3288.conf | 10 ++

[yocto] [PATCH 7/7] conf/machine: add support for rv1108

2017-03-20 Thread ayaka
RV1108 is a SoC from Rockchip for the video recording solutions. Change-Id: I3e11ef2eababb4fc3cea497d7a8e00d9b0072a32 Signed-off-by: Jacob Chen Signed-off-by: ayaka --- conf/machine/evb-rv1108.conf| 10 ++ conf/machine/include/rv1108.inc | 12 2 files changed, 22 insert

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

2017-03-20 Thread ayaka
Rockchip 4.4 kernel is currently the latest kernel from the rockchip offical. It supports all rockchip 64-bit chips and few 32-bit chips. Signed-off-by: Jacob Chen Signed-off-by: ayaka --- recipes-kernel/linux/linux-rockchip_4.4.bb | 20 1 file changed, 20 insertions(+) cr

[yocto] [PATCH 6/7] conf/machine: add support for rk3036

2017-03-20 Thread ayaka
RK3036 is a SoC from Rockchip which has Dual-Core ARM Cortex-A7 CPU. Signed-off-by: Jacob Chen Signed-off-by: ayaka --- conf/machine/include/rk3036.inc | 20 conf/machine/kylin-rk3036.conf | 10 ++ 2 files changed, 30 insertions(+) create mode 100644 conf/machine/

[yocto] [meta-rockchip] [PATCH 0/7] Update kernel recipes and machine configure

2017-03-20 Thread ayaka
Those patches came from Rockchip, Jacob developed them. But he forget to clear up it. I just make them into order. ayaka (7): README: correct the FPU information for RK3288 recipes-kernel: linux-rockchip: introduce rockchip 3.10 kernel recipes-kernel: linux-rockchip: Add new recipe for 4.4

[yocto] [PATCH 1/7] README: correct the FPU information for RK3288

2017-03-20 Thread ayaka
The RK3288 only supports VFPv3 from the datasheet. Signed-off-by: ayaka --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 5d19202..f9f705c 100644 --- a/README +++ b/README @@ -136,6 +136,6 @@ has these same goals, or you can add settings in your

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

2017-03-20 Thread ayaka
I need a various of features from the new version. Signed-off-by: Jacob Chen Signed-off-by: ayaka --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 4 recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | 4 recipes-multimedia/gstreamer/gstreamer1.0

[yocto] [PATCH 3/3] recipes-multimedia: add gstreamer rockchip support

2017-03-20 Thread ayaka
This Gstreamer plugin provides a encoder and decoder plugin for Gstreamer through the Rockchip MPP library. Signed-off-by: ayaka --- .../gstreamer/gstreamer1.0-rockchip.inc| 33 ++ .../gstreamer/gstreamer1.0-rockchip_20170319.bb| 11 .../gstreamer/gst

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

2017-03-20 Thread ayaka
MPP means Media Process Platform. The MPP is a middleware for the other video encoder/decoder interface, translating the video information into the hardware registers. Signed-off-by: ayaka --- recipes-multimedia/rockchip-mpp/rockchip-mpp.inc | 20 .../rockchip-mpp/rockch

[yocto] [meta-rockchip] [PATCH 0/3] Add video codec recipes

2017-03-20 Thread ayaka
Those packages are the userspace libraries for the Rockchip Android video codec driver. ayaka (3): recipes-multimedia: add Rockchip MPP library recipes-multimedia: gstreamer: update to 1.10.4 recipes-multimedia: add gstreamer rockchip support .../gstreamer/gstreamer1.0-plugins-bad_%.bbappe

Re: [yocto] auto kernel version

2017-03-20 Thread Paul Barker
On Sat, 18 Mar 2017 04:07:05 -0400 Trevor Woerner wrote: > Hi, > > Let's say I wanted to create a recipe to follow Linus' mainline or a > recipe to follow GregKH's staging-next. In those cases I wouldn't > want to nail them down with a version, I'd want to do AUTOREV. So I > wouldn't put a versi

Re: [yocto] [meta-raspberrypi][PATCH 1/1] Remove orphan bbappend

2017-03-20 Thread Andrei Gherzan
On Thu, Mar 16, 2017 at 10:14:27AM +, Paul Barker wrote: > On Wed, 15 Mar 2017 21:18:44 +0100 > Fabien Lahoudere wrote: > > > gstreamer1.0-omx_1.2.0.bb and gstreamer1.0-omx_git.bb have been removed > > from poky on master branch, so related bbappend should be removed. > > > > Signed-off-by: Fa

Re: [yocto] Bumping all packages versions

2017-03-20 Thread Matthew Stanger
No Thanks I'm a rookie :) On Mon, Mar 20, 2017 at 11:22 AM, Gary Thomas wrote: > On 2017-03-20 16:52, Matthew Stanger wrote: > >> Hi, >> >> I'm running Yocto 1.7.1 and was wondering if there was a simple way to >> roll/bump all package versions. For example in >> every .bb I want to bump PV

Re: [yocto] [meta-raspberrypi] Consolidated pull

2017-03-20 Thread Andrei Gherzan
On Mon, Mar 13, 2017 at 08:38:23PM +, Paul Barker wrote: > On Sun, 12 Mar 2017 03:18:45 -0700 > Khem Raj wrote: > > > The following changes since commit c768a3d1aed8d16d08afe12fddb359914e0a203a: > > > > linux-raspberrypi_dev: Fix build on rpi3 64bit (2017-02-16 20:53:18 +0100) > > > > are av

Re: [yocto] Bumping all packages versions

2017-03-20 Thread Gary Thomas
On 2017-03-20 16:52, Matthew Stanger wrote: Hi, I'm running Yocto 1.7.1 and was wondering if there was a simple way to roll/bump all package versions. For example in every .bb I want to bump PV = $version higher. I'm trying to do this as we've designed our headless system to update using opkg

Re: [yocto] file: fetch fail on missing commit

2017-03-20 Thread Esponde, Joel
De : Burton, Ross [mailto:ross.bur...@intel.com] Envoyé : lundi 20 mars 2017 14:50 On 20 March 2017 at 11:16, Esponde, Joel mailto:joel.espo...@honeywell.com>> wrote: But based on what I see in my machine, all from scratch builds seem to be broken. My morty and krogoth builds are broken. Am I a

[yocto] Bumping all packages versions

2017-03-20 Thread Matthew Stanger
Hi, I'm running Yocto 1.7.1 and was wondering if there was a simple way to roll/bump all package versions. For example in every .bb I want to bump PV = $version higher. I'm trying to do this as we've designed our headless system to update using opkg but now we are struggling to find a simple way t

[yocto] Yocto Project Status WW12’17

2017-03-20 Thread Jolley, Stephen K
Current Dev Position: YP 2.3 M4 Next Deadline: YP 2.3 M4 Cutoff is April 10, 2017 *** FEATURE FREEZE for 2.3 is now in effect. *** SWAT team rotation: Alejandro -> Jussi on Mar. 17, 2017. SWAT team rotation: Jussi-> Stephano on Mar. 24, 2017. https://wiki.yoctoproject.org/wiki/Yocto_Build_Fa

Re: [yocto] file: fetch fail on missing commit

2017-03-20 Thread Stefano Babic
On 20/03/2017 12:16, Esponde, Joel wrote: > Hi, > > > > It seems that the “file” project maintainers have changed the hashes of > all commits of their github mirror repository. > > > > A fix has been recently added to the master branch: > > http://git.yoctoproject.org/cgit.cgi/poky/commit/

Re: [yocto] file: fetch fail on missing commit

2017-03-20 Thread Burton, Ross
On 20 March 2017 at 11:16, Esponde, Joel wrote: > But based on what I see in my machine, all from scratch builds seem to be > broken. > > My morty and krogoth builds are broken. > > > > Am I alone to have that issue or is it generalized? > You're right, and patches are on the list. Hopefully we

[yocto] [meta-oracle-java][PATCH 2/2] README: remove restrictions related to package management support

2017-03-20 Thread Maxin B. John
With RPM4, we no longer have to restrict the package managers supported by meta-oracle-java layer to ipk and deb. Remove the restrictions specified in the README file. Signed-off-by: Maxin B. John --- README | 9 - 1 file changed, 9 deletions(-) diff --git a/README b/README index cb06ce

[yocto] [meta-oracle-java][PATCH 1/2] oracle-jse.inc: update RDEPENDS list

2017-03-20 Thread Maxin B. John
Update RDEPENDS list to satisfy the dependencies reported by rpm package manager. Signed-off-by: Maxin B. John --- recipes-devtools/oracle-java/oracle-jse.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/oracle-java/oracle-jse.inc b/recipes-devtools/oracle-java/oracle-js

[yocto] file: fetch fail on missing commit

2017-03-20 Thread Esponde, Joel
Hi, It seems that the "file" project maintainers have changed the hashes of all commits of their github mirror repository. A fix has been recently added to the master branch: http://git.yoctoproject.org/cgit.cgi/poky/commit/meta/recipes-devtools/file?id=2102b8c9b60438e5d73f3182799297efad4cbcfe

Re: [yocto] restricted license not whitelisted in LICENSE_FLAGS_WHITELIST

2017-03-20 Thread ravikiran j
Thank you Ross, I checked my recipe file and added the LICENSE_FLAGS_WHITELIST="commercial" local.conf file, Now it's building properly. Regards, Ravikiran -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] restricted license not whitelisted in LICENSE_FLAGS_WHITELIST

2017-03-20 Thread Burton, Ross
On 20 March 2017 at 11:07, ravikiran j wrote: > ERROR: Nothing PROVIDES 'gstreamer1.0-libav' > ERROR: gstreamer1.0-libav was skipped: *because it has a restricted > license not whitelisted in LICENSE_FLAGS_WHITELIST* > ERROR: gstreamer1.0-libav was skipped: because it has a restricted license > n

[yocto] restricted license not whitelisted in LICENSE_FLAGS_WHITELIST

2017-03-20 Thread ravikiran j
Hi everybody, I am trying to build the gstreamer packages , But i am getting following erros. *bitbake gstreamer1.0-libav* ERROR: Nothing PROVIDES 'gstreamer1.0-libav' ERROR: gstreamer1.0-libav was skipped: *because it has a restricted license not whitelisted in LICENSE_FLAGS_WHITELIST* ERROR: