[yocto] Question on building out-of-tree modules on the target

2015-05-18 Thread Rifenbark, Scott M
Hi, I have a section in the YP Linux Kernel Development Manual that talks about building out-of-tree-modules on the target - http://www.yoctoproject.org/docs/1.9/kernel-dev/kernel-dev.html#building-out-of-tree-modules-on-the-target. In this this section is a simple statements saying Briefly,

Re: [yocto] Altera Cyclone V DTB origin

2015-05-18 Thread Smith, Virgil
Perhaps someone could improve on this, but you can build a dtb from a source dts using a bbappend for your linux kernel. 1. drop a copy of your new dts in ${S}/arch/arm/boot/dts 2. add the name of your dtb to the KERNEL_DEVICETREE variable. If you are modifying an existing dts file, the cleanest

Re: [yocto] Altera Cyclone V DTB origin

2015-05-18 Thread Steffen Schuetz
Hi, I found that the dtb is obtained from a git reposirtory during the build and stored under build/tmp/work/socfpga_cyclone5-poky-linux-gnueabi/linux-altera-ltsi/3.10-r1/git/arch/arm/boot/dts/ I succesfully build a custom dtb following these suggestions:

Re: [linux-yocto] [PATCH 00/21] LSI AXXIA updates to linux-yocto-3.10 standard/axxia/base and standard/preempt-rt/axxia/base

2015-05-18 Thread Cristian Bercaru
Hello! I applied the patches I sent you on standard/preempt-rt/axxia/base using 'git am' and they all apply fine with no errors. What happens if you apply the patches on 'standard/axxia/base' and then merge it into 'standard/preempt-rt/axxia/base', like you did until now? Actually this was

Re: [yocto] Issue with yocto ADT

2015-05-18 Thread Raghavendra Kakarla
Hi Todor, I created four more new projects. For all the projects I gives error like this only. Can send those projects make files? But when I give the sysroot path in eclipse to the poky/build/tmp/sysroot/machine it worked properly. When we give the extracted sysroot it gives problem.

[yocto] Keybinding on Matchbox, press a key and run an app

2015-05-18 Thread Robert Tulke
Hi i’ve a question, how i can create a keybinding or mapping for a specific key to run an application? So what i want, i’ll press for example F12 and that will start a application? Robert -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Issue with yocto ADT

2015-05-18 Thread Minchev, Todor
Hello Raghavendra, On Mon, 2015-05-18 at 05:07 +, Raghavendra Kakarla wrote: Hi Todor, Could you please let me know the cause for the issue. Please pastebin your Makefile and share the pastebin link. Seem like your project is corrupt and the Makefile is not generated correctly. Have you

[yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, May 5, 2015 8:00 AM US Pacific Time

2015-05-18 Thread Jolley, Stephen K
Tuesday, May 19, 2015 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.9_Status https://wiki.yoctoproject.org/wiki/Yocto_1.9_Schedule

[yocto] How to use a local SVN repository as a premirror?

2015-05-18 Thread spdev31
Hello all, I have a local SVN repository which Yocto successfully downloads from using SRC_URI. Now I'm trying to setup Yocto to use this repository as a premirror rather than an upstream source. But I'm getting fetch errors while trying to convert from SRC_URI to PREMIRRORS. Can anyone point

Re: [linux-yocto] [PATCH 00/21] LSI AXXIA updates to linux-yocto-3.10 standard/axxia/base and standard/preempt-rt/axxia/base

2015-05-18 Thread Bruce Ashfield
On Mon, May 18, 2015 at 10:23 PM, Bruce Ashfield bruce.ashfi...@windriver.com wrote: On 2015-05-18 3:47 AM, Cristian Bercaru wrote: Hello! I applied the patches I sent you on standard/preempt-rt/axxia/base using 'git am' and they all apply fine with no errors. Let's just say .. that I

Re: [yocto] Using smart within an SDK

2015-05-18 Thread randy . e . witt
On Thu, May 14, 2015 at 7:54 PM, ChenQi qi.c...@windriver.com wrote: The rpm database is not usable. You do a query to list files that a package installed and you will find all the paths are not correct. Ah okay---that makes sense. Thanks. We are now working a new kind of SDK in OE. We

Re: [yocto] Altera Cyclone V DTB origin

2015-05-18 Thread Khem Raj
On May 18, 2015, at 7:56 AM, Smith, Virgil virgil.sm...@flir.com wrote: Perhaps someone could improve on this, but you can build a dtb from a source dts using a bbappend for your linux kernel. 1. drop a copy of your new dts in ${S}/arch/arm/boot/dts 2. add the name of your dtb to the

Re: [linux-yocto] [PATCH] arm64: psci: move psci firmware calls out of line

2015-05-18 Thread Bruce Ashfield
Dropping the non-yocto interested parties from my reply, looks like you git-send-email was picking up cc: folks. Obviously this is for ARM and gcc5 ... but my question is, with this, what do we have ? ARM building with gcc5 ? And to confirm, this is for 3.19 ? or 3.14 ? Bruce On 2015-05-16

Re: [linux-yocto] [PATCH] arm64: psci: move psci firmware calls out of line

2015-05-18 Thread akuster808
On 05/18/2015 08:19 PM, Bruce Ashfield wrote: Dropping the non-yocto interested parties from my reply, looks like you git-send-email was picking up cc: folks. Yeah, not intended. thought -a did that which I did not use. Obviously this is for ARM and gcc5 ... but my question is, with this,

Re: [yocto] Using smart within an SDK

2015-05-18 Thread Ash Charles
On Thu, May 14, 2015 at 7:54 PM, ChenQi qi.c...@windriver.com wrote: The rpm database is not usable. You do a query to list files that a package installed and you will find all the paths are not correct. Ah okay---that makes sense. Thanks. We are now working a new kind of SDK in OE. We call

Re: [linux-yocto] [PATCH 00/21] LSI AXXIA updates to linux-yocto-3.10 standard/axxia/base and standard/preempt-rt/axxia/base

2015-05-18 Thread Bruce Ashfield
On 2015-05-18 3:47 AM, Cristian Bercaru wrote: Hello! I applied the patches I sent you on standard/preempt-rt/axxia/base using 'git am' and they all apply fine with no errors. Let's just say .. that I don't get that same result (and I've merged a few patches in my day), and that makes me

Re: [yocto] CVE list vs bugzilla

2015-05-18 Thread Whiteman, John L
Hi Sona, Have you given any further thought about using the cve-check-tool? https://github.com/ikeydoherty/cve-check-tool A bugzilla plugin would need to be added but it may help here to avoid duplication. Best Regards, John -Original Message- From: yocto-boun...@yoctoproject.org

Re: [yocto] [meta-selinux][PATCH] oe-selinux.conf: set preferred kernel version to 3.14

2015-05-18 Thread Khem Raj
On May 16, 2015, at 12:04 PM, Philip Tricca fl...@twobit.us wrote: Upstream 3.19 isn't supported by meta-selinux yet. Set PREFERRED_VERSION to 3.14 as a work-around to keep the reference images bootable. Signed-off-by: Philip Tricca fl...@twobit.us --- conf/distro/oe-selinux.conf | 2 ++

Re: [yocto] [meta-selinux][PATCH] oe-selinux.conf: set preferred kernel version to 3.14

2015-05-18 Thread Khem Raj
On May 16, 2015, at 11:57 AM, Philip Tricca fl...@twobit.us wrote: Upstream 3.19 isn't supported by meta-selinux yet. Set PREFERRED_VERSION to 3.14 as a work-around to keep the reference images bootable. --- conf/distro/oe-selinux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git

[yocto] Issue with ADT when we use the extrcted rootfile system

2015-05-18 Thread Raghavendra Kakarla
Hi, I have some issues with the ADT while building example autotool project when I extracted the rootfs using the runqemu-extract-sdk and give extracted directory path to ADT sysroot path. But while building the same application in ADT by giving the sysroot path to actual sysroot path i.e

Re: [yocto] Issue with yocto ADT

2015-05-18 Thread Raghavendra Kakarla
Hi Todor, Could you please let me know the cause for the issue. Thanks in advance. Regards, Raghavendra K. From: Raghavendra Kakarla Sent: Friday, May 15, 2015 5:31 PM To: Minchev, Todor Cc: yocto@yoctoproject.org Subject: RE: [yocto] Issue with yocto

[yocto] Altera Cyclone V DTB origin

2015-05-18 Thread Steffen Schuetz
Hi, I build a customized Linux image using Yocto Daisy - we need gcc = 4.8 - following the instructions at http://rocketboards.org/foswiki/Documentation/YoctoDoraBuildWithMetaAltera . Besides the zImage and rootfs the build process outputs an .dtb file. Now, in order to get the FPGA fabric

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

2015-05-18 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