* Zeromq recipe
@ 2013-10-09 20:20 Michael Davis
2013-10-09 20:48 ` Khem Raj
2013-10-09 22:15 ` Gary Thomas
0 siblings, 2 replies; 3+ messages in thread
From: Michael Davis @ 2013-10-09 20:20 UTC (permalink / raw)
To: poky@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 970 bytes --]
Hi there, I would like to cross-compile zeromq-3.2.3 source (http://download.zeromq.org/) into my poky build for zynq zx3. I figured that the best way would be to create a new layer with a bb recipe that can find the source. I am trying to use something like this recipe: https://github.com/openembedded/openembedded/blob/b8e90091aca8777092aa410fbfbb5c5d8cc7cbcb/recipes/zeromq/zeromq_2.1.6.bb
I've created a new layer with a .bb file like this and a simple layer.conf to find it. I've also added the layer to bblayers.conf. Poky doesn't seem to want to build the source though. It recognizes the layer and parses the bb file but never builds the package or integrates it to my ramdisk image. This is my first try at making a bb recipe, so perhaps I am just missing something important. Should I be specifying compile and install steps other than the default steps? Any info on creating layers and recipes would be greatly appreciated. Thank you!
-Mike
[-- Attachment #2: Type: text/html, Size: 2890 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Zeromq recipe
2013-10-09 20:20 Zeromq recipe Michael Davis
@ 2013-10-09 20:48 ` Khem Raj
2013-10-09 22:15 ` Gary Thomas
1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2013-10-09 20:48 UTC (permalink / raw)
To: Michael Davis; +Cc: poky@yoctoproject.org
On Wed, Oct 9, 2013 at 1:20 PM, Michael Davis
<mdavis@planetaryresources.com> wrote:
> Hi there, I would like to cross-compile zeromq-3.2.3 source
> (http://download.zeromq.org/) into my poky build for zynq zx3. I figured
> that the best way would be to create a new layer with a bb recipe that can
> find the source. I am trying to use something like this recipe:
> https://github.com/openembedded/openembedded/blob/b8e90091aca8777092aa410fbfbb5c5d8cc7cbcb/recipes/zeromq/zeromq_2.1.6.bb
>
>
see my python3 series posted here
http://git.openembedded.org/openembedded-core-contrib/log/?h=kraj/python3
and I believe you will find zeromq recipes there if not then search oe-core ml
if still not I can post it again.
>
> I’ve created a new layer with a .bb file like this and a simple layer.conf
> to find it. I’ve also added the layer to bblayers.conf. Poky doesn’t seem
> to want to build the source though. It recognizes the layer and parses the
> bb file but never builds the package or integrates it to my ramdisk image.
> This is my first try at making a bb recipe, so perhaps I am just missing
> something important. Should I be specifying compile and install steps other
> than the default steps? Any info on creating layers and recipes would be
> greatly appreciated. Thank you!
>
>
>
> -Mike
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Zeromq recipe
2013-10-09 20:20 Zeromq recipe Michael Davis
2013-10-09 20:48 ` Khem Raj
@ 2013-10-09 22:15 ` Gary Thomas
1 sibling, 0 replies; 3+ messages in thread
From: Gary Thomas @ 2013-10-09 22:15 UTC (permalink / raw)
To: poky
[-- Attachment #1: Type: text/plain, Size: 1386 bytes --]
On 2013-10-09 14:20, Michael Davis wrote:
> Hi there, I would like to cross-compile zeromq-3.2.3 source (http://download.zeromq.org/) into my poky build for zynq zx3. I figured that the best way would be to create a new
> layer with a bb recipe that can find the source. I am trying to use something like this recipe:
> https://github.com/openembedded/openembedded/blob/b8e90091aca8777092aa410fbfbb5c5d8cc7cbcb/recipes/zeromq/zeromq_2.1.6.bb
>
> I’ve created a new layer with a .bb file like this and a simple layer.conf to find it. I’ve also added the layer to bblayers.conf. Poky doesn’t seem to want to build the source
> though. It recognizes the layer and parses the bb file but never builds the package or integrates it to my ramdisk image. This is my first try at making a bb recipe, so perhaps I
> am just missing something important. Should I be specifying compile and install steps other than the default steps? Any info on creating layers and recipes would be greatly
> appreciated. Thank you!
I'm not sure why your recipe doesn't work, but the attached
one builds fine (a slightly older package rev). You might try it.
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
[-- Attachment #2: zeromq_3.2.0.bb --]
[-- Type: text/plain, Size: 476 bytes --]
DESCRIPTION = "Zeromq - The Intelligent Transport Layer"
LICENSE = "GPLv3 | LGPLv3"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=f7b40df666d41e6508d03e1c207d498f \
file://COPYING.LESSER;md5=8edeb3c8f93fd8487fefa07fcb5567d3 \
"
SRC_URI = "http://download.zeromq.org/zeromq-${PV}-rc1.tar.gz"
SRC_URI[md5sum] = "e700b4d447ca6c159ae5c12e357f7d72"
SRC_URI[sha256sum] = "6418523f281f618b9da677b8b640c158049a4f7e6f9f391909101b242e4cc991"
inherit autotools gettext
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-09 22:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09 20:20 Zeromq recipe Michael Davis
2013-10-09 20:48 ` Khem Raj
2013-10-09 22:15 ` Gary Thomas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.