Re: [yocto] How to use different busybox defconfig's in the initramfs and rootfs image

2015-02-03 Thread ChenQi
On 02/03/2015 05:23 PM, erwin.rieger@rohde-schwarz.com wrote: Hello, thank you for your reply. I have a working solution now, but it is not as clean as i would like it to be and some new questions arose with it. My current setup consists of a busybox.bbappend file that is used to

Re: [yocto] yocto-custom-kernel issue

2015-02-03 Thread Bruce Ashfield
On 15-02-03 07:40 AM, Raghavendra Kakarla wrote: Hi, I want to add BSP layer for my mechine and I should take the our own customized kernel source(our kernel source). For that I add the BSP layer and wrote the recipe for that. My recipe is as follows:

[yocto] MPI support on Yocto

2015-02-03 Thread Victor Rodriguez
HI team I wonder if there is any project or efforts to implement Message Passing Interface (MPICH ) support on Yocto ? If no I am more than happy to work on it , I just will need a little bit of guidance Thanks a lot Regards Victor Rodriguez -- ___

[yocto] DNS nameservers in Yocto

2015-02-03 Thread Jim Abernathy
I find that for Static IPs, I have to manually add my DNS name servers to /etc/resolv.conf instead of what I'm use to and that's put the line in /etc/network/interfaces with the dns-nameserver [IP] [IP]. My knowledge base comes from Ubuntu Server where putting everything in

Re: [yocto] Adding 'sbin' to default path

2015-02-03 Thread Ash Charles
Hi Paul, Thanks very much for the explanation! I'm coming from an Ubuntu world where it seems they didn't follow Debian's lead in this case ;-). As this does seem to be distro-dependent, I'll maintain my patch as being a reasonable workaround and now understand why meta uses non-sbin path.

[yocto] [meta-raspberrypi][ANNOUNCEMENT] Official issue tracker

2015-02-03 Thread Andrei Gherzan
Hello rPIans, Following your feedback, we now have a new tool for tracking the issues related to meta-raspberrypi BSP yocto layer ( http://redmine.gherzan.ro/projects/meta-raspberrypi). An issue might be a bug, a feature or a support ticket. This redmine server will replace any other tools that

[yocto] yocto-custom-kernel issue

2015-02-03 Thread Raghavendra Kakarla
Hi, I want to add BSP layer for my mechine and I should take the our own customized kernel source(our kernel source). For that I add the BSP layer and wrote the recipe for that. My recipe is as follows:

Re: [yocto] yocto-custom-kernel issue

2015-02-03 Thread Sven Ebenfeld
Hi Raghavendra, Am 03.02.2015 um 13:40 schrieb Raghavendra Kakarla: Hi, I want to add BSP layer for my mechine and I should take the our own customized kernel source(our kernel source). For that I add the BSP layer and wrote the recipe for that. My recipe is as follows:

Re: [yocto] [RFT] upcoming glibc 2.21 and gcc 4.9 upgrade

2015-02-03 Thread Burton, Ross
On 3 February 2015 at 05:03, Khem Raj raj.k...@gmail.com wrote: I think this issue was there even with older version of glibc for i7 but it was flagged as a warning, glibc 2.21 now uses -Werror by default. Can you confirm that via inspecting 2.20 glibc build logs for this machine ?

Re: [yocto] [RFC]provide native recipe for every package

2015-02-03 Thread Burton, Ross
On 3 February 2015 at 09:55, Paul Eggleton paul.eggle...@linux.intel.com wrote: Assuming what you mean is BBCLASSEXTEND = native for every recipe, I don't think we want to do this. There are a lot of things that should simply be provided by the host rather than us building them; we need to be

Re: [yocto] DNS nameservers in Yocto

2015-02-03 Thread Paul Eggleton
Hi Dean, On Tuesday 03 February 2015 11:20:01 Dean wrote: On 2/3/2015 9:43 AM, Jim Abernathy wrote: I find that for Static IPs, I have to manually add my DNS name servers to /etc/resolv.conf instead of what I'm use to and that's put the line in /etc/network/interfaces with the

Re: [yocto] DNS nameservers in Yocto

2015-02-03 Thread Dean
Add resolvconf to your image. That being said, I'm using dora and the package there was very incomplete. I had to add quite a bit in a .bbappend to make it work properly. On 2/3/2015 9:43 AM, Jim Abernathy wrote: I find that for Static IPs, I have to manually add my DNS name servers to

Re: [yocto] MPI support on Yocto

2015-02-03 Thread Alexandru Vaduva
I will be more then happy to help you with this. Alex Vaduva On Tuesday, February 3, 2015 5:41 PM, Victor Rodriguez vm.ro...@gmail.com wrote: HI team I wonder if there is any project or efforts to implement Message Passing Interface (MPICH ) support on Yocto ? If no I am more

[yocto] patch_do_patch error for local kernel rep..,

2015-02-03 Thread Pavan Kumar B
Hi, I was trying to set the local repo for kernel and build the yocto image. For that I have set SRC_URI as below located at $ /fsl-community-bsp/sources/meta-fsl-arm-extra/recipes-kernel/linux/linux-wandboard.inc SRC_URI = git:///home/jos/test/temp/mykernel;protocol=file;bareclone=1 and it

Re: [yocto] DNS nameservers in Yocto

2015-02-03 Thread Dean
On 2/3/2015 12:11 PM, Paul Eggleton wrote: Hi Dean, On Tuesday 03 February 2015 11:20:01 Dean wrote: On 2/3/2015 9:43 AM, Jim Abernathy wrote: I find that for Static IPs, I have to manually add my DNS name servers to /etc/resolv.conf instead of what I'm use to and that's put the line in

[yocto] Identifying image in os-release

2015-02-03 Thread Moore, Thomas (FtWorth)
For my system, we are generating two images: a release image and a debug image. The debug image simply adds the debug image features (tools-debug, eclipse-debug, and dbg-pkgs). This approach looks like it is going to work well for our needs. However, the one issue that I have is that there

Re: [yocto] DNS nameservers in Yocto

2015-02-03 Thread Jim Abernathy
From: paul.eggle...@linux.intel.com To: d...@ripperd.com CC: jfaberna...@outlook.com; yocto@yoctoproject.org Subject: Re: [yocto] DNS nameservers in Yocto Date: Tue, 3 Feb 2015 18:11:12 + Hi Dean, On Tuesday 03 February 2015 11:20:01 Dean wrote: On 2/3/2015 9:43 AM, Jim

Re: [yocto] MPI support on Yocto

2015-02-03 Thread Alexandru Vaduva
I would suggest a layer under meta-openembeded: meta-openembedded/meta-oe/recipes-devtools/ caould be a start. Alex Vaduva On Wednesday, February 4, 2015 12:21 AM, Victor Rodriguez vm.ro...@gmail.com wrote: On Tue, Feb 3, 2015 at 12:14 PM, Alexandru Vaduva

Re: [yocto] Identifying image in os-release

2015-02-03 Thread Randy Witt
On 02/03/2015 11:42 AM, Moore, Thomas (FtWorth) wrote: For my system, we are generating two images: a release image and a debug image. The debug image simply adds the debug image features (tools-debug, eclipse-debug, and dbg-pkgs). This approach looks like it is going to work well for our

Re: [yocto] How to use different busybox defconfig's in the initramfs and rootfs image

2015-02-03 Thread Erwin . Rieger . ext
Hello, thank you for your reply. I have a working solution now, but it is not as clean as i would like it to be and some new questions arose with it. My current setup consists of a busybox.bbappend file that is used to customize the rootfs busybox (defconfig, some /etc files and so on) and a

Re: [yocto] Unset task_name[noexec] in bbappend

2015-02-03 Thread Paul Eggleton
Hi Paul, On Monday 02 February 2015 19:51:15 Stath, Paul wrote: If there any way in the bbappend file to override task_name[noexec] = 1 specified in the parent .bb file? I want to extend the package-index task, and need to fetch a couple of configuration files. The package-index.bb task

Re: [yocto] Adding 'sbin' to default path

2015-02-03 Thread Paul Eggleton
Hi Ash, On Friday 30 January 2015 10:28:21 Ash Charles wrote: Why does the PATH variable in the dot.bashrc shipped by the base-files not include 'sbin' paths? It seems like any interactive user should be able to call e.g. 'ifconfig' informationally---they should, and would still be, blocked

Re: [yocto] bitbake-whatchanged error

2015-02-03 Thread Paul Eggleton
On Tuesday 03 February 2015 09:53:30 ChenQi wrote: On 02/03/2015 02:40 AM, Paul Eggleton wrote: On Monday 02 February 2015 09:33:30 Gary Thomas wrote: Every time I run the 'bitbake-whatchanged' script, I get an error like this: ERROR: Bitbake's cached basehash does not match the

Re: [yocto] [RFC]provide native recipe for every package

2015-02-03 Thread Paul Eggleton
Hi Bian, On Tuesday 03 February 2015 00:38:54 Bian, Naimeng wrote: Would you tell me why can't we inherit native.bbclass in every recipes. IMO, it's better to provide native recipe for every package. Assuming what you mean is BBCLASSEXTEND = native for every recipe, I don't think we want to

Re: [yocto] ACPI powerbtn

2015-02-03 Thread Burton, Ross
On 3 February 2015 at 21:30, Jim Abernathy jfaberna...@outlook.com wrote: I need to add something that will 'shutdown -h now' when the power button is pressed. I would figure that ACPI is already included in the core-image-base of the NUC bsp. Do I need to include a new file in

[yocto] ACPI powerbtn

2015-02-03 Thread Jim Abernathy
I need to add something that will 'shutdown -h now' when the power button is pressed. I would figure that ACPI is already included in the core-image-base of the NUC bsp. Do I need to include a new file in /etc/acpi/events or do I need to include some package? Jim A

Re: [yocto] ALTERNATIVE_TARGET, ALTERNATIVE_PRIORITY problem

2015-02-03 Thread Mark Hatle
On 1/28/15 5:12 AM, Joseph Andrew de la Peña wrote: Good day Mark, Thank you for the response! Really appreciate it. The purpose is the latter as what you've provided (three packages that all provide 'bar'. ) When I tried this one, bar3 is the one pointed by bar. The aim is for bar to

Re: [yocto] Compile issue with 1.7 SDK and hf

2015-02-03 Thread Mark Hatle
On 1/29/15 3:35 AM, Teresa Gámez wrote: Hello, I have installed a SDK based on yocto 1.7 with DEFAULTTUNE ?=cortexa8thf-neon set. I have tried to compile the barebox bootloader with this SDK like this: source /opt/poky/1.7/environment-setup-cortexa8t2hf-vfp-neon-poky-linux-gnueabi