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

[yocto] [meta-rockchip][PATCH v2 0/5] various updates

2017-02-18 Thread Trevor Woerner
Here are a couple v2's of some patches that were submitted to the mailing list earlier. Changes since v1: - break commits to separate files into separate patches - rename the rk3288 image bbclass - make improvements to the rk3288 image bbclass - improve the commit

Re: [yocto] [meta-security][PATCH] libseccomp: convert test package to ptest

2017-02-18 Thread akuster808
Wenzong Fan, On 02/16/2017 10:44 PM, wenzong@windriver.com wrote: From: Wenzong Fan I had to fixup your changes against master-next. I just pushed to master-next. If you sign-off, I will push to master. thanks, - armin Signed-off-by: Wenzong Fan

Re: [yocto] [meta-raspberrypi][PATCH RFC 0/3] Use AUTOREV in linux-raspberrypi_dev

2017-02-18 Thread Andrei Gherzan
On Sat, Feb 18, 2017 at 06:56:18PM -0800, Khem Raj wrote: > On Sat, Feb 18, 2017 at 11:50 AM, wrote: > > From: Paul Barker > > > > This is currently an RFC as I'd like some input from Khem and anyone else > > interested in this before these patches

Re: [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Fix uImage build on 4.9.y and later

2017-02-18 Thread Andrei Gherzan
On Sat, Feb 18, 2017 at 07:39:13PM +, p...@paulbarker.me.uk wrote: > From: Paul Barker > > Signed-off-by: Paul Barker > --- > recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 + > recipes-kernel/linux/linux-raspberrypi_dev.bb | 5 + > 2

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

2017-02-18 Thread Trevor Woerner
On Sat 2017-02-18 @ 06:50:05 PM, Romain Perier wrote: > 1 patch per feature or per different component. So I should get a patch > for rk3288.inc and another one for the class :) I could argue that this is one patch since the only way to flash (for example) the Firefly is to use the image this

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

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

2017-02-18 Thread Eddie Cai
Hi Trevor 2017-02-19 10:43 GMT+08:00 Trevor Woerner : > Set the default preferred bootloader for firefly-rk3288 to be u-boot-rockchip > and set the default name of the SPL binary. > > Signed-off-by: Trevor Woerner > --- > conf/machine/firefly-rk3288.conf

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

2017-02-18 Thread 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 it. Older images used (what Rockchip

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

2017-02-18 Thread Trevor Woerner
Configure any rk3288 build to generate the new GPT image which is then either flashed to eMMC or dd'ed to an SDcard. Signed-off-by: Trevor Woerner --- conf/machine/include/rk3288.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/rk3288.inc

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

2017-02-18 Thread Trevor Woerner
Set the default preferred bootloader for firefly-rk3288 to be u-boot-rockchip and set the default name of the SPL binary. Signed-off-by: Trevor Woerner --- conf/machine/firefly-rk3288.conf | 1 + conf/machine/include/rk3288.inc | 3 +++ 2 files changed, 4 insertions(+)

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

2017-02-18 Thread 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. Signed-off-by: Trevor Woerner

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

2017-02-18 Thread Trevor Woerner
Enable machine overrides for RK3288. Signed-off-by: Trevor Woerner --- 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 86fc567..769e5c1 100644 ---

Re: [yocto] [meta-raspberrypi][PATCH RFC 0/3] Use AUTOREV in linux-raspberrypi_dev

2017-02-18 Thread Khem Raj
On Sat, Feb 18, 2017 at 11:50 AM, wrote: > From: Paul Barker > > This is currently an RFC as I'd like some input from Khem and anyone else > interested in this before these patches get merged. > > The hope is that by using AUTOREV we won't have to

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

2017-02-18 Thread Eddie Cai
Hi Trevor 2017-02-19 10:43 GMT+08:00 Trevor Woerner : > Configure any rk3288 build to generate the new GPT image which is then > either > flashed to eMMC or dd'ed to an SDcard. > > Signed-off-by: Trevor Woerner > --- > conf/machine/include/rk3288.inc |

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

2017-02-18 Thread Jacob Chen
Hi all, Sorry, I found that rk-linux.inc could be moved to distro conf . I know why you guys are opposed to it now. I will remove it from machine conf, but i'm still confused about whether TUNES is machines specific or distro specific. Eddie Cai wrote on 2017年02月09日 16:20: HI

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 >> > these

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 > --- >

Re: [yocto] [meta-raspberrypi][PATCH RFC 3/3] linux-raspberrypi_dev: Disable version sanity check

2017-02-18 Thread Andrei Gherzan
On Sat, Feb 18, 2017 at 07:51:01PM +, p...@paulbarker.me.uk wrote: > From: Paul Barker > > After this change, LINUX_VERSION should not need to be changed every time > upstream bumps the kernel version. > > Signed-off-by: Paul Barker > --- >

[yocto] [meta-security][PATCH] libtpm: Fix arm build issues

2017-02-18 Thread Armin Kuster
backport two upstream patches and remove local verison Signed-off-by: Armin Kuster --- .../Convert-another-vdprintf-to-dprintf.patch | 26 + .../files/Use-format-s-for-call-to-dprintf.patch | 33 ++

[yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Fix uImage build on 4.9.y and later

2017-02-18 Thread paul
From: Paul Barker Signed-off-by: Paul Barker --- recipes-kernel/linux/linux-raspberrypi_4.9.bb | 5 + recipes-kernel/linux/linux-raspberrypi_dev.bb | 5 + 2 files changed, 10 insertions(+) diff --git

[yocto] [meta-raspberrypi][PATCH RFC 0/3] Use AUTOREV in linux-raspberrypi_dev

2017-02-18 Thread paul
From: Paul Barker This is currently an RFC as I'd like some input from Khem and anyone else interested in this before these patches get merged. The hope is that by using AUTOREV we won't have to update the _dev recipe so frequently in the future. The third patch depends

[yocto] [meta-raspberrypi][PATCH RFC 2/3] linux-raspberrypi_dev: Allow branch override

2017-02-18 Thread paul
From: Paul Barker This makes the linux-raspberrypi_dev recipe more flexible by allowing the kernel branch to be overridden in local.conf. Signed-off-by: Paul Barker --- recipes-kernel/linux/linux-raspberrypi_dev.bb | 3 ++- 1 file changed, 2

[yocto] [meta-raspberrypi][PATCH RFC 1/3] linux-raspberrypi_dev: Use AUTOREV

2017-02-18 Thread paul
From: Paul Barker The development branches of linux-raspberrypi are rebased frequently. To avoid fetch failures caused by out-of-date git hashes we need to use AUTOREV. LINUX_VERSION may need to be overridden in local.conf to match the upstream version. Signed-off-by:

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
Hi. Could you: - Split this commit into 3 differents commits: one for firefly, one for rk3288.inc and another one for the recipe - Just call the recipe u-boot-rockchip, even if that's next we don't care. That's your version of uboot based on mainline and it's a release branch, so "next" is