[PATCH] qt-x11-free-native: Use private libpng
Saul Wold <sgw@...>
Ensure the 3rdparty version of libpng headers are found first, otherwise
the sysroot libpng15 header are found which causes a mis-match issue. Signed-off-by: Saul Wold <sgw@...> --- recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb index 2d87d26..b18ea0d 100644 --- a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb +++ b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb @@ -40,6 +40,7 @@ inherit native do_configure() { echo "yes" | ./configure -prefix ${prefix} ${QT_CONFIG_FLAGS} -fast -L ${STAGING_LIBDIR} \ -I ${STAGING_INCDIR_NATIVE} + sed -i -e '\:obj/release-shared-mt/qpngio.o\ kerne:s:$(CXXFLAGS):-I3rdparty/libpng $(CXXFLAGS):' src/Makefile } do_compile() { -- 1.7.9.5
|
|
cannot bitbake a java runtime
Tim Coote <tim+yoctoproject.org@...>
Hullo
I'm trying to get a java runtime on a qemu arm image. I'm following this: http://bit.ly/UW7fVs, which I think is the right thing to do. However, when I get to: bitbake openjdk-6 I get the following error: ERROR: Nothing PROVIDES 'giflib' (but /opt/poky/poky-danny-8.0/meta-java/recipes-core/openjdk/openjdk-6_6b24-1.11.5.bb DEPENDS on or otherwise requires it) ERROR: Required build target 'openjdk-6' has no buildable providers. Missing or unbuildable dependency chain was: ['openjdk-6', 'giflib'] Am I using the wrong documentation, or is there a missing package? Any pointers welcome. Tim
|
|
Re: I think my kernel image just went back in time...
Tomas Frydrych <tf+lists.yocto@...>
On 09/12/12 23:17, Chris Tapp wrote:
In tmp/deploy/images:Did you cleansstate it? I find that without cleaning the state kernel image gets always pulled out of sstate rather than properly rebuilt. Tomas -- http://sleepfive.com
|
|
Re: [meta-freescale] uboot i.MX6
Daiane Angolini <daiane.list@...>
On Fri, Dec 21, 2012 at 3:34 PM, McClintock Matthew-B29882
<B29882@...> wrote: On Thu, Dec 6, 2012 at 4:24 AM, Tim VerstraeteWhat´s your board? Are you using imx6 Sabre SD? I´ve been working with imx6qsabresd last week and I always boot the board. Let´s understand why you facing this behavior. Daiane
|
|
Re: uboot i.MX6
McClintock Matthew-B29882 <B29882@...>
Adding meta-freescale.
-M On Thu, Dec 6, 2012 at 4:24 AM, Tim Verstraete <Tim.Verstraete@...> wrote: Hi everybody,
|
|
Re: I think my kernel image just went back in time...
McClintock Matthew-B29882 <B29882@...>
On Sun, Dec 9, 2012 at 5:17 PM, Chris Tapp <opensource@...> wrote:
In tmp/deploy/images:Did it redeploy from an older sstate-cache? -M
|
|
Re: [meta-freescale] hiawatha-8.6 using Yocto
Eric Bénard <eric@...>
Hi,
Le Fri, 21 Dec 2012 21:41:38 +0530, GOPIKRISHNAN S <gopikrishnans@...> a écrit : I was trying to install hiawatha on my freescale p2041rdb. But it is usingby using meta-openembedded/meta-webserver you can get hiawatha running in a few minutes : http://cgit.openembedded.org/meta-openembedded/tree/meta-webserver/recipes-httpd/hiawatha Best regards Eric
|
|
Re: hiawatha-8.6 using Yocto
Burton, Ross <ross.burton@...>
On 21 December 2012 16:11, GOPIKRISHNAN S <gopikrishnans@...> wrote:
I was trying to install hiawatha on my freescale p2041rdb. But it is usingBasically, instead of "inherit autotools", use "inherit cmake". In oe-core have a look at libmusicbrainz or libproxy for examples. Ross
|
|
hiawatha-8.6 using Yocto
GOPIKRISHNAN S <gopikrishnans@...>
Hi,
I was trying to install hiawatha on my freescale p2041rdb. But it is using cmake to configure and install. How to write recipe for this with cmake. I have writted recipe for packages with autotools, and make file. Any Idea??? Reg, Gopi Krishnan S
|
|
Re: Set hostname on image?
Tomas Frydrych <tf+lists.yocto@...>
On 21/12/12 15:04, Jonas Jonsson L wrote:
The installed (/etc/hostname) file is created & installed in theYou will not be able to override it in local.conf because the 'hostname' variable in the recipe is not weakly assigned. But you should be able to override it in a base-files.bbappend. Tomas
|
|
Set hostname on image?
Jonas Jonsson L <jonas.l.jonsson@...>
Hi!
This is probably a very stupid question, but I don't understand how to set the hostname of the system that I'm building (I'm building a 'core-image-minimal'), unless I
A) write a /etc/hostname file to the image, or
B) write a script that updates the hostname during startup
The installed (/etc/hostname) file is created & installed in the base-files recipe, but I don't understand how to set/use the hostname-variable in that recipe so that it becomes what I want it to be (unless I start editing that recipe ....).
Is there a way to modify the hostname from my 'local.conf' file?
Best regards, Merry Christmas & Happy New Year!
Jonas
|
|
Can't build systemd from meta-systemd
Jerrod Peach <peachj@...>
All,
I'm getting a failure in do_configure when trying to build systemd from meta-systemd: <my path>/poky/build/tmp/sysroots/x86_64-linux/usr/bin/i586-poky-linux/../../lib/i586-poky-linux/gcc/i586-poky-
linux/4.7.2/include-fixed/limits.h:169:61: error: no include path in which to search for limits.h (You can find a little more context at http://pastebin.com/3EeHMTtG, if it'll help)
Thoughts as to what's going wrong? Kind regards, Jerrod
|
|
Tasks must be python executable or both python and shell executable?
Biao <huanmateme@...>
Hi All, There is a description in the manual of the bitbake, #1 "In BitBake, each step that needs to be run for a given .bb is known as a task. There is a command addtask to add new tasks (must be a defined Python executable metadata and must start with “do_”) and describe intertask dependencies."#2 But i saw a lot of tasks is shell executable. #1 and #2 seem contradict with each other, what is the real story? Thanks, Biao
|
|
Where does the python's output to?
Biao <huanmateme@...>
Hi All, I have a task in a dum.bb file, after running the task with -vDDD, i can not find where the "I am the python output" goes, it is not in the terminal, not in the log file. Where does the sys.__stdout__.write output to? /*----code snap begins---*/ python do_dm2 () { import sys sys.__stdout__.write("I am the python output\n") } addtask dm2 /*----code snap ends---*/ Best Regards, Biao
|
|
Re: [PATCH 4/5] yocto-layer: add 'layer' template data
Tom Zanussi <tom.zanussi@...>
On Thu, 2012-12-20 at 09:29 -0700, Gary Thomas wrote:
On 2012-12-20 09:23, Tom Zanussi wrote:Yeah, true, and definitely can't hurt in any case.On Wed, 2012-12-19 at 16:40 -0800, Darren Hart wrote:Not true - that would be compiler specific and should not be relied on.Hmm, I don't think that's actually necessary for main() - if you don't Tom
|
|
Re: [PATCH 4/5] yocto-layer: add 'layer' template data
Gary Thomas
On 2012-12-20 09:23, Tom Zanussi wrote:
On Wed, 2012-12-19 at 16:40 -0800, Darren Hart wrote:Not true - that would be compiler specific and should not be relied on.Hmm, I don't think that's actually necessary for main() - if you don't Always best to be explicit (plus it will eliminate a GCC warning!) -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------
|
|
Re: [PATCH 4/5] yocto-layer: add 'layer' template data
Tom Zanussi <tom.zanussi@...>
On Wed, 2012-12-19 at 16:40 -0800, Darren Hart wrote:
Hmm, I don't think that's actually necessary for main() - if you don't specify a return value for main(), it should already implicitly return 0 IIRC... Tom +}
|
|
Re: How to update Git clone when rebuilding
Tino Breddin <tb@...>
Hi Jerrod,
toggle quoted messageShow quoted text
That looks promising. Will try that once I can build again. Thanks, Tino
On 12/20/2012 04:38 PM, Jerrod Peach wrote:
Tino, --
Tino Breddin Technical Director email: tb@... mobile: +49-151-27054995 ------------------- enabling your networks ------------------- Travelping GmbH phone: +49-391-819099229 Roentgenstr. 13 fax: +49-391-819099299 D-39108 Magdeburg email: info@... GERMANY web: http://www.travelping.com Company Registration: Amtsgericht Stendal Reg No.: HRB 10578 Geschaeftsfuehrer: Holger Winkelmann | VAT ID No.: DE236673780 --------------------------------------------------------------
|
|
Re: [PATCH 0/5] RFC: new 'yocto-layer' tool for creating generic Yocto layers
Tom Zanussi <tom.zanussi@...>
On Wed, 2012-12-19 at 16:34 -0800, Darren Hart wrote:
On 12/17/2012 09:51 AM, tom.zanussi@... wrote:Well, you can do it all from the command-line if you use the -i commandFrom: Tom Zanussi <tom.zanussi@...> (where -i doesn't mean interactive, just the opposite in fact) with a JSON file: [trz@empanada build]$ yocto-layer create jtest -i yocto-layer-input.json With the contents of yocto-layer-input.json being values for the properties you get from 'yocto-layer list properties': {"layer_priority":"6","create_example_recipe":"n","create_example_bbappend":"n","example_recipe_name":"example","example_bbappend_name":"example","example_bbappend_version":"0.1"} Obviously this isn't designed for humans to use directly - the purpose is to allow other tools to use the Yocto BSP tools but avoid having to display the default text-based interface. ADT uses this for instance to create an Eclipse UI for yocto-bsp. I could add specific command-line options for each of those properties, or a subset if that makes sense, but the templating engine and the resulting tools were meant to be 'user-friendly' and 'menu-driven' for complete novices who don't necessarily want to read documentation. I'm thinking that most users probably won't use these tools very often, so providing a complete command-line equivalent encompassing all the options would be more trouble than it's worth. It might make sense though to do it for the case of the 'simplest layer' which would mean just adding a 'priority' option in addition to the layer name already specified on the command line. empanada :-) MmmmmmYeah, that's what happens when you install a new system just before dinner. ;-) Not sure what you mean - if you say 'y' to either the recipe or theNew layer created in meta-simplestlayer. bbappend, it will create a recipes-example/ dir to contain them. Do you mean something else? Thanks for reviewing them! Tom Thanks,
|
|
Re: How to update Git clone when rebuilding
Jerrod Peach <peachj@...>
Tino, You can read a little more about that in these two docs: http://www.yoctoproject.org/docs/current/poky-ref-manual/poky-ref-manual.html#ref-variables-glossary Kind regards, Jerrod
On Thu, Dec 20, 2012 at 10:34 AM, Tino Breddin <tb@...> wrote: Hi,
|
|