* Using meta-openembeded with yocto
@ 2013-03-14 14:32 Kurt Stevens
2013-03-14 14:47 ` Hans Beckérus
0 siblings, 1 reply; 5+ messages in thread
From: Kurt Stevens @ 2013-03-14 14:32 UTC (permalink / raw)
To: yocto
Hello all,
I am new to this list, and new to working with yocto project. I have
been able to build bootable images for my target (atom) using yocto and hob,
and am very happy and impressed.
I would also like to use some of the layers within meta-oe (specifically
apache and mysql), but I don't know how to go about using the layers from
yocto.
If someone could help me get started, I would greatly appreciate it.
Thanks,
Kurt Stevens
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Using meta-openembeded with yocto
2013-03-14 14:32 Using meta-openembeded with yocto Kurt Stevens
@ 2013-03-14 14:47 ` Hans Beckérus
2013-03-14 15:09 ` Kurt Stevens
0 siblings, 1 reply; 5+ messages in thread
From: Hans Beckérus @ 2013-03-14 14:47 UTC (permalink / raw)
To: Kurt Stevens; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 834 bytes --]
On Thu, Mar 14, 2013 at 3:32 PM, Kurt Stevens <kurtmyles@gmail.com> wrote:
> Hello all,
>
> I am new to this list, and new to working with yocto project. I have
> been able to build bootable images for my target (atom) using yocto and
> hob,
> and am very happy and impressed.
>
> I would also like to use some of the layers within meta-oe
> (specifically
> apache and mysql), but I don't know how to go about using the layers from
> yocto.
>
> If someone could help me get started, I would greatly appreciate it.
>
> Thanks,
>
> Kurt Stevens
>
> Hi Stevens.
Just download and place the meta-openembedded somewhere in your path. I
put it under poky together with the rest, then update your
build/conf/bblayers.conf file and add <path>/meta-openembedded/meta-oe to
the list in BBLAYERS.
Hans
[-- Attachment #2: Type: text/html, Size: 1158 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Using meta-openembeded with yocto
2013-03-14 14:47 ` Hans Beckérus
@ 2013-03-14 15:09 ` Kurt Stevens
2013-03-14 15:17 ` Burton, Ross
0 siblings, 1 reply; 5+ messages in thread
From: Kurt Stevens @ 2013-03-14 15:09 UTC (permalink / raw)
To: yocto
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1456 bytes --]
Thanks Hans for the quick response.
I cloned meta-openembedded under the poky folder and generated a new build
folder using the oe-init* script (in a new shell), but when I run hob from
the new build folder, I get this error message:
ERROR: ParseError at
/home/kurt/yocto/poky-danny-8.0/meta-openembedded/meta-oe/recipes-support/maliit/maliit-framework_git.bb:7:
Could not inherit file classes/gtk-immodules-cache.bbclass
ERROR: Command execution failed: Exited with 1
Kurt
"Hans Beckérus" <hans.beckerus@gmail.com>
wrote in message
news:CAFyqS9pbxN3n7xKY+85gTyH=Q_VZMX3+buhw7xEK5DeXzopV6g@mail.gmail.com...
On Thu, Mar 14, 2013 at 3:32 PM, Kurt Stevens
<kurtmyles@gmail.com> wrote:
Hello all,
I am new to this list, and new to working with yocto project. I have
been able to build bootable images for my target (atom) using yocto and hob,
and am very happy and impressed.
I would also like to use some of the layers within meta-oe (specifically
apache and mysql), but I don't know how to go about using the layers from
yocto.
If someone could help me get started, I would greatly appreciate it.
Thanks,
Kurt Stevens
Hi Stevens.
Just download and place the meta-openembedded somewhere in your path. I
put it under poky together with the rest, then update your
build/conf/bblayers.conf file and add <path>/meta-openembedded/meta-oe to
the list in BBLAYERS.
Hans
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Using meta-openembeded with yocto
2013-03-14 15:09 ` Kurt Stevens
@ 2013-03-14 15:17 ` Burton, Ross
2013-03-14 19:54 ` Kurt Stevens
0 siblings, 1 reply; 5+ messages in thread
From: Burton, Ross @ 2013-03-14 15:17 UTC (permalink / raw)
To: Kurt Stevens; +Cc: yocto
On 14 March 2013 08:09, Kurt Stevens <kurtmyles@gmail.com> wrote:
> ERROR: ParseError at
> /home/kurt/yocto/poky-danny-8.0/meta-openembedded/meta-oe/recipes-support/maliit/maliit-framework_git.bb:7:
> Could not inherit file classes/gtk-immodules-cache.bbclass
> ERROR: Command execution failed: Exited with 1
You're running the master branch of meta-oe with the Danny release of
Poky - that's not going to work (because it's referring to files that
only exist in master oe-core/poky). You'll need to checkout the
"danny" branch of meta-oe.
Ross
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Using meta-openembeded with yocto
2013-03-14 15:17 ` Burton, Ross
@ 2013-03-14 19:54 ` Kurt Stevens
0 siblings, 0 replies; 5+ messages in thread
From: Kurt Stevens @ 2013-03-14 19:54 UTC (permalink / raw)
To: yocto
Ross,
Yes, that was the ticket!
Now things make more sense, and the build is rolling.
Thanks very much to both you and Hans.
Kurt Stevens
"Burton, Ross" <ross.burton@intel.com> wrote
in message
news:CAJTo0LbmzHgstyKaFCiD0Wpr7Z2+Zu-vcw31qWXOJn_1qpd_yQ@mail.gmail.com...
> On 14 March 2013 08:09, Kurt Stevens
> <kurtmyles@gmail.com> wrote:
>> ERROR: ParseError at
>> /home/kurt/yocto/poky-danny-8.0/meta-openembedded/meta-oe/recipes-support/maliit/maliit-framework_git.bb:7:
>> Could not inherit file classes/gtk-immodules-cache.bbclass
>> ERROR: Command execution failed: Exited with 1
>
> You're running the master branch of meta-oe with the Danny release of
> Poky - that's not going to work (because it's referring to files that
> only exist in master oe-core/poky). You'll need to checkout the
> "danny" branch of meta-oe.
>
> Ross
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-03-14 19:54 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-14 14:32 Using meta-openembeded with yocto Kurt Stevens
2013-03-14 14:47 ` Hans Beckérus
2013-03-14 15:09 ` Kurt Stevens
2013-03-14 15:17 ` Burton, Ross
2013-03-14 19:54 ` Kurt Stevens
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.