Re: [yocto] [meta-selinux][PATCH] linux-yocto: enable selinux support for kernel v3.19

2015-06-08 Thread Philip Tricca
On 06/05/2015 01:40 AM, Shrikant Bobade wrote: > From: Shrikant Bobade > > The default kernel is now v3.19. So we need the selinux support > for kernel v3.19, inorder to get selinux enabled images out of box. Looks good to me. Boots policy in enforcing as expected. Philip -- _

Re: [yocto] Limit RAM for Linux

2015-06-08 Thread Nathan Rossi
On Tue, Jun 9, 2015 at 4:06 AM, Edward Wingate wrote: > > I am using Yocto with meta-xilinx layer to create a distribution for a > custom Zynq 7000 board with 512MB RAM. In my uEnv, I'm loading the > kernel to 0x0010_, device tree to 0x0190_ and ramdisk image to > 0x0210_. > > Later in

Re: [yocto] [PATCH 0/2] [layerindex-web] Add support for inherits in recipes

2015-06-08 Thread Aníbal Limón
Hi, I pushed and signed the changes to [1]. Cheers, alimon [1] http://git.yoctoproject.org/cgit/cgit.cgi/layerindex-web/log/?h=franco/recipe_inherits On 08/06/15 17:00, Alex Franco wrote: These patches add support for the inherits field in recipes. The first one adds the inherits field

[yocto] [rrs][PATCH 2/2] rrs/views.py: Changed ORM to raw SQL calls

2015-06-08 Thread mariano . lopez
From: Mariano Lopez Allow to use the new raw SQL call to get better performance in the web page. Also removed SQL queries inside loops. This is only for two views: recipes and maintainers Signed-off-by: Mariano Lopez --- rrs/views.py | 118 ++

[yocto] [rrs][PATCH 1/2] rrs/models.py: Added raw SQL calls

2015-06-08 Thread mariano . lopez
From: Mariano Lopez The raw calls are going to be used instead of Django's ORM. This improves the performance of the webpage. Signed-off-by: Mariano Lopez --- rrs/models.py | 102 ++ 1 file changed, 102 insertions(+) diff --git a/rrs/mod

[yocto] Limit RAM for Linux

2015-06-08 Thread Edward Wingate
I am using Yocto with meta-xilinx layer to create a distribution for a custom Zynq 7000 board with 512MB RAM. In my uEnv, I'm loading the kernel to 0x0010_, device tree to 0x0190_ and ramdisk image to 0x0210_. Later in the boot process, I see this: Loading Kernel Image ... OK L

[yocto] Issue with udev not creating dev/dri/card0 for xf86-video-ati

2015-06-08 Thread Chen, Simon
Hello, I've currently built a Yocto image using poky-dizzy-12.0.1, and have my target proprietary board boot off of it. I am trying to assimilate an external graphics card, the AMD Radeon E8860 by "manually" installing the latest version of the open source Radeon driver, xf86-video-ati. The mai

Re: [yocto] [meta-intel] "Crazy" Xorg memory usage after upgrading from Daisy to Fido

2015-06-08 Thread Paul Eggleton
Rebecca, is this something you or one of your colleagues would be able to help with? Thanks, Paul On Friday 05 June 2015 08:29:00 Chris Tapp wrote: > I’ve got an application that I’ve had running nicely under Daisy for some > time. As Daisy is now a bit old, I decided to move the application to

Re: [yocto] Error in reference manual - nativesdk.bbclass

2015-06-08 Thread Rifenbark, Scott M
Hi, Here are a couple links to those sections with the corrected text. Let me know if there are further issues. http://www.yoctoproject.org/docs/1.9/ref-manual/ref-manual.html#qa-issue-dev-so http://www.yoctoproject.org/docs/1.9/ref-manual/ref-manual.html#ref-classes-nativesdk Thanks, Scott

Re: [yocto] How to list all of the .bb and .bbappend files used to build a specific package with bitbake?

2015-06-08 Thread Paul Eggleton
On Sunday 07 June 2015 06:40:10 Gary Thomas wrote: > On 2015-06-07 03:49, Roberto Saltini wrote: > > Let's consider the package "virtual/kernel". I would like to know which > > .bb and .bbappend files are involved in building this package.> > > I know that I can get the package name through: > >

[yocto] [Recipe reporting system] Upgradable recipe name list

2015-06-08 Thread recipe-report
This mail was sent out by Recipe reporting 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

Re: [yocto] Error in reference manual - nativesdk.bbclass

2015-06-08 Thread Paul Eggleton
Hi René, On Monday 08 June 2015 08:16:16 René Fichter wrote: > I think I've found some non-updated writings in the reference manual > regarding the change from postfix "nativesdk" to prefix (see > section 5.2.2.3). > > In section 7.78 it says: > "Create a myrecipe-nativesdk.bb recipe that inherit

[yocto] Error in reference manual - nativesdk.bbclass

2015-06-08 Thread René Fichter
Hi, I think I've found some non-updated writings in the reference manual regarding the change from postfix "nativesdk" to prefix (see section 5.2.2.3). In section 7.78 it says: "Create a myrecipe-nativesdk.bb recipe that inherits the nativesdk class." And in section 9.2 Errors and Warnings (very

Re: [yocto] How to search for the .bb of .bbappen file in which a variable is set?

2015-06-08 Thread Paul Eggleton
Hi Roberto, On Sunday 07 June 2015 19:44:12 Roberto Saltini wrote: > For example, I would like to know in which .bb of .bbappend file the > variable PREFERRED_PROVIDER_u-boot is set. > > The only (dummy) way that I have figured out up to now is to use grep. > > Does anyone know a better way? PR

Re: [yocto] Recipe question

2015-06-08 Thread Anders Darander
* Darren Breeze [150606 02:52]: > the recipe file is : > - > DESCRIPTION = "Web Remote" > SECTION = "utils" > SRC_URI = > "git://192.168.192.46/mygroup/web_remote.git;protocol=http;branch=master;" > S = "${WORKDIR}/git" > do_install() { > install -d ${D}opt/web_remote >

Re: [yocto] Recipe question

2015-06-08 Thread Samuel Engelmajer
Hi, A simple suggestion here out of the blue, are you sure your recipe is located in a place Yocto can find it ? What is your recipe name ? Sam 2015-06-06 2:50 GMT+02:00 Darren Breeze : > Hi > > First post, I hope this is the correct list.. > > I am trying to create a simple recipe that takes