Re: [yocto] replace etc/network/interfaces with symbolic link

2015-02-09 Thread Aurele Traynard
Thank you for all answers, I looked In fact I found another problem, even if I modify the original recipe I can't get a modified rpm, or rootfs... I commented lines concerning interfaces files but it seems that nothing is modified in the rootfs and in the rpm... if someone understands what I

Re: [yocto] Multiple packages from single recipe file

2015-02-09 Thread Bipnesh, Abhinav (Abhinav)
Hi, We have done on similar line for one of the package. We have to write another recipe for a package in which we need to just create packages and delivery it. But we need to do it for couple of directories i.e. let say 10 directories. Previously we have an script which perform some conversion

[yocto] boot delay but recovery??

2015-02-09 Thread Jim Abernathy
I'm booting Dizzy 1.7.1 on a Pandaboard (ARM). The image is core-image-base. My local.conf additions are : MACHINE ??= pandaboard IMAGE_INSTALL_append = oracle-jse-jre dropbear linux-firmware resolvconf LICENSE_FLAGS_WHITELIST += oracle_java I get a 30 second delay while the boot process hangs

Re: [yocto] Confused with adding drivers to kernel via bitbake -c menuconfig

2015-02-09 Thread Alvin D.M. DIZON
From my understanding bitbake -c cleansstate deletes sstate-cache and $(WORKDIR), so if I want to replace the previous kernel configuration with a new one, I should run cleansstate right? From: Kevyn-Alexandre Paré [kap...@rogue-research.com] Sent:

Re: [linux-yocto] [PATCH 0/5] LSI AXXIA updates to 3.10 standard/axxia/base

2015-02-09 Thread Bruce Ashfield
On 15-02-09 12:42 PM, Daniel Dragomir wrote: Hi Bruce! That's another series of patches from LSI/Intel. The last one wasn't reviewed yet. I'm catching up! This one looks pretty simple, no concerns here, so I merged this along with the 52 patch series. Bruce Thanks. Daniel Topics: - tty

Re: [linux-yocto] [PATCH 00/52] LSI AXXIA updates to 3.10 standard/axxia/base

2015-02-09 Thread Bruce Ashfield
On 15-01-28 12:18 PM, Daniel Dragomir wrote: Hi Bruce, Resubmitted some patches updated as requested and added some new ones. Sorry for the delay. This is now merged and pushed to the axxia/base branch. Bruce Topics: - Update RapidIO driver to fix some issues. - Add new Device Trees for

Re: [yocto] Slashes in branch names

2015-02-09 Thread Rudolf J Streif
Michael, Could you please be more specific on what the issue is? The Yocto Project's kernel repos use slashes in branch names. :rjs On Monday, February 09, 2015 07:10:49 PM Harvey, Michael wrote: Our git SCM infrastructure uses slashes in the branch names (android style) for organization,

[yocto] Slashes in branch names

2015-02-09 Thread Harvey, Michael
Our git SCM infrastructure uses slashes in the branch names (android style) for organization, and that breaks yocto. Is there any way to support this in yocto? -- ___ yocto mailing list yocto@yoctoproject.org

[linux-yocto] [PATCH 3/5] misc: lsi-ncr: Locking Mechanism Update

2015-02-09 Thread Daniel Dragomir
From: Gary McGee gary.mc...@lsi.com Allow for other drivers to share the locking mechanisms for lsi-ncr h/w - provide unlocked methods for read/write - provide consistent way of detecting/reporting lsi-ncr errors Signed-off-by: Gary McGee gary.mc...@lsi.com --- drivers/misc/lsi-ncr.c | 308

[linux-yocto] [PATCH 0/5] LSI AXXIA updates to 3.10 standard/axxia/base

2015-02-09 Thread Daniel Dragomir
Hi Bruce! That's another series of patches from LSI/Intel. The last one wasn't reviewed yet. Thanks. Daniel Topics: - tty serial updates - RapidIO driver updates - Misc NCR driver updates Gary McGee (2): misc: lsi-ncr: Locking Mechanism Update arch/arm/mach-axxia: DDR Retention Locking

[linux-yocto] [PATCH 1/5] tty: serial: Updated Baud Rate Calcualtion

2015-02-09 Thread Daniel Dragomir
From: John Jacques john.jacq...@lsi.com The baud rate calculation was truncating instead of rounding. This caused, in some cases, the initial baud rate to be set incorrectly. Updated to use DIV_ROUND_CLOSEST(). Signed-off-by: John Jacques john.jacq...@lsi.com ---

[linux-yocto] [PATCH 2/5] rapidio: axxia-rio: Added support for configuring the sRIO serdes registers

2015-02-09 Thread Daniel Dragomir
From: Palani palaniappan.ramanat...@lsi.com Modified the sRIO sw reset handler, required for the reset control symbol handling. Improved error handling and reporting during sRIO maintenance and message trasactions. Signed-off-by: Palani palaniappan.ramanat...@lsi.com ---

[yocto] Prompting for password when fetching git repo over https

2015-02-09 Thread Vuille, Martin (Martin)
Poky Daisy 1.6.1 We have to fetch a git repo using https protocol. We are looking to see whether we can change this to ssh instead, but that is not possible at the moment. Access requires a userid and password. We do not want to hard-code the credentials into the recipe or into some other file

[yocto] [meta-security][PATCH 0/3] initial Forensic packages

2015-02-09 Thread Armin Kuster
Add three forensic applications to layer under there own recipe catagory. Armin Kuster (3): afflib: new package libewf: add package sleuth: add sleuthkit recipes-forensic/afflib/afflib_3.6.6.bb| 30 ++ .../afflib/files/configure_rm_ms_flags.patch | 18

[yocto] [meta-security][PATCH 2/3] libewf: add package

2015-02-09 Thread Armin Kuster
Signed-off-by: Armin Kuster akuster...@gmail.com --- recipes-forensic/libewf/libewf_20130416.bb | 26 ++ 1 file changed, 26 insertions(+) create mode 100644 recipes-forensic/libewf/libewf_20130416.bb diff --git a/recipes-forensic/libewf/libewf_20130416.bb

[yocto] [meta-security][PATCH 1/3] afflib: new package

2015-02-09 Thread Armin Kuster
Signed-off-by: Armin Kuster akuster...@gmail.com --- recipes-forensic/afflib/afflib_3.6.6.bb| 30 ++ .../afflib/files/configure_rm_ms_flags.patch | 18 + 2 files changed, 48 insertions(+) create mode 100644 recipes-forensic/afflib/afflib_3.6.6.bb

[yocto] [meta-security][PATCH 3/3] sleuth: add sleuthkit

2015-02-09 Thread Armin Kuster
Signed-off-by: Armin Kuster akuster...@gmail.com --- .../sleuth/files/fix_host_poison.patch | 23 ++ recipes-forensic/sleuth/sleuthkit_4.1.3.bb | 28 ++ 2 files changed, 51 insertions(+) create mode 100644

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

2015-02-09 Thread Jolley, Stephen K
Tuesday, February 10, 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.8_Status https://wiki.yoctoproject.org/wiki/Yocto_1.8_Schedule

Re: [yocto] Agenda: Yocto Project Technical Team Meeting - Tuesday, Feb. 10, 2015 8:00 AM US Pacific Time

2015-02-09 Thread nick
On 2015-02-09 08:15 PM, Jolley, Stephen K wrote: Tuesday, February 10, 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.8_Status

Re: [yocto] SDKMACHINE settings

2015-02-09 Thread Paul Eggleton
Hi Parthiban, On Thursday 05 February 2015 17:43:31 Parthiban Kandasamy wrote: entirely i am new to embedded linux. first i did bitbake of core-image-minimal it came out very well. then again i tried sdk toolchain development using bitbake -k meta-toolchain-qte. it gives so many error. so

Re: [yocto] Multiple packages from single recipe file

2015-02-09 Thread Anders Darander
* Bipnesh, Abhinav (Abhinav) abhinavbipn...@avaya.com [150209 14:26]: In case of writing the spec file for RPM we need to create first the directory layout and then putting the files using cp or other commands and then perform %file etc. stuff. But when I take a look to some of the recipe file

Re: [yocto] replace etc/network/interfaces with symbolic link

2015-02-09 Thread Bryan Evenson
Aurèle, -Original Message- From: Aurele Traynard [mailto:aurele.trayn...@gmail.com] Sent: Monday, February 09, 2015 4:59 AM To: Bryan Evenson Cc: yocto@yoctoproject.org Subject: Re: [yocto] replace etc/network/interfaces with symbolic link Thank you for all answers, I looked

Re: [yocto] replace etc/network/interfaces with symbolic link

2015-02-09 Thread Aurele Traynard
many thanks for your concern, I finaly found my issue... there was no error. I'm using a new distro since friday, this resulted in a new tmp-glibc directory instead of my old tmp directory created by poky... I was looking in the wrong directory. As you said in your first point I should check the

Re: [yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Refactor kernel recipes

2015-02-09 Thread Petter Mabäcker
Hmm the formatting in my previous mail looks weird, I try to send this again.. See my comment inline. Cheers Petter On 02/08/2015 12:58 PM, Andrei Gherzan wrote: We use this to simplify the update process. Updating a kernel version will not require renaming the recipe but only tweaking

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

2015-02-09 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] Multiple packages from single recipe file

2015-02-09 Thread Bipnesh, Abhinav (Abhinav)
Hi, In case of writing the spec file for RPM we need to create first the directory layout and then putting the files using cp or other commands and then perform %file etc. stuff. But when I take a look to some of the recipe file present under poky sometime I see FILES_${PN} and it didn’t

Re: [yocto] [meta-raspberrypi][PATCH 1/5] linux-raspberrypi: Refactor kernel recipes

2015-02-09 Thread Andrei Gherzan
On Mon, Feb 9, 2015 at 11:06 PM, Petter Mabäcker pet...@technux.se wrote: Hmm the formatting in my previous mail looks weird, I try to send this again.. See my comment inline. Cheers Petter On 02/08/2015 12:58 PM, Andrei Gherzan wrote: We use this to simplify the update process.

[yocto] [meta-raspberrypi][PATCH V2 2/5] omxplayer: Bump SRCREV

2015-02-09 Thread Andrei Gherzan
Add a patch to fix the pkg-config mechanism in ffmpeg. Change-Id: Ib506bb4e26a8a0c5c294ed55da0a0da8dc67a2d7 Signed-off-by: Andrei Gherzan and...@gherzan.ro --- .../omxplayer/omxplayer/use-native-pkg-config.patch | 19 +++ recipes-multimedia/omxplayer/omxplayer_git.bb |

[yocto] [meta-raspberrypi][PATCH V2 4/5] bcm2835: Update to v1.38

2015-02-09 Thread Andrei Gherzan
Change-Id: Iebac94415602454dd4e2808c8e02d0083f804029 Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-bcm/bcm2835/bcm2835_1.36.bb | 40 - recipes-bcm/bcm2835/bcm2835_1.38.bb | 40 + 2 files changed, 40

[yocto] [meta-raspberrypi][PATCH V2 5/5] userland: Bump SRCREV

2015-02-09 Thread Andrei Gherzan
Change-Id: If1d2608322749db4baa445ba94bc471a0ac86a5c Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-graphics/userland/userland_git.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/userland/userland_git.bb

[yocto] [meta-raspberrypi][PATCH V2 1/5] linux-raspberrypi: Refactor kernel recipes

2015-02-09 Thread Andrei Gherzan
We use this to simplify the update process. Updating a kernel version will not require renaming the recipe but only tweaking LINUX_VERSION. Update kernel version: - bump SRCREV - bump LINUX_VERSION if needed [Support #26] Change-Id: I7565ddd1f03cc34c34aa5da92664a0057b415c9a

[yocto] [meta-raspberrypi][PATCH V2 3/5] rpi-gpio: Update to v0.5.9

2015-02-09 Thread Andrei Gherzan
Change-Id: Ifc455b9106f07583ccaf3fe82723baaeb5e04d2e Signed-off-by: Andrei Gherzan and...@gherzan.ro --- recipes-devtools/python/rpi-gpio_0.5.6.bb | 19 --- recipes-devtools/python/rpi-gpio_0.5.9.bb | 19 +++ 2 files changed, 19 insertions(+), 19 deletions(-)

Re: [yocto] Multiple packages from single recipe file

2015-02-09 Thread Victor Rodriguez
On Mon, Feb 9, 2015 at 4:51 AM, Bipnesh, Abhinav (Abhinav) abhinavbipn...@avaya.com wrote: Hi, I was looking further into the document to find a way to define multiple packages from a single recipe file. As in current recipe I have written a do_install() function for putting files in