Re: [yocto] Booting .hddimg from USB failed -> ramdisk not found /dev/ram0 - HELP!

2015-01-09 Thread Simon Bolek
Hi Nick, attached is my kernel .bbappend and .cfg files of linux kernel recipe of my own layer. In original meta layer nothing was changed. However, I spent last night trying to resolve the problem and found out that standard core-sato-image was missing meta/recipes-core/initrdscripts I added that

[yocto] Atom-pc, usb installation - NO BOOTABLE DEVICE

2015-01-09 Thread Simon Bolek
Hi, The following is the case: 1) atom-pc with ssd 80 GB hard drive(the only one, no optical, no usb, etc.) as a target device 2) core-image-sato bitbaked and moved to usb device successfully 3) usb 'install' to atom-pc successfull (so the install script says) 4) after removing the usb device, pre

Re: [yocto] Atom-pc, usb installation - NO BOOTABLE DEVICE

2015-01-09 Thread ChenQi
On 01/09/2015 05:31 PM, Simon Bolek wrote: Hi, The following is the case: 1) atom-pc with ssd 80 GB hard drive(the only one, no optical, no usb, etc.) as a target device 2) core-image-sato bitbaked and moved to usb device successfully 3) usb 'install' to atom-pc successfull (so the install scr

[yocto] (no subject)

2015-01-09 Thread Debasmita Lohar
Hello, My yocto version is: 3.10.11-yocto-standard. I was trying to install git 1.8.1.2. While making git it is showing the following error: Writing MYMETA.yml GEN git-add--interactive make[2]: *** No rule to make target `/usr/lib/perl/5.14.3/CORE/config.h', needed by `perl.mak'. Stop. make[1]

[yocto] Problems faced while installing git

2015-01-09 Thread Debasmita Lohar
Hello, My yocto version is: 3.10.11-yocto-standard. I was trying to install git 1.8.1.2. While making git it is showing the following error: Writing MYMETA.yml GEN git-add--interactive make[2]: *** No rule to make target `/usr/lib/perl/5.14.3/CORE/config.h', needed by `perl.mak'. Stop. make[1]

[yocto] do pkg_postinst() scripts need to start with "#!/bin/sh -e"?

2015-01-09 Thread Robert P. J. Day
more manual pedantry -- dev manual, section 5.3.16, suggests: A post-installation function has the following structure: pkg_postinst_PACKAGENAME() { #!/bin/sh -e # Commands to carry out } except that every example of a pkg_postinst() script i've ever seen does not contain

Re: [yocto] do pkg_postinst() scripts need to start with "#!/bin/sh -e"?

2015-01-09 Thread Robert P. J. Day
On Fri, 9 Jan 2015, Robert P. J. Day wrote: > > more manual pedantry -- dev manual, section 5.3.16, suggests: > > A post-installation function has the following structure: > > pkg_postinst_PACKAGENAME() { > #!/bin/sh -e > # Commands to carry out > } > > except that every exa

[yocto] can't pull any sources anymore

2015-01-09 Thread Matthias.Heise
Hi, I'm not able to pull any sources for a little time now. As test I re-tried an already working setup by again following some tutorial and trying to setup a fresh repo. The repo init works but the sync fails. I should mention that due to network limitations I replace git:// urls with https://

Re: [yocto] Bug reporting and good bug reports

2015-01-09 Thread Trevor Woerner
[If I reply, people will think that I'm really big on this MAINTAINERS file thing, which I'm really not. But if I don't reply I'll feel as though my point was missed :-(] On 01/07/15 16:30, Richard Purdie wrote: > On Wed, 2015-01-07 at 16:21 -0500, Trevor Woerner wrote: >> On 01/07/15 04:25, Richa

Re: [yocto] do pkg_postinst() scripts need to start with "#!/bin/sh -e"?

2015-01-09 Thread Trevor Woerner
On 01/09/15 08:42, Robert P. J. Day wrote: > On Fri, 9 Jan 2015, Robert P. J. Day wrote: > >> more manual pedantry -- dev manual, section 5.3.16, suggests: >> >> A post-installation function has the following structure: >> >> pkg_postinst_PACKAGENAME() { >> #!/bin/sh -e >> # Comma

[yocto] [PATCH][yocto-docs] Update a couple recipes in dev manual.

2015-01-09 Thread Robert P. J. Day
Update listings of a couple recipes in section 5.3 to match current source. Signed-off-by: Robert P. J. Day --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 17d725b..611bb74 100644 --- a/documentation/dev-manual

Re: [yocto] can't pull any sources anymore

2015-01-09 Thread Saul Wold
On 01/09/2015 06:10 AM, matthias.he...@atlas-elektronik.com wrote: Hi, I'm not able to pull any sources for a little time now. As test I re-tried an already working setup by again following some tutorial and trying to setup a fresh repo. The repo init works but the sync fails. I should mention

Re: [yocto] Booting .hddimg from USB failed -> ramdisk not found /dev/ram0 - HELP!

2015-01-09 Thread nick
Simon, Your right is this probably an issue with your boot partition config. Regards Nick On 2015-01-09 04:20 AM, Simon Bolek wrote: > Hi Nick, attached is my kernel .bbappend and .cfg files of linux kernel > recipe of my own layer. In original meta layer nothing was changed. > > However, I spe

[yocto] linux: having problems forcing a kernel recompile...

2015-01-09 Thread Bob Cochran
Hi, I'm working with the latest poky master branch (as of this morning: 876370419a), and I can't force a recompile of the kernel: $ bitbake virtual/kernel -c compile -f fails with | make[2]: *** [prepare3] Error 1 I have seen this with both linux-qoriq and my own derived linux-yocto recipe

[yocto] admittedly simple questions about DISTRO_PN_ALIAS

2015-01-09 Thread Robert P. J. Day
(i'm in a proofreading mood today ...) reading dev manual here: http://www.yoctoproject.org/docs/1.7/dev-manual/dev-manual.html#usingpoky-configuring-DISTRO_PN_ALIAS and first silly question -- what is the *purpose* of that variable? as in, what effect will it have on the eventual image? what

Re: [yocto] admittedly simple questions about DISTRO_PN_ALIAS

2015-01-09 Thread Paul Eggleton
Hi Robert, On Friday 09 January 2015 12:19:32 Robert P. J. Day wrote: > reading dev manual here: > > http://www.yoctoproject.org/docs/1.7/dev-manual/dev-manual.html#usingpoky-co > nfiguring-DISTRO_PN_ALIAS > > and first silly question -- what is the *purpose* of that variable? as > in, what effe

[yocto] Error building meta-java openjdk-7 for ARM cortex-a7

2015-01-09 Thread Darcy Watkins
Hello, I have switched my git remote for meta-java from github.com/woglinde to the one at yoctoproject.org to get the fix for the currency time expiry issue along with other fixes and improvements. I am encountering a problem building meta-java (openjdk-7) for cortexa7hf-vfp-neon-poky-linux-gnuea

[yocto] libtool woes

2015-01-09 Thread Gary Thomas
I'm trying to build a recipe which uses libtool. The problem I'm having is that the program uses glib-2.0 and one of the libraries from that package has library dependencies. This is giving libtool major troubles. I get errors like this: | sed: can't read =/usr/lib/libffi.la: No such file or

Re: [yocto] libtool woes

2015-01-09 Thread Mark Hatle
On 1/9/15 12:26 PM, Gary Thomas wrote: > I'm trying to build a recipe which uses libtool. The problem > I'm having is that the program uses glib-2.0 and one of the > libraries from that package has library dependencies. This > is giving libtool major troubles. I get errors like this: >| sed:

Re: [yocto] can't pull any sources anymore

2015-01-09 Thread Michael Halstead
On 01/09/2015 08:08 AM, Saul Wold wrote: > On 01/09/2015 06:10 AM, matthias.he...@atlas-elektronik.com wrote: >> Hi, >> >> I'm not able to pull any sources for a little time now. As test I >> re-tried an already working setup by again following some tutorial >> and trying to setup a fresh repo. Th

Re: [yocto] libtool woes

2015-01-09 Thread Gary Thomas
On 2015-01-09 11:57, Mark Hatle wrote: On 1/9/15 12:26 PM, Gary Thomas wrote: I'm trying to build a recipe which uses libtool. The problem I'm having is that the program uses glib-2.0 and one of the libraries from that package has library dependencies. This is giving libtool major troubles. I

Re: [yocto] runqemu-extract-sdk does not provide all required librariesin rootfs

2015-01-09 Thread peterengcomau001
 Hi Mihail, I originally installed poky 1.6.1 but when it generates the toolchain files it calls it them 1.6.2.  The base image I am using is not core-image-sato-sdk as I was wanting to develop against my actual image and also test things directly on my target. My core image is supplied by the vend

Re: [yocto] Atom-pc, usb installation - NO BOOTABLE DEVICE

2015-01-09 Thread Chris Tapp
On 9 Jan 2015, at 09:31, Simon Bolek wrote: > Hi, > > The following is the case: > 1) atom-pc with ssd 80 GB hard drive(the only one, no optical, no usb, etc.) > as a target device > 2) core-image-sato bitbaked and moved to usb device successfully > 3) usb 'install' to atom-pc successfull (s

Re: [yocto] libm implementation issue

2015-01-09 Thread peterengcomau001
 Hi Richard,I am using the standard poky DISTRO (although the configuration is DISTRO ?= "poky' so something else my be changing it. Also The final image is pretty large taking 256Mb.Is there anything else I can check that may be altering the DISTRO or the libc. If I look at all the setting in ECLI

[yocto] yocto mailing list

2015-01-09 Thread Damodar
pls subscribe me to the mailing list Sent from my iPhone -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto