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
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
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
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]
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]
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
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
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://
[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
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
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
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
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
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
(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
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
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
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
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:
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
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
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
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
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
pls subscribe me to the mailing list
Sent from my iPhone
--
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto
25 matches
Mail list logo