[yocto] [PATCH v2 2/2] logrotate: Add systemd support

2017-07-11 Thread Romain Perier
are also configurable. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- .../recipes-extended/logrotate/logrotate_3.12.3.bb | 25 +++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/logrotate/logrotate_3.12.3.bb b/meta/r

[yocto] [PATCH v2 1/2] logrotate: Bump to 3.12.3

2017-07-11 Thread Romain Perier
This commit updates the recipe to the last upstream tag. Then, as the tarball no longer contains the pre-generated Makefile, inherit from autotools Signed-off-by: Romain Perier <romain.per...@collabora.com> --- ...upport-system-dates-back-to-the-year-1970.patch | 27 .../logrota

[yocto] [PATCH v2 0/2] logrotate: systemd support

2017-07-11 Thread Romain Perier
.html 2. https://lists.yoctoproject.org/pipermail/yocto/2017-April/035497.html Changes in v2: - Bumped logrotate to 3.12.3 - Refreshed patches (did not apply) - Fixed systemd support in the recipe: don't break sysvinit integration, keep systemd service enabled by default Romain Perier (2

Re: [yocto] [meta-rockchip][PATCH 2/2] u-boot: Backport upstream fix for gmac_rockchip

2017-06-26 Thread Romain Perier
Hi, Le 18/06/2017 à 00:29, Trevor Woerner a écrit : > Hi Romain, > > I assume this patch is meant to fix an ethernet issue in u-boot? How does > someone test that ethernet is working from u-boot? Because it has been merged on upstream and tested by Simon and me. It only fixes ethernet for

[yocto] [meta-rockchip][PATCH 2/2] u-boot: Backport upstream fix for gmac_rockchip

2017-06-16 Thread Romain Perier
This backports an upstream patch that makes ethernet work again for RK3288. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- ...3288-grf-Fix-shift-for-RK3288_TXCLK_DLY_E.patch | 36 ++ recipes-bsp/u-boot/u-boot_%.bbappend | 6 2 files c

[yocto] [meta-rockchip][PATCH 1/2] u-boot: Copy ${SPL_BINARY} to the default search path

2017-06-16 Thread Romain Perier
-by: Romain Perier <romain.per...@collabora.com> --- recipes-bsp/u-boot/u-boot_%.bbappend | 8 1 file changed, 8 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot_%.bbappend diff --git a/recipes-bsp/u-boot/u-boot_%.bbappend b/recipes-bsp/u-boot/u-boot_%.bbappend new file mode

[yocto] [meta-rockchip][PATCH 0/2] u-boot: various improvements

2017-06-16 Thread Romain Perier
This first fixes a build issue regarding SPL_BINARY that is not copied from the correct seach path. Then it backports an upstream fix for a regression we have in u-boot 2017.05, that makes ethernet works again on RK3288. Romain Perier (2): u-boot: Copy ${SPL_BINARY} to the default search path

Re: [yocto] [meta-rockchip][PATCH] u-boot-rockchip: Switch to u-boot-common_2017.05.inc

2017-06-12 Thread Romain Perier
Hello, Le 11/06/2017 à 21:54, Trevor Woerner a écrit : > Hi Romain, > > My nightly builds alerted me to the problem, so I fixed it and already > pushed a patch. > Thanks! > > Best regards, > Trevor Erf, I missed that. Thanks, Romain -- ___ yocto

[yocto] [meta-rockchip][PATCH] u-boot-rockchip: Switch to u-boot-common_2017.05.inc

2017-06-11 Thread Romain Perier
Use the include file that has been introduced by commit 241cd21f70a537d23147a7e7b367bfc49fda1ac5 Signed-off-by: Romain Perier <romain.per...@collabora.com> --- recipes-bsp/u-boot/u-boot-rockchip_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/

Re: [yocto] [meta-rockchip][PATCH 0/3] u-boot: mainline

2017-05-24 Thread Romain Perier
Hello, Le 24/05/2017 à 16:55, Trevor Woerner a écrit : > On Wed, May 24, 2017 at 10:46 AM, Romain Perier > <romain.per...@collabora.com> wrote: >> Le 22/05/2017 à 18:08, Trevor Woerner a écrit : >>> u-boot 2017.05 was released May 10. Wouldn't it be better to

Re: [yocto] [meta-rockchip][PATCH 0/3] u-boot: mainline

2017-05-24 Thread Romain Perier
5 in poky (and then propose changes in meta-rockchip) Regards, Romain > > On Mon, May 22, 2017 at 11:17 AM, Romain Perier > <romain.per...@collabora.com> wrote: >> This set of patches add a new u-boot-common file for 2017.05, so >> it can be shared between u-boot-rockchip

