Re: [yocto] wic: Setting partition id value?

2016-02-11 Thread Ed Bartosh
On Wed, Feb 10, 2016 at 10:23:13PM +0500, Usman, Fahad wrote: > Hi, > Is there a way to create a partition with an arbitrary partition id, > using wic tool. We want to create a disk image using wic for Altera > Cyclone V. It require the partition id to be set to a particular hex > value for the

[yocto] native tool is not installed before it is used

2016-02-11 Thread Sridhar Pitchai
Hi,I have a recipe, where It need protobuf-c-compiler (natvily) to auto generate files before it can be compiled. i have added protobuf-c-native in the DEPENDS list. but the compilation is failling at do_autogen, compiling the proto-c is not installed in staging_bindir_native.But if bitbake

Re: [yocto] Dropping Debian 7 as supported?

2016-02-11 Thread Burton, Ross
On 11 February 2016 at 14:21, Nick Leverton wrote: > Possibly a little early - Debian 7 will be going onto LTS security support > for > two years, starting some time this month. Quoting from > https://wiki.debian.org/LTS > Ah yes, I'd forgotten about the LTS project and was

Re: [yocto] Selecting a specific tuning in an application recipe?

2016-02-11 Thread Khem Raj
> On Feb 11, 2016, at 11:25 AM, Stroz, Glenn wrote: > > Hi, > > We’re trying to build a 64 bit arm project. However, one of our applications > needs to be built in 32 bit mode as it isn’t supported in 64 bit yet. I’ve > looked around and it looks like I need to

[yocto] Selecting a specific tuning in an application recipe?

2016-02-11 Thread Stroz, Glenn
Hi, We're trying to build a 64 bit arm project. However, one of our applications needs to be built in 32 bit mode as it isn't supported in 64 bit yet. I've looked around and it looks like I need to adjust the tuning to be for armv7 instead of the default. However, when I set DEFAULTTUNE in the

Re: [yocto] valgrind-native

2016-02-11 Thread Burton, Ross
Hi, On 11 February 2016 at 10:44, Woronicz, Bartosz ( NSN - PL/Wroclaw) < bartosz.woron...@nokia.com> wrote: > Any ideas why I cannot build native valgrind ? > http://pastebin.com/e2h6AWxN > "Missing or unbuildable dependency chain was: ['valgrind-native', > 'glibc-dbg-native']" > > Also tried

[yocto] Adding SCM'ed files to image

2016-02-11 Thread Lars Larsen
Hello world I've been struggling a bit, but I'm sure there must be a generic solution to my problem (as a bbclass perhaps ??) I'm building a bootable image (NOT a distribution) for our product. But I need a simple recipe to copy some files I have a bunch of files (scripts, configuration

Re: [yocto] wic: Setting partition id value?

2016-02-11 Thread Usman, Fahad
On 02/11/2016 11:36 AM, Ed Bartosh wrote: This is not supported by wic, but shouldn't be hard to implement. Please create an issue in bugzilla and assign to me if you want me to do it. Thanks Ed, I have created this bug, https://bugzilla.yoctoproject.org/show_bug.cgi?id=9096. Do let me know

[yocto] valgrind-native

2016-02-11 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
Any ideas why I cannot build native valgrind ? http://pastebin.com/e2h6AWxN "Missing or unbuildable dependency chain was: ['valgrind-native', 'glibc-dbg-native']" Also tried bitbake glibc-dbg . nothing provides that, but it is required in recipe -- Kind regards, Bartosz Woronicz Engineer,

Re: [yocto] valgrind-native

2016-02-11 Thread Woronicz, Bartosz ( NSN - PL/Wroclaw)
Hi Ross, many thanks for nice explanation. At my shallow research, I notice, that valgrind is somewhat special demanding packages with debugging symbols, sooo... I actually don't need all packages to be unstripped. Only those I am developing and testing. Therefore i might need create some

Re: [yocto] Eclipse IDE plugin failure

2016-02-11 Thread Teodor Madan
A patch has been proposed at https://lists.yoctoproject.org/pipermail/yocto/2016-January/027951.html I just have verified the patch and it worked for me. Teo From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of Marius Sent: Wednesday, February 10, 2016

Re: [yocto] Eclipse IDE plugin failure

2016-02-11 Thread Marius
Ah thanks Teo. Do you know of an instruction somewhere to get the patch affected. I dont really know how to do that as I am installing directly from repositories on the net. -- Original Message -- From: "Teodor Madan" To: "Marius" ;

[yocto] Dropping Debian 7 as supported?

2016-02-11 Thread Burton, Ross
Hi, I'm proposing that we drop Debian 7 from the supported distributions list in master, so that the 2.1 release supports Debian 8. Debian 7 was released in 2013, Debian 8 superceded it in April 2015 so will have been out for a year when 2.1 is released, which also means that is when Debian 7

Re: [yocto] valgrind-native

2016-02-11 Thread Burton, Ross
On 11 February 2016 at 12:38, Woronicz, Bartosz ( NSN - PL/Wroclaw) < bartosz.woron...@nokia.com> wrote: > many thanks for nice explanation. At my shallow research, I notice, that > valgrind is somewhat special demanding packages with debugging symbols, > sooo... I actually don't need all

Re: [yocto] Dropping Debian 7 as supported?

2016-02-11 Thread Nick Leverton
On Thursday 11 Feb 2016 14:11:36 Burton, Ross wrote: > Hi, > > I'm proposing that we drop Debian 7 from the supported distributions list > in master, so that the 2.1 release supports Debian 8. Debian 7 was > released in 2013, Debian 8 superceded it in April 2015 so will have been > out for a

[linux-yocto] [PATCH] selftests/capabilities: Add tests for capability evolution

2016-02-11 Thread Saul Wold
From: Andy Lutomirski commit 32ae976ed3b5ba39c9208ace41bcdf4157d21db3 upstream. This test focuses on ambient capabilities. It requires either root or the ability to create user namespaces. Some of the test cases will be skipped for nonroot users. Signed-off-by: Andy

[yocto] How to create do_populate_sysroot_append task

2016-02-11 Thread Vivek Per
Hi, I want to add some additional kernel files to sysroot directory . I want to extend do_populate_sysroot task , I want to copy few more files in to sysroot after do_populate_sysroot and before do_package. I tried to create do_populate_sysroot_append() in recipe but it is getting parsing

Re: [yocto] How to build for various boards from one yocto installatio

2016-02-11 Thread Roman Shaposhnikov
Hi Mariues, Yes, you can do this. At least you should create separate machine config. For more details please check - http://www.yoctoproject.org/docs/1.8/bsp-guide/bsp-guide.html (this will provide you general process overview) On Thu, Feb 2, 2016 at 3:20 AM, Marius

Re: [yocto] Debugging shared libraries

2016-02-11 Thread Mark Hatle
On 2/10/16 9:41 PM, Gary Thomas wrote: > On 2016-02-10 21:08, Khem Raj wrote: >> >>> On Feb 10, 2016, at 8:35 AM, Mark Hatle wrote: >>> >>> On 2/10/16 1:31 AM, Gary Thomas wrote: I'm trying to debug some code (mplayer) which uses some shared libraries from

Re: [yocto] ERROR: busybox-udhcpd not found in the base feeds

2016-02-11 Thread Martin Townsend
Hi, I think I understand what has happened. It's just occured to me that the udhcpd code is probably part of busybox by default and is in the busybox package, so I checked the defconfig and CONFIG_UDHCPD is set to y. I'm assuming that the busybox-udhcpd package contains just the init script

Re: [yocto] Debugging shared libraries

2016-02-11 Thread Gary Thomas
On 2016-02-11 22:48, Mark Hatle wrote: On 2/10/16 9:41 PM, Gary Thomas wrote: On 2016-02-10 21:08, Khem Raj wrote: On Feb 10, 2016, at 8:35 AM, Mark Hatle wrote: On 2/10/16 1:31 AM, Gary Thomas wrote: I'm trying to debug some code (mplayer) which uses some shared

Re: [yocto] Debugging shared libraries

2016-02-11 Thread Khem Raj
> On Feb 11, 2016, at 7:11 PM, Gary Thomas wrote: > > On 2016-02-11 22:48, Mark Hatle wrote: >> On 2/10/16 9:41 PM, Gary Thomas wrote: >>> On 2016-02-10 21:08, Khem Raj wrote: > On Feb 10, 2016, at 8:35 AM, Mark Hatle wrote: > >

Re: [yocto] Debugging shared libraries

2016-02-11 Thread Gary Thomas
On 2016-02-12 04:18, Khem Raj wrote: On Feb 11, 2016, at 7:11 PM, Gary Thomas wrote: On 2016-02-11 22:48, Mark Hatle wrote: On 2/10/16 9:41 PM, Gary Thomas wrote: On 2016-02-10 21:08, Khem Raj wrote: On Feb 10, 2016, at 8:35 AM, Mark Hatle

[yocto] ERROR: busybox-udhcpd not found in the base feeds

2016-02-11 Thread Martin Townsend
Hi, I've just moved over to using systemd on a project but am seeing the error listed in the subject. I added the following to local.conf as there is no distribution config file. VIRTUAL-RUNTIME_init_manager = "systemd" DISTRO_FEATURES_append = " systemd" # Prevent the SysVinit distribution

[yocto] [PATCH][yocto-autobuilder] buildbot/status/web/templates/build.html

2016-02-11 Thread Graydon, Tracy
From: Tracy Graydon [YOCTO #8098] The resubmit build button on the build status page, when used with exact same revisions generates an exception. Fixed by removing the Resubmit Build button. Signed-off-by: Tracy Graydon ---

[yocto] Need some info regarding parsing all recipe files

2016-02-11 Thread Bhanagay, Sagar
Hello, I'm Sagar & I work for the HPE Openswitch project. I'm new to Yocto & do forgive my naivety. We use Yocto for building our NOS images & I plan to do the following - I want to go through all the recipe files & print out one field (say SRCREV) from them (if it exists) to a file. I also