Re: [yocto] Kernel features

2014-09-07 Thread Ilya Dmitrichenko
Hi Bruce, On 7 September 2014 15:17, Bruce Ashfield wrote: > On 2014-09-07, 4:51 AM, Ilya Dmitrichenko wrote: >> >> Today I have spent quite a while trying to figure how KERNEL_FEATURES >> works and why some of the things I pass in my configuration fragment >> are not getting enabled. >> >> It tu

Re: [yocto] Building own kernel instead of taking from git

2014-09-07 Thread Sven Ebenfeld
Am 08.09.2014 06:21, schrieb jags gediya: > I want to build my kernel source code in yocto. For that i have > modified the required linux-imx.inc file. > > Inside that i have given kernel source directory in SRC_URI and S variable. > > Is this approach fine, or is there any better solution i can

[yocto] Building own kernel instead of taking from git

2014-09-07 Thread jags gediya
I want to build my kernel source code in yocto. For that i have modified the required linux-imx.inc file. Inside that i have given kernel source directory in SRC_URI and S variable. Is this approach fine, or is there any better solution i can get? -- _

[yocto] [Package Report System]Upgrade recipes name list

2014-09-07 Thread package-rep...@yoctoproject.org
This mail was sent out by Package Report System. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade this time, they can fill in RECIPE_NO_UPDATE_REASON_pn-"xxx" in upstream_tracking files to ignore this recipe remainder until newer u

[yocto] [Package Report System]Manual check recipes name list

2014-09-07 Thread package-rep...@yoctoproject.org
This mail was sent out by Package Report System. It will list all the recipes which can't check upstream version by script, and will show how long it is since their last mannual version check. You can check the detail information at http://packages.yoctoproject.org/manuallychkinfo PackageName

[yocto] Daisy mercurial support

2014-09-07 Thread Chris Tapp
I'm trying to build a recipe under "daisy" that uses a mercurial repository, but I'm getting "Nothing provides mercurial-native". Adding: ASSUME_PROVIDED += "mercurial-native" to my local.conf appears to fix this, but is this what I should be doing? -- Chris Tapp opensou...@keylevel.com www

[yocto] MuMuDVB DVB network streamer

2014-09-07 Thread Chris Tapp
If anyone is looking for a DVB network streamer supporting multicasting and unicasting, then I've created a recipe for the MuMuDVB network streamer on Github at: https://github.com/keylevel/meta-multimedia/tree/master/recipes-dvb/mumudvb -- Chris Tapp opensou...@keylevel.com www.keylevel.com

Re: [yocto] Kernel features

2014-09-07 Thread Bruce Ashfield
On 2014-09-07, 4:51 AM, Ilya Dmitrichenko wrote: Today I have spent quite a while trying to figure how KERNEL_FEATURES works and why some of the things I pass in my configuration fragment are not getting enabled. It turned out that some of the options no longer existed and some had been renamed.

Re: [yocto] systemd crashes above emergency runlevel

2014-09-07 Thread Diego Sueiro
Ilya, On Sat, Sep 6, 2014 at 7:12 AM, Ilya Dmitrichenko wrote: > I am suspecting this could be simply something to do with the rootfs > being read-only when he tries to start, but I'll dig into it and see > what's up exactly. > Take a look at this layer to have a read only fs with systemd: http

[yocto] Kernel features

2014-09-07 Thread Ilya Dmitrichenko
Today I have spent quite a while trying to figure how KERNEL_FEATURES works and why some of the things I pass in my configuration fragment are not getting enabled. It turned out that some of the options no longer existed and some had been renamed. The question is really why would this not get det