[yocto] [meta-rockchip][PATCH 3/3] u-boot: Add bbappend for u-boot mainline

2017-05-22 Thread Romain Perier
This bumps u-boot mainline to the last v2017.05 Signed-off-by: Romain Perier <romain.per...@collabora.com> --- recipes-bsp/u-boot/u-boot_%.bbappend | 5 + 1 file changed, 5 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot_%.bbappend diff --git a/recipes-bsp/u-boot/u

[yocto] [meta-rockchip][PATCH 2/3] u-boot-rockchip: Use u-boot-common_2017.05.inc

2017-05-22 Thread Romain Perier
Now, use the new common include file for u-boot Signed-off-by: Romain Perier <romain.per...@collabora.com> --- recipes-bsp/u-boot/u-boot-rockchip_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-rockchip_git.bb b/recipes-bsp/u-boot/

[yocto] [meta-rockchip][PATCH 1/3] u-boot: Add u-boot-common_2017.05.inc

2017-05-22 Thread Romain Perier
This adds new common file for u-boot 2017.05, so u-boot mainline recipe and u-boot-rockchip can share common information about this version. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- recipes-bsp/u-boot/u-boot-common_2017.05.inc | 14 ++ 1 file chang

[yocto] [meta-rockchip][PATCH 0/3] u-boot: mainline

2017-05-22 Thread Romain Perier
This set of patches add a new u-boot-common file for 2017.05, so it can be shared between u-boot-rockchip and a u-boot recipe for mainline. Then, it add a bbappend to bump u-boot to the last v2017.05. Romain Perier (3): u-boot: Add u-boot-common_2017.05.inc u-boot-rockchip: Use u-boot

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

2017-05-17 Thread Romain Perier
Hello, Le 16/05/2017 à 20:44, Trevor Woerner a écrit : > Randy, > > Neither of the issues that were identified in your v2 of this patch were > addressed in this v3. Namely: > > 1) please use your real name (first, last) in your signed-off-by line > 2) please don't create a package from this

Re: [yocto] [meta-rockchip] [PATCH v2 3/3] recipes-multimedia: images: rockchip media image

2017-05-13 Thread Romain Perier
Hello, Le 12/04/2017 à 18:05, ayaka a écrit : > A image for debugging the hardware video encoder/decoder. > I also use this image for developing the Gstreamer. > > Signed-off-by: ayaka > --- > recipes-multimedia/images/rockchip-media-image.bb | 21 + > 1

Re: [yocto] [meta-rockchip] [PATCH v2 2/3] recipes-multimedia: add gstreamer rockchip support

2017-05-13 Thread Romain Perier
Hello, Le 12/04/2017 à 18:05, ayaka a écrit : > 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| 40 > ++ >

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

2017-05-13 Thread Romain Perier
Hello, Android video codec driver ? could you be more precise ? yocto/poky is linux-based, we don't want stuffs for android... Trevor: what do you think about integrating this ? ayaka: Please Use a real name in the author of each commit and signed-off-by your commits with You real name.

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

2017-05-13 Thread Romain Perier
Hello, Le 12/04/2017 à 18:05, ayaka a écrit : > 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 Please Signed-off-by with your

[yocto] [meta-rockchip][PATCH v2 5/5] u-boot-rockchip: add rock2 to compatible machines

2017-05-13 Thread Romain Perier
As this machine is supported by this u-boot, add it to the compatible machines. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- recipes-bsp/u-boot/u-boot-rockchip_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-rockchip_

[yocto] [meta-rockchip][PATCH v2 4/5] u-boot-rockchip: remove duplicated variables

2017-05-13 Thread Romain Perier
This adds the inclusion of u-boot-common_2017.01.inc and removes duplicated variables that are already defined by this file. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- recipes-bsp/u-boot/u-boot-rockchip_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)

[yocto] [meta-rockchip][PATCH v2 3/5] u-boot-rockchip: use a correct version

2017-05-13 Thread Romain Perier
The version is actually not defined. Bitbake implicitly uses "git-r0" by default. This commit defines PV to the version of u-boot that is currently present of the release branch, prefixed by the sha1 of the commit. Signed-off-by: Romain Perier <romain.per...@collabora.com> --

[yocto] [meta-rockchip][PATCH v2 2/5] u-boot-rockchip: copy spl binary from the good task

2017-05-13 Thread Romain Perier
, the install task can be executed after the deploy task, resulting to an error because do_deploy will not find the spl binary in ${B}. This commit, move the copy of the spl binary after the compile task. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- recipes-bsp/u-boot/

[yocto] [meta-rockchip][PATCH v2 0/5] u-boot-rockchip: various improvements

2017-05-13 Thread Romain Perier
in v2: - Fixed sentences in cover letter - Fixed commit 3/5, by including u-boot-common_2017.01.inc - Re-worded commit 1/5 Romain Perier (5): machine: add UBOOT_MACHINE definition to rock2-square u-boot-rockchip: copy spl binary from the good task u-boot-rockchip: use a correct version u

Re: [yocto] [meta-rockchip][PATCH] README: remove irrelevant information

2017-05-06 Thread Romain Perier
Hello, Even if I agree with the reason of why you want to remove this section. I think , it might be a good point to keep a note about this in the README. Just explain that this is not up to the bsp layer to do this, but to the distro (a short sentence). What do you think ? Romain 2017-04-30

[yocto] [meta-rockchip][PATCH 5/5] u-boot-rockchip: add rock2 to compatible machines

2017-04-28 Thread Romain Perier
As this machine is supported by this u-boot, add it to the compatible machines. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- recipes-bsp/u-boot/u-boot-rockchip_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-rockchip_

[yocto] [meta-rockchip][PATCH 4/5] u-boot-rockchip: remove duplicated variables

2017-04-28 Thread Romain Perier
This removes duplicated variables that are already defined in u-boot.inc. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- recipes-bsp/u-boot/u-boot-rockchip_git.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-rockchip_git

[yocto] [meta-rockchip][PATCH 3/5] u-boot-rockchip: use a correct version

2017-04-28 Thread Romain Perier
The version is actually not defined. Bitbake implicitly uses "git-r0" by default. This commit defines PV to the version of u-boot that is currently present of the release branch, prefixed by the sha1 of the commit. Signed-off-by: Romain Perier <romain.per...@collabora.com> --

[yocto] [meta-rockchip][PATCH 2/5] u-boot-rockchip: copy spl binary from the good task

2017-04-28 Thread Romain Perier
, the install task can be executed after the deploy task, resulting to an error because do_deploy will not find the spl binary in ${B}. This commit, move the copy of the spl binary after the compile task. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- recipes-bsp/u-boot/

[yocto] [meta-rockchip][PATCH 1/5] machine: add UBOOT_MACHINE definition

2017-04-28 Thread Romain Perier
This adds the defconfig to be used as part of the build of u-boot. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- conf/machine/rock2-square.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/rock2-square.conf b/conf/machine/rock2-square.conf index 3

[yocto] [meta-rockchip][PATCH 0/5] u-boot-rockchip: various improvements

2017-04-28 Thread Romain Perier
This set of patches adds variaous improvements to the u-boot-rockchip recipe. It fix a build issue due to spl binary being copied from the wrong task, it removes various already defined variables, defines a version and adds support for the rock2 board. Romain Perier (5): machine: add

[yocto] [meta-rockchip][PATCH] linux: version bump to 4.11-rc8

2017-04-28 Thread Romain Perier
Linux kernel 4.11 being released soon, bump recipe to 4.11-rc8. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- recipes-kernel/linux/linux_4.10.bb | 19 --- recipes-kernel/linux/linux_4.11.bb | 20 2 files changed, 20 insertions(

[yocto] [PATCH v3] logrotate: Add systemd support

2017-04-13 Thread Romain Perier
configurable. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- Changes in v3: - After a discussion with RP, that's preferable to integrate systemd support in the recipe of logrotate 3.9. QA testing will be passed on it, then we will see if this patch can be merged or delayed to

Re: [yocto] [OE-core] [PATCH 1/2] logrotate: Bump to 3.11.0

2017-04-11 Thread Romain Perier
ping, Le 06/04/2017 à 14:20, Romain Perier a écrit : > Hello, > > > Le 06/04/2017 à 13:38, Richard Purdie a écrit : >> On Wed, 2017-04-05 at 17:05 +0200, Romain Perier wrote: >>> This commit updates the recipe to the last upstream tag. Then, as the >>>

Re: [yocto] [OE-core] [PATCH 1/2] logrotate: Bump to 3.11.0

2017-04-06 Thread Romain Perier
Hello, Le 06/04/2017 à 13:38, Richard Purdie a écrit : > On Wed, 2017-04-05 at 17:05 +0200, Romain Perier wrote: >> This commit updates the recipe to the last upstream tag. Then, as the >> tarball no longer contains the pre-generated Makefile, inherit fr

[yocto] [PATCH 2/2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
are also configurable. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- .../recipes-extended/logrotate/logrotate_3.11.0.bb | 25 +++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/meta/recipes-extended/logrotate/logrotate_3.11.0.bb b/meta/r

[yocto] [PATCH 1/2] logrotate: Bump to 3.11.0

2017-04-05 Thread Romain Perier
This commit updates the recipe to the last upstream tag. Then, as the tarball no longer contains the pre-generated Makefile, inherit from autotools Signed-off-by: Romain Perier <romain.per...@collabora.com> --- .../{logrotate_3.9.1.bb => logrotate_3.11.0.bb}| 23 +++-

[yocto] [PATCH 0/2] logrotate: systemd support

2017-04-05 Thread Romain Perier
.html Note: The default SRC_URI to be used for tarball is still under discussion on the ML. Do we use github or downloads.yoctoproject.org ? How do we upload the tarball ? Romain Perier (2): logrotate: Bump to 3.11.0 logrotate: Add systemd support .../recipes-extended/logrotate/logrotate_3.11.0

Re: [yocto] [OE-core] [PATCH v2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
, Romain Perier a écrit : > Add yocto and Alexander to Cc: (sorry) > > Romain > > > Le 05/04/2017 à 11:30, Romain Perier a écrit : >> Hello, >> >> >> Le 05/04/2017 à 10:25, Alexander Kanavin a écrit : >>> On 04/05/2017 10:58 AM, Romain Perier w

Re: [yocto] [OE-core] [PATCH v2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
Add yocto and Alexander to Cc: (sorry) Romain Le 05/04/2017 à 11:30, Romain Perier a écrit : > Hello, > > > Le 05/04/2017 à 10:25, Alexander Kanavin a écrit : >> On 04/05/2017 10:58 AM, Romain Perier wrote: >>> ping >>> >> Is this available in newer

Re: [yocto] [PATCH v2] logrotate: Add systemd support

2017-04-05 Thread Romain Perier
ping Le 24/03/2017 à 09:46, Romain Perier a écrit : > Currently, this recipe only supports daily scheduling via a cron job. > This commit adds support for systemd, including systemd service and > systemd timer. When the corresponding distro feature is enabled the > systemd variant

[yocto] [PATCH v2] busybox: make SYSLOGD optionnal

2017-04-03 Thread Romain Perier
. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- Changes in v2: - Rebased onto master branch (thanks to patchwork) meta/recipes-core/busybox/busybox.inc| 6 +++--- meta/recipes-core/busybox/busybox/defconfig | 20 +--- meta/recipes-core/busybox/b

[yocto] [PATCH] busybox: make SYSLOGD optionnal

2017-03-31 Thread Romain Perier
. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- meta/recipes-core/busybox/busybox.inc| 6 +++--- meta/recipes-core/busybox/busybox/defconfig | 20 +--- meta/recipes-core/busybox/busybox/syslog.cfg | 11 +++ meta/recipes-core/busybox/busybox_1.2

[yocto] [PATCH v2] logrotate: Add systemd support

2017-03-24 Thread Romain Perier
. Signed-off-by: Romain Perier <romain.per...@collabora.com> --- Changes in v2: - Make the systemd timer configurable (as this is distribution or target specific) .../logrotate/logrotate/logrotate.service | 9 .../logrotate/logrotate/logrotate.timer| 7 ++

[yocto] [PATCH] logrotate: Add systemd support

2017-03-23 Thread Romain Perier
Currently, this recipe only supports daily scheduling via a cron job. This commit adds support for systemd, including systemd service and systemd timer. When the corresponding distro feature is enabled the systemd timer will be used instead of the cron job. Signed-off-by: Romain Perier

Re: [yocto] [PATCH RESEND] logrotate: Add systemd support

2017-03-23 Thread Romain Perier
Hello, Please ignore this patch, I will send a v2 with improvements. Regards, Romain Le 23/03/2017 à 15:52, Romain Perier a écrit : > Currently, this recipe only supports daily scheduling via a cron job. > This commit adds support for systemd, including systemd service and > syst

[yocto] [PATCH RESEND] logrotate: Add systemd support

2017-03-23 Thread Romain Perier
Currently, this recipe only supports daily scheduling via a cron job. This commit adds support for systemd, including systemd service and systemd timer. When the corresponding distro feature is enabled the systemd timer will be used instead of the cron job. Signed-off-by: Romain Perier

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

2017-03-10 Thread Romain Perier
Hey, Could you : 1/ change your short commit message to something like "recipes-graphics: Add recipe for mali-userspace". Just "add" does not make sense to me. 2/ Improve your long commit message. 3/ Add the license to your recipe :) 4/ Change the name of the recipe, call it... rockchip-mali

Re: [yocto] [meta-rockchip][PATCH 3/3] rockchip-next-img: add image for rockchip next-dev u-boot

2017-02-18 Thread Romain Perier
Hi, 1 patch per feature or per different component. So I should get a patch for rk3288.inc and another one for the class :) Suppose I am a user of meta-rockchip. I want to use a class for generating a image. The name "rockchip-img-next" is not clear at all for me. If that's for the sdcard call

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

2017-02-18 Thread Romain Perier
; KERNEL_DEVICETREE = "rk3288-firefly.dtb" > +UBOOT_MACHINE = "firefly-rk3288_defconfig" > diff --git a/conf/machine/include/rk3288.inc > b/conf/machine/include/rk3288.inc > index 86fc567..f067ad5 100644 > --- a/conf/machine/include/rk3288.inc > +++ b/conf/mac

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

2017-02-13 Thread Romain Perier
Until we find a solution with Trevor about this, Reviewed-by: Romain Perier <romain.per...@collabora.com> 2017-02-08 15:38 GMT+01:00 Eddie Cai <eddie.cai.li...@gmail.com>: > RK3288 support hard float and vfpv4. So we should use > cortexa17hf-neon-vfpv4 > as default

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

2017-02-13 Thread Romain Perier
It would be nice to do the same thing for ther SoCs, what do you think ? Reviewed-by: Romain Perier <romain.per...@collabora.com> 2017-02-08 15:38 GMT+01:00 Eddie Cai <eddie.cai.li...@gmail.com>: > From: Eddie Cai <eddie@rock-chips.com> > > In this way the modifi

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

2017-01-27 Thread Romain Perier
Hi all, 1. Add more details to your commits 2. As I said in a previous patch, I don't like this... rk-linux.inc , the name of the file is not clear at all... and I don't like its content for now. 3. There is really a small differences between a kernel mainline and your kernel rk3288 nowadays...

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

2017-01-27 Thread Romain Perier
Hi all, supposing that this patch series is for meta-rockchip (next time add a prefix meta-rockchip, as it is explained in the README) 2017-01-19 11:09 GMT+01:00 Jacob Chen : > Rockchip 4.4 kernel is currently the latest version of the rockchip > offical kernel, > will

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

2017-01-27 Thread Romain Perier
Also "Add some variables"... does not mean anything to me :) 2017-01-27 16:01 GMT+01:00 Romain Perier <romain.per...@gmail.com>: > Hi all, > > It remembers me a discussion that I wanted to have with Trevor: do we > want specific TUNES (like these ones) in the m

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

2017-01-27 Thread Romain Perier
ertions(+), 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 > +++ b/conf/machine/include/rk3288.inc > @@ -1,10 +1,18 @@ > # Copyright (C) 2015 Rom

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

2017-01-27 Thread Romain Perier
Hi all, 2017-01-19 11:09 GMT+01:00 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

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

2017-01-27 Thread Romain Perier
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 rockchip board working or things specific to the rockchip board. For me these recipes are completly generic and might be re-used

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

2017-01-27 Thread Romain Perier
Hey, Could you: - Make one patch per new machine file and not one patch for all new added machine - Add a clear @DESCRIPTION for each board, see an example here: https://git.yoctoproject.org/cgit/cgit.cgi/meta-rockchip/tree/conf/machine/firefly-rk3288.conf - Write a clear and an understandable

Re: [yocto] I hate busybox!

2015-09-15 Thread Romain Perier
Hi all, I disagree, Unfortunately some embedded devices in the industry are not like most of the tablets and smartphones in the market (no quad or octo cores with few GB of ram... and few GB of flash...) ;) .For example, these days, at work, we're designing a board with the SoC zynq-7000 and a

[yocto] [PATCH v2] linux-firmware: package Broadcom BCM4354 firmware

2015-09-13 Thread Romain Perier
Signed-off-by: Romain Perier <romain.per...@gmail.com> --- changes in v2: - changed short log message - included the package maintainer in cc: Note: we need this change for meta-rockchip meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 9 - 1 file chan

[yocto] [PATCH] linux-firmware: split out bcm4354 firmware

2015-09-09 Thread Romain Perier
Signed-off-by: Romain Perier <romain.per...@gmail.com> --- Note: This firmware is required by some devices like rockchip-based chromebooks meta/recipes-kernel/linux-firmware/linux-firmware_git.bb | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta/recipes-