All of lore.kernel.org
 help / color / mirror / Atom feed
* Building Yocto Image with meta-virtualization layer
@ 2017-02-01 20:04 nitish jha
  2017-02-01 21:12 ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: nitish jha @ 2017-02-01 20:04 UTC (permalink / raw)
  To: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]

Hello All,

I want to build yocto image with meta-virtualization layer

my  bblayer.conf looks like below

BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
/home/testuser/Downloads/git/Yocto/poky/meta \

/home/testuser/Downloads/git/Yocto/poky/meta-poky \

/home/testuser/Downloads/git/Yocto/poky/meta-yocto-bsp \

/home/testuser/Downloads/git/Yocto/meta-openembedded/meta-oe \

/home/testuser/Downloads/git/Yocto/meta-openembedded/meta-networking \

/home/testuser/Downloads/git/Yocto/meta-openembedded/meta-perl \

/home/testuser/Downloads/git/Yocto/meta-openembedded/meta-python \

/home/testuser/Downloads/git/Yocto/openembedded-core/meta \

/home/testuser/Downloads/git/Yocto/meta-virtualization \




I am getting some error "Failing to expand vapigen_sysroot_preprocess in
vala_0.34.0.bb file.

This recipe file is inside openembedded-core/meta/recipe-devtools/vala

is is reallz necessary to include openembedded-core/meta ??

if yes then how should I solve this Issue.

Thanks in advance.


*Nitish Jha*

[-- Attachment #2: Type: text/html, Size: 5543 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Building Yocto Image with meta-virtualization layer
  2017-02-01 20:04 Building Yocto Image with meta-virtualization layer nitish jha
@ 2017-02-01 21:12 ` Bruce Ashfield
  2017-02-09 12:25   ` nitish jha
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce Ashfield @ 2017-02-01 21:12 UTC (permalink / raw)
  To: nitish jha; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 1581 bytes --]

On Wed, Feb 1, 2017 at 3:04 PM, nitish jha <nitishjha16@gmail.com> wrote:

> Hello All,
>
> I want to build yocto image with meta-virtualization layer
>
> my  bblayer.conf looks like below
>
> BBPATH = "${TOPDIR}"
> BBFILES ?= ""
> BBLAYERS ?= " \
> /home/testuser/Downloads/git/Yocto/poky/meta \
>
> /home/testuser/Downloads/git/Yocto/poky/meta-poky \
>
> /home/testuser/Downloads/git/Yocto/poky/meta-yocto-bsp \
>
> /home/testuser/Downloads/git/Yocto/meta-openembedded/meta-oe \
>
> /home/testuser/Downloads/git/Yocto/meta-openembedded/meta-networking \
>
> /home/testuser/Downloads/git/Yocto/meta-openembedded/meta-perl \
>
> /home/testuser/Downloads/git/Yocto/meta-openembedded/meta-python \
>
> /home/testuser/Downloads/git/Yocto/openembedded-core/meta \
>
> /home/testuser/Downloads/git/Yocto/meta-virtualization \
>
>
>
>
> I am getting some error "Failing to expand vapigen_sysroot_preprocess in
> vala_0.34.0.bb file.
>
> This recipe file is inside openembedded-core/meta/recipe-devtools/vala
>
> is is reallz necessary to include openembedded-core/meta ??
>

poky/meta is oe-core/meta, so you don't need both.

Bruce


>
> if yes then how should I solve this Issue.
>
> Thanks in advance.
>
>
> *Nitish Jha*
>
>
>
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>
>


-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 6982 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Building Yocto Image with meta-virtualization layer
  2017-02-01 21:12 ` Bruce Ashfield
@ 2017-02-09 12:25   ` nitish jha
  2017-02-09 14:26     ` Bruce Ashfield
  0 siblings, 1 reply; 4+ messages in thread
From: nitish jha @ 2017-02-09 12:25 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 2159 bytes --]

Hello Bruce,

Thanks for answering my previous query.

I have one more Issue :

I have build kvm-image-minimal but it only has CLI interface virsh to mange
VMs.

Can you tell me how to integrate virt-manger in my package.

From where should I get recipes for virt-manager and what are the
dependencies.

I am using Pocky - Morty.

Any suggestions are welcome.

Thanks in advance

Nitish

On Wed, Feb 1, 2017 at 10:12 PM, Bruce Ashfield <bruce.ashfield@gmail.com>
wrote:

>
>
> On Wed, Feb 1, 2017 at 3:04 PM, nitish jha <nitishjha16@gmail.com> wrote:
>
>> Hello All,
>>
>> I want to build yocto image with meta-virtualization layer
>>
>> my  bblayer.conf looks like below
>>
>> BBPATH = "${TOPDIR}"
>> BBFILES ?= ""
>> BBLAYERS ?= " \
>> /home/testuser/Downloads/git/Yocto/poky/meta \
>>
>> /home/testuser/Downloads/git/Yocto/poky/meta-poky \
>>
>> /home/testuser/Downloads/git/Yocto/poky/meta-yocto-bsp \
>>
>> /home/testuser/Downloads/git/Yocto/meta-openembedded/meta-oe \
>>
>> /home/testuser/Downloads/git/Yocto/meta-openembedded/meta-networking \
>>
>> /home/testuser/Downloads/git/Yocto/meta-openembedded/meta-perl \
>>
>> /home/testuser/Downloads/git/Yocto/meta-openembedded/meta-python \
>>
>> /home/testuser/Downloads/git/Yocto/openembedded-core/meta \
>>
>> /home/testuser/Downloads/git/Yocto/meta-virtualization \
>>
>>
>>
>>
>> I am getting some error "Failing to expand vapigen_sysroot_preprocess in
>> vala_0.34.0.bb file.
>>
>> This recipe file is inside openembedded-core/meta/recipe-devtools/vala
>>
>> is is reallz necessary to include openembedded-core/meta ??
>>
>
> poky/meta is oe-core/meta, so you don't need both.
>
> Bruce
>
>
>>
>> if yes then how should I solve this Issue.
>>
>> Thanks in advance.
>>
>>
>> *Nitish Jha*
>>
>>
>>
>>
>> --
>> _______________________________________________
>> meta-virtualization mailing list
>> meta-virtualization@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>>
>>
>
>
> --
> "Thou shalt not follow the NULL pointer, for chaos and madness await thee
> at its end"
>

[-- Attachment #2: Type: text/html, Size: 8211 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Building Yocto Image with meta-virtualization layer
  2017-02-09 12:25   ` nitish jha
@ 2017-02-09 14:26     ` Bruce Ashfield
  0 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2017-02-09 14:26 UTC (permalink / raw)
  To: nitish jha; +Cc: meta-virtualization

[-- Attachment #1: Type: text/plain, Size: 2785 bytes --]

On Thu, Feb 9, 2017 at 7:25 AM, nitish jha <nitishjha16@gmail.com> wrote:

> Hello Bruce,
>
> Thanks for answering my previous query.
>
> I have one more Issue :
>
> I have build kvm-image-minimal but it only has CLI interface virsh to
> mange VMs.
>
> Can you tell me how to integrate virt-manger in my package.
>
> From where should I get recipes for virt-manager and what are the
> dependencies.
>


We don't currently have any recipes for virt-manager. It was asked about and
proposed as an RFC (search for [meta-virtualization] interest to integrate
virt-manager)
in 2015, but no completed recipes were sent for merging.

Work like that would have to be completed, but unfortunately, it is not a
trivial task.

Bruce


> I am using Pocky - Morty.
>
> Any suggestions are welcome.
>
> Thanks in advance
>
> Nitish
>
> On Wed, Feb 1, 2017 at 10:12 PM, Bruce Ashfield <bruce.ashfield@gmail.com>
> wrote:
>
>>
>>
>> On Wed, Feb 1, 2017 at 3:04 PM, nitish jha <nitishjha16@gmail.com> wrote:
>>
>>> Hello All,
>>>
>>> I want to build yocto image with meta-virtualization layer
>>>
>>> my  bblayer.conf looks like below
>>>
>>> BBPATH = "${TOPDIR}"
>>> BBFILES ?= ""
>>> BBLAYERS ?= " \
>>> /home/testuser/Downloads/git/Yocto/poky/meta \
>>>
>>> /home/testuser/Downloads/git/Yocto/poky/meta-poky \
>>>
>>> /home/testuser/Downloads/git/Yocto/poky/meta-yocto-bsp \
>>>
>>> /home/testuser/Downloads/git/Yocto/meta-openembedded/meta-oe \
>>>
>>> /home/testuser/Downloads/git/Yocto/meta-openembedded/meta-networking \
>>>
>>> /home/testuser/Downloads/git/Yocto/meta-openembedded/meta-perl \
>>>
>>> /home/testuser/Downloads/git/Yocto/meta-openembedded/meta-python \
>>>
>>> /home/testuser/Downloads/git/Yocto/openembedded-core/meta \
>>>
>>> /home/testuser/Downloads/git/Yocto/meta-virtualization \
>>>
>>>
>>>
>>>
>>> I am getting some error "Failing to expand vapigen_sysroot_preprocess
>>> in vala_0.34.0.bb file.
>>>
>>> This recipe file is inside openembedded-core/meta/recipe-devtools/vala
>>>
>>> is is reallz necessary to include openembedded-core/meta ??
>>>
>>
>> poky/meta is oe-core/meta, so you don't need both.
>>
>> Bruce
>>
>>
>>>
>>> if yes then how should I solve this Issue.
>>>
>>> Thanks in advance.
>>>
>>>
>>> *Nitish Jha*
>>>
>>>
>>>
>>>
>>> --
>>> _______________________________________________
>>> meta-virtualization mailing list
>>> meta-virtualization@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>>>
>>>
>>
>>
>> --
>> "Thou shalt not follow the NULL pointer, for chaos and madness await thee
>> at its end"
>>
>
>


-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"

[-- Attachment #2: Type: text/html, Size: 9771 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-09 14:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-01 20:04 Building Yocto Image with meta-virtualization layer nitish jha
2017-02-01 21:12 ` Bruce Ashfield
2017-02-09 12:25   ` nitish jha
2017-02-09 14:26     ` Bruce Ashfield

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.