|
Re: New error in 1.7
My original problem is that the image built in 1.6.1 does not build in 1.7. Paul indicated this is probably because of the -foreign issue as referred to in the reference manual Section 5.6.3 when
My original problem is that the image built in 1.6.1 does not build in 1.7. Paul indicated this is probably because of the -foreign issue as referred to in the reference manual Section 5.6.3 when
|
By
peterengcomau001@...
·
#22324
·
|
|
Meta-Raspberry and Meta-Oracle-Java: ERROR
Hi all,
i am newbie to Yocto. Last days i tried to build an image for my RaspberryPi with Meta-Raspberry and Meta-Oracle-Java but it did not work. This is error i received. Can anyone help me?
Thanks
Hi all,
i am newbie to Yocto. Last days i tried to build an image for my RaspberryPi with Meta-Raspberry and Meta-Oracle-Java but it did not work. This is error i received. Can anyone help me?
Thanks
|
By
Tran TriTin <tritini@...>
·
#22323
·
|
|
Re: New error in 1.7
* peterengcomau001@... <peterengcomau001@...> [141125 13:44]:
Yep, that's not really a valid patch file (at least not one that can be
applied.
If you want to do it by hand, look at
* peterengcomau001@... <peterengcomau001@...> [141125 13:44]:
Yep, that's not really a valid patch file (at least not one that can be
applied.
If you want to do it by hand, look at
|
By
Anders Darander
·
#22322
·
|
|
Re: New error in 1.7
This is new territory for me.
I have created the following patch
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -16 +16 @@
This is new territory for me.
I have created the following patch
diff --git a/configure.ac b/configure.ac
--- a/configure.ac
+++ b/configure.ac
@@ -16 +16 @@
|
By
peterengcomau001@...
·
#22321
·
|
|
Re: [bitbake-devel] how to update a package on yocto project
Hi,
Nishanth, I am assuming you are using the meta-java layer, right?
If so, have you tried my suggestions?
/Cristian
Hi,
Nishanth, I am assuming you are using the meta-java layer, right?
If so, have you tried my suggestions?
/Cristian
|
By
Iorga, Cristian <cristian.iorga@...>
·
#22320
·
|
|
Re: Progress Bar
This is functionality we don't currently provide as far as I know, and there
are lots of different ways you could implement it. If you need additional
packages to support this behaviour you'll need
This is functionality we don't currently provide as far as I know, and there
are lots of different ways you could implement it. If you need additional
packages to support this behaviour you'll need
|
By
Paul Eggleton
·
#22319
·
|
|
Re: New error in 1.7
The patch to oprofile is just an example of what you need to do to solve this
type of issue - you need to make a similar change to the failing recipe
(gstreamer1.0-plugins-hantro in this
The patch to oprofile is just an example of what you need to do to solve this
type of issue - you need to make a similar change to the failing recipe
(gstreamer1.0-plugins-hantro in this
|
By
Paul Eggleton
·
#22318
·
|
|
Re: New error in 1.7
the change to oprofile.inc and the associated patch appear to be already present in the meta data.
Any other ideas what could be causing the problem?
Lachlan
---- Message sent via Adam Internet
the change to oprofile.inc and the associated patch appear to be already present in the meta data.
Any other ideas what could be causing the problem?
Lachlan
---- Message sent via Adam Internet
|
By
peterengcomau001@...
·
#22317
·
|
|
Re: Progress Bar
Hi Mahdi,
Sorry, I don't understand the question because there isn't enough detail. I'm
not even sure which part of the system you're using. Which install.sh is this?
"dialog and progress could not
Hi Mahdi,
Sorry, I don't understand the question because there isn't enough detail. I'm
not even sure which part of the system you're using. Which install.sh is this?
"dialog and progress could not
|
By
Paul Eggleton
·
#22316
·
|
|
Re: [bitbake-devel] how to update a package on yocto project
Hi Nishanth,
There needs to be a recipe to actually provide that - PREFERRED_VERSION only
selects between available versioned recipes. Is there an openjdk-7 recipe in
your configuration? If not,
Hi Nishanth,
There needs to be a recipe to actually provide that - PREFERRED_VERSION only
selects between available versioned recipes. Is there an openjdk-7 recipe in
your configuration? If not,
|
By
Paul Eggleton
·
#22315
·
|
|
Re: Layer Priority with Wildcard .bbappend Files
Hi Bob / Nick,
No. bbappends are parsed in ascending layer priority order. It wouldn't make
sense to do it in the reverse - you want the higher priority layer's settings
to take precedence
The
Hi Bob / Nick,
No. bbappends are parsed in ascending layer priority order. It wouldn't make
sense to do it in the reverse - you want the higher priority layer's settings
to take precedence
The
|
By
Paul Eggleton
·
#22314
·
|
|
Re: New error in 1.7
Hi there,
This is likely a result of the --foreign option being removed - see:
Hi there,
This is likely a result of the --foreign option being removed - see:
|
By
Paul Eggleton
·
#22313
·
|
|
Re: New error in 1.7
thank you. i have fixed the curl problem but a new problem has occured with the build. This problem did not appear in v1.6.1. The problem is:
lachlan@lachlan-SVP13215PXB:~/poky/build-atmel$bitbake
thank you. i have fixed the curl problem but a new problem has occured with the build. This problem did not appear in v1.6.1. The problem is:
lachlan@lachlan-SVP13215PXB:~/poky/build-atmel$bitbake
|
By
peterengcomau001@...
·
#22312
·
|
|
Re: New error in 1.7
There was an issue with the curl package over the weekend. It was corrected early this morning (PST). Do you have the changes? if not, please refresh your cloned source.
regards,
Armin
There was an issue with the curl package over the weekend. It was corrected early this morning (PST). Do you have the changes? if not, please refresh your cloned source.
regards,
Armin
|
By
Armin Kuster
·
#22311
·
|
|
New error in 1.7
I have just downloaded poky 1.7 and am rebuilding the image. I get an error that I did not when doing this in 1.6.1
lachlan@lachlan-SVP13215PXB:~/poky/build-atmel$ bitbake atmel-qt5-demo-image -c
I have just downloaded poky 1.7 and am rebuilding the image. I get an error that I did not when doing this in 1.6.1
lachlan@lachlan-SVP13215PXB:~/poky/build-atmel$ bitbake atmel-qt5-demo-image -c
|
By
peterengcomau001@...
·
#22310
·
|
|
Re: Layer Priority with Wildcard .bbappend Files
I also have some questions about how FILESEXTRAPATHS is supposed to work with append files and layer priorities.
Does a higher layer priority mean that the FILESEXTRAPATHS operation should occur
I also have some questions about how FILESEXTRAPATHS is supposed to work with append files and layer priorities.
Does a higher layer priority mean that the FILESEXTRAPATHS operation should occur
|
By
Bob Cochran
·
#22309
·
|
|
Layer Priority with Wildcard .bbappend Files
I think I've encountered a bug with how multiple bbappend files are processed when one of the bbappends contains a filename wildcard, but I want to make sure there's not something I'm missing before
I think I've encountered a bug with how multiple bbappend files are processed when one of the bbappends contains a filename wildcard, but I want to make sure there's not something I'm missing before
|
By
Stevens, Nick <Nick.Stevens@...>
·
#22308
·
|
|
Re: Missing firmware files
That cracked it, thanks.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded
That cracked it, thanks.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded
|
By
Gary Thomas
·
#22307
·
|
|
Error
Hello, I am new to Yocto and trying to build an Image for Pandaboard using this guy's guidelines :
http://maniacbug.wordpress.com/2012/08/03/pandayocto/
and encountered the following error when
Hello, I am new to Yocto and trying to build an Image for Pandaboard using this guy's guidelines :
http://maniacbug.wordpress.com/2012/08/03/pandayocto/
and encountered the following error when
|
By
Daniel Pavel
·
#22306
·
|
|
Re: Missing firmware files
Hi Gary,
I'd recommend using PACKAGES =+ rather than PACKAGES += so that your package
picks up the files first. I'll bet another package is snagging the files before
yours as things are at the
Hi Gary,
I'd recommend using PACKAGES =+ rather than PACKAGES += so that your package
picks up the files first. I'll bet another package is snagging the files before
yours as things are at the
|
By
Paul Eggleton
·
#22305
·
|