[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

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

2015-06-08 Thread mariano . lopez
From: Mariano Lopez mariano.lo...@linux.intel.com 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 mariano.lo...@linux.intel.com --- rrs/models.py | 102

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

2015-06-08 Thread mariano . lopez
From: Mariano Lopez mariano.lo...@linux.intel.com 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 mariano.lo...@linux.intel.com --- rrs/views.py |

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

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 shrikant_bob...@mentor.com 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 edwinga...@gmail.com 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

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

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 darren.j.bre...@gmail.com: Hi First post, I hope this is the correct list.. I am trying to create a

Re: [yocto] Recipe question

2015-06-08 Thread Anders Darander
* Darren Breeze darren.j.bre...@gmail.com [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] 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 inherits the

[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

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

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