[yocto] pkg_postinst shell?

2017-01-27 Thread Takashi Matsuzawa
Hello Yocto. I am debugging my recipe, which uses pkg_postinst but does not seem to work as expected. It runs fine without $D detection. However, if I try to run it at first boot (skipping with exit 1 if $D is not empty), the board boot seems to hang. I think error (syntax error, etc.?)

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

2017-01-27 Thread Trevor Woerner
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 rockchip board working or things specific

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

2017-01-27 Thread Trevor Woerner
Hi Romain, On Fri, Jan 27, 2017 at 10:01 AM, Romain Perier wrote: > Hi all, > > It remembers me a discussion that I wanted to have with Trevor: do we want > specific TUNES (like these ones) in the machines files ? it is distro > specific ? Awesome! I'm happy to see

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

2017-01-27 Thread Khem Raj
On 1/27/17 11:41 AM, Trevor Woerner wrote: > 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

Re: [yocto] Delivery Status Notification (Failure)

2017-01-27 Thread Trevor Woerner
Jacob, gmail bounced this message back from the "jacob-c...@rock-chips.com" email address since the mail handler for rock-chips.com said the "jacob-chen" user does not exist. We can't accept a Signed-off-by line that doesn't point to a valid email address. Please adjust your Signed-off-by line to

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

2017-01-27 Thread Trevor Woerner
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 sound real. Are all of these machines released

Re: [yocto] Change default OS in YOCTO poky distro

2017-01-27 Thread Khem Raj
On 1/27/17 6:59 AM, nitish jha wrote: > Hello All, > > I have few question regarding Yocto poky distribution, it may be very > silly question but if somebody could help to clear my doubts it will be > very useful. > > Q1. What is the default OS in Yocto Poky build. Yocto tools and infra

[yocto] Change default OS in YOCTO poky distro

2017-01-27 Thread nitish jha
Hello All, I have few question regarding Yocto poky distribution, it may be very silly question but if somebody could help to clear my doubts it will be very useful. Q1. What is the default OS in Yocto Poky build. Q1. What Steps I need to do in case I want to have some different OS(Android) or

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] Where to find help for yocto application and and system development

2017-01-27 Thread Herman van Hazendonk
Hi Jakob, It's a bit trial & error with Yocto to be fair. We use it quite extensively in our LuneOS project. There are quite some layers available with example recipes as well that you could look into for inspiration :) I think 2 important things to note for you: SRC_URI can point to a git

Re: [yocto] [PATCH] kernel-yocto: Update source tree with kgit-meta

2017-01-27 Thread Bruce Ashfield
On 2017-01-26 03:38 AM, David Vincent wrote: kgit-meta processes a file called meta-series to update the source tree (create, merge branches, ...). This fixes the merging of feature branches using the new merge command of yocto-kernel-tools. I have this queued, with some modifications. I as

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 : > Hi all, > > It remembers me a discussion that I wanted to have with Trevor: do we > want specific TUNES (like these ones) in the machines files ? it is distro >

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

2017-01-27 Thread Romain Perier
Hi all, It remembers me a discussion that I wanted to have with Trevor: do we want specific TUNES (like these ones) in the machines files ? it is distro specific ? I think that we might use "simple tune" like cortexa17 and let the possibility to the user to select neon or hf or vfpv4 for

Re: [yocto] Where to find help for yocto application and and system development

2017-01-27 Thread Jakob Hasse
Hello Leon, Thank you for the answer! I read the documentation, it doesn't really give me more than general hints what to try (or maybe I read at the wrong place). I also read in "Embedded Linux Project Using Yocto Project Cookbook". I know that bitbake should use autotools somehow. I set

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] Where to find help for yocto application and and system development

2017-01-27 Thread Leon Woestenberg
Hi Jakob, welcome on-board. The Yocto community expects you to re-use the available documentation and online resources (or even offline resources like books) on Yocto or OpenEmbedded. Then if things remains unclear you can ask questions here on the mailing list and on IRC channels yocto. Your

[yocto] Where to find help for yocto application and and system development

2017-01-27 Thread Jakob Hasse
Hello, I'm beginning with Yocto. I would like to know where to find general help (like a forum, or mailing lists) for my Yocto-related technical problems. Right now I have problems just integrating a library into my build. Later I will also do system development. If this helps, a further

[linux-yocto] Linux - Yocto - Compilation is giving trailing whitespace

2017-01-27 Thread ansaris
Hi, We are using renesas's SoC based custom board. Please find the below weblink for the meta layer for the same. https://github.com/renesas-rz/meta-renesas In yocto source code, we have created the recipe file for linux kernel by referring the below recipe.

Re: [yocto] [Openembedded-architecture] [OE-core] OpenEmbedded Stand at FOSDEM

2017-01-27 Thread Paul Barker
On Thu, 26 Jan 2017 22:39:17 +0100 Andreas Müller wrote: > On Thu, Jan 5, 2017 at 4:30 PM, Philip Balister > wrote: > > On 01/03/2017 08:13 PM, Andreas Müller wrote: > >> On Tue, Jan 3, 2017 at 4:32 PM, Philip Balister > >>