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

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

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: https://community.freescale.com/thread/325

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

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 y

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. Regard

[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 https://lists.

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

[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 https://wiki.yoctoproject.org/wiki/Yo

Re: [yocto] Using smart within an SDK

2015-05-18 Thread Ash Charles
On Thu, May 14, 2015 at 7:54 PM, ChenQi 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 it extensible SDK.

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 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 > --- > conf/distro/oe-selinux.conf | 2 ++ > 1 file changed, 2 in

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 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 a/conf/

Re: [yocto] Altera Cyclone V DTB origin

2015-05-18 Thread Khem Raj
> On May 18, 2015, at 7:56 AM, Smith, Virgil 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 KERNEL_DEVICETREE var

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

Re: [yocto] Using smart within an SDK

2015-05-18 Thread randy . e . witt
> On Thu, May 14, 2015 at 7:54 PM, ChenQi 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 it exten

Re: [yocto] Issue with yocto ADT

2015-05-18 Thread Minchev, Todor
On Mon, 2015-05-18 at 16:55 +, Raghavendra Kakarla wrote: > Hi Todor, > > I created four more new projects. > > For all the projects I gives error like this only. Is the error message the same as the original one you posted about a missing make `all` target? > Can send those projects make f