Re: [yocto] Populate /var/lib/opkg/status

2014-09-12 Thread Burton, Ross
On 12 September 2014 06:36, Dag Björklund d...@iki.fi wrote: Thanks, found this in the documentation now as well. Unfortunately I don't see a difference. Should I find a /var/lib/opkg/status file after adding the feature and building? Yes, assuming that you've told bitbake to use opkg and not

Re: [yocto] yocto 1.6 - beaglebone black - cape manager

2014-09-12 Thread Diego Sueiro
On Thu, Sep 11, 2014 at 10:24 AM, TakkTakk tomek82...@gazeta.pl wrote: Yes I have ubuntu on eMMC, when i don't press S2 ubuntu will be boot. When i press switch S2 yocto don't boot and LED USR0 , USR1, USR2, USR3 stay lit steadily. I boot yocto 1.6 (but without layer meta-beagleboard) on

[yocto] [meta-mono] Mono updated to 3.8.0

2014-09-12 Thread Alex J Lennon
I've updated support for Mono build in meta-mono master from 3.4.0 to 3.8.0 (the current release). I've performed basic build testing on an x64 host targetting an i.MX6 platform and succesfully run up a commercial application which makes use of console / X. If anybody has the time and

Re: [yocto] [PATCH 1/1] error-report-web: Sorting error tables

2014-09-12 Thread Paul Eggleton
On Monday 08 September 2014 17:07:41 Roxana Ciobanu wrote: Add sorting functionality to the search results page. [YOCTO #6539] Signed-off-by: Roxana Ciobanu roxana.ciob...@intel.com Merged, thanks. Cheers, Paul -- ___ yocto mailing list

[yocto] [error-report-web][PATCH] Centering pagination when table rows are less than 10

2014-09-12 Thread Belen Barros Pena
When the number of errors returned by a search is less than 10, the show rows menu disappears. This caused the pagination controls at the bottom of the table to be right-aligned. This patch makes sure the pagination controls remain center-aligned even when the show rows menu does not display.

Re: [yocto] [meta-selinux][PATCH 0/3] Version number cleanup

2014-09-12 Thread Philip Tricca
Hello Xin, Just noticed that you pushed these patches to the meta-selinux repo but with your name and a slightly different commit message in one case. Other than forgetting to copy you on my initial message to the list was there a problem with my patches? Just want to be sure that the next time I

[yocto] yocto-bsp create question

2014-09-12 Thread Michael Kotson
Hi all, We are trying to create a custom BSP based off of valleyisland-64 using the yocto-bsp script. When we are presented choices for which BSP to branch from, valleyisland isn't one of the choices. We have tried all of the different kernel options presented, but no luck. I'm pretty sure

Re: [yocto] yocto-bsp create question

2014-09-12 Thread Tom Zanussi
On Fri, 2014-09-12 at 10:07 -0600, Michael Kotson wrote: Hi all, We are trying to create a custom BSP based off of valleyisland-64 using the yocto-bsp script. When we are presented choices for which BSP to branch from, valleyisland isn’t one of the choices. We have tried all of the

[yocto] [PATCH 1/2] Add support for MIPS32r2

2014-09-12 Thread Vicente Olivert Riera
Add support for MIPS32r2. Signed-off-by: Vicente Olivert Riera vincent.ri...@imgtec.com --- meta/conf/machine/include/tune-mips32r2.inc | 25 + 1 files changed, 25 insertions(+), 0 deletions(-) create mode 100644 meta/conf/machine/include/tune-mips32r2.inc diff --git

[yocto] [PATCH 0/2] Add support for MIPS32r2 and CI20 to Yocto

2014-09-12 Thread Vicente Olivert Riera
Add support for the MIPS Creator CI20 machine. That board has a MIPS32r2 architecture so we also add support for that. Vicente Olivert Riera (2): Add support for MIPS32r2 Add MIPS Creator CI20 machine meta-yocto-bsp/conf/machine/ci20.conf | 10 ++

[yocto] [PATCH 2/2] Add MIPS Creator CI20 machine

2014-09-12 Thread Vicente Olivert Riera
Add support for the MIPS Creator CI20 machine. You will need to build a working kernel for this board using this kernel repository on GitHub: https://github.com/MIPS/CI20_linux More information about this board can be found at: http://elinux.org/MIPS_Creator_CI20 Signed-off-by: Vicente

Re: [yocto] Specified toolchain directory does not contain a toolchain generated with meta-ide-support.

2014-09-12 Thread Nemicolopterus Crypticus
Just double checking that you are specifying the toolchain root location as your top level build directory (the one above /conf/local.conf - the directory where you run bitbake). Yes that occurred to me too, since the phrasing is a bit unclear. I tried both. Here's a depiction of my directory

Re: [yocto] [PATCH 2/2] Add MIPS Creator CI20 machine

2014-09-12 Thread Bruce Ashfield
On 14-09-12 12:35 PM, Vicente Olivert Riera wrote: Add support for the MIPS Creator CI20 machine. You will need to build a working kernel for this board using this kernel repository on GitHub: https://github.com/MIPS/CI20_linux More information about this board can be found at:

[yocto] Enabling Ramdisk Support

2014-09-12 Thread Crast, Nicholas
All, I am having some issues with initrd using u-boot and yocto. My current .config file in build/tmp/work/mitysom_5csx-poky-linux-gnueabi/linux-mitysom-5csx/3.12-r2/linux-socfpga-socfpga-3.12-7cb4fc4 has the following settings: CONFIG_BLK_DEV_INITRD=y CONFIG_INITRAMFS_SOURCE=

Re: [yocto] Specified toolchain directory does not contain a toolchain generated with meta-ide-support.

2014-09-12 Thread Bob Cochran
On 09/12/2014 12:57 PM, Nemicolopterus Crypticus wrote: Just double checking that you are specifying the toolchain root location as your top level build directory (the one above /conf/local.conf - the directory where you run bitbake). Yes that occurred to me too, since the phrasing is a bit

[yocto] Basic build fails

2014-09-12 Thread Arun Kumar
Hi all, I am new to the yocto project and was following the steps given in the quick start guide. I made a slight change as given in the superuser section. I used the fetchall option to get all the packages first and then started the build, now when i use this command bitbake -k

Re: [yocto] Basic build fails

2014-09-12 Thread Burton, Ross
On 12 September 2014 20:42, Arun Kumar arunkr.li...@gmail.com wrote: Hi all, I am new to the yocto project and was following the steps given in the quick start guide. I made a slight change as given in the superuser section. I used the fetchall option to get all the packages first and

Re: [yocto] [PATCH 2/2] Add MIPS Creator CI20 machine

2014-09-12 Thread Burton, Ross
On 12 September 2014 17:57, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 14-09-12 12:35 PM, Vicente Olivert Riera wrote: Add support for the MIPS Creator CI20 machine. You will need to build a working kernel for this board using this kernel repository on GitHub:

Re: [yocto] yocto-bsp create question

2014-09-12 Thread Michael Kotson
Hi Tom, Thanks for the response. I filed an enhancement request, but in the meantime is there a preferred method to create our own BSP from Valleyisland? All the best, Michael Michael Kotson Chief Technology Officer OTel:   (303) 412-2055 TE-Mail: mkot...@octagonsystems.com

Re: [yocto] yocto-bsp create question

2014-09-12 Thread Tom Zanussi
On Fri, 2014-09-12 at 15:09 -0600, Michael Kotson wrote: Hi Tom, Thanks for the response. I filed an enhancement request, but in the meantime is there a preferred method to create our own BSP from Valleyisland? Thanks for filing the request, it's been assigned to me and I'll try to get

Re: [yocto] yocto 1.6 - beaglebone black - cape manager

2014-09-12 Thread TakkTakk
i build core-image-base My uEnv.txt content : kernel_file=uImage console=ttyO0,115200n8 mmcroot=/dev/mmcblk0p2 rw mmcrootfstype=ext4 rootwait loaduimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${kernel_file} loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdtaddr} /dtbs/${fdtfile} mmcargs=setenv

Re: [yocto] Specified toolchain directory does not contain a toolchain generated with meta-ide-support.

2014-09-12 Thread Nemicolopterus Crypticus
Yes - I can source the script, and I do successfully get my path updated. That's unfortunate. I can run the toolchain on the command line, but the developers I am working with need to use Eclipse. The plug-in seems like the right solution, so I would very much like to get this to work. It

Re: [yocto] Basic build fails

2014-09-12 Thread Arun Kumar
Thanks for the reply ross, but the build noise is too much form me to put it in here. I will post the last few lines of which i can make some sense, but the rest is somewhat incomprehensible. /--- | make[1]: ***