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
custo
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-linu
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
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
wrote:
On Tue, Feb 3, 2015 at 12:14 PM, Alexandru Vaduva
wrote:
> I will be more then happy to help
Randy,
Thanks for the tip. Here's what I ended up with:
add_releaseinfo () {
sed -i "/NAME=/s/${DISTRO_NAME}/${DISTRO_NAME} (Debug)/"
${IMAGE_ROOTFS}/${sysconfdir}/os-release
}
ROOTFS_POSTPROCESS_COMMAND += " add_releaseinfo ; "
Thomas
-Original Message-
From: Randy Witt [mailto
On Tue, Feb 3, 2015 at 12:14 PM, Alexandru Vaduva
wrote:
> I will be more then happy to help you with this.
>
>
> Alex Vaduva
>
>
> On Tuesday, February 3, 2015 5:41 PM, Victor Rodriguez
> wrote:
>
>
> HI team
>
> I wonder if there is any project or efforts to implement Message
> Passing Interfac
On 3 February 2015 at 21:30, Jim Abernathy 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 /etc/acpi/events or do I need t
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
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 need
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 s
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 doesn
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 /etc/
> 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, Ji
I will be more then happy to help you with this.
Alex Vaduva
On Tuesday, February 3, 2015 5:41 PM, Victor Rodriguez
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 than happy to work on
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 dns-na
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 /etc
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.
Chee
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 we
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
"/etc/network/interf
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
--
___
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:
***
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:
>
> **
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:
*
On 3 February 2015 at 09:55, Paul Eggleton
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 selective
> about what
On 3 February 2015 at 05:03, Khem Raj 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 ?
>
dl-caller.c:1:0: warni
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, block
Hi Paul,
On Monday 02 February 2015 19:51:15 Stath, Paul wrote:
> If there any way in the bbappend file to override [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 contai
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 t
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 no
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
30 matches
Mail list logo