All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cloud-services] meta-cloud-services Dependencies
@ 2017-09-20  0:23 Lai Eddy
  2017-09-20  2:15 ` Bruce Ashfield
  0 siblings, 1 reply; 11+ messages in thread
From: Lai Eddy @ 2017-09-20  0:23 UTC (permalink / raw)
  To: meta-virtualization

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

according to layer README
http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/about/
it said

This layer depends on:

URI: git://github.com/openembedded/oe-core.git

but seems failed to clone from that URL
should that be
git://github.com/openembedded/meta-openembedded.git
or other repo available?

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

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

* Re: [meta-cloud-services] meta-cloud-services Dependencies
  2017-09-20  0:23 [meta-cloud-services] meta-cloud-services Dependencies Lai Eddy
@ 2017-09-20  2:15 ` Bruce Ashfield
  2017-09-20  2:28   ` Bruce Ashfield
  0 siblings, 1 reply; 11+ messages in thread
From: Bruce Ashfield @ 2017-09-20  2:15 UTC (permalink / raw)
  To: Lai Eddy; +Cc: meta-virtualization

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

Clearly the README is out of date (and wrong).

That should be oe-core: git://git.openembedded.org/openembedded-core

Plus that isn't nearly the only layer dependency

I'll have a look at what has gone wrong and update the README.

Bruce

On Tue, Sep 19, 2017 at 8:23 PM, Lai Eddy <eddy.lai.tw@gmail.com> wrote:

> according to layer README
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/about/
> it said
>
> This layer depends on:
>
> URI: git://github.com/openembedded/oe-core.git
>
> but seems failed to clone from that URL
> should that be
> git://github.com/openembedded/meta-openembedded.git
> or other repo available?
>
>
> --
> _______________________________________________
> 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: 2160 bytes --]

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

* Re: [meta-cloud-services] meta-cloud-services Dependencies
  2017-09-20  2:15 ` Bruce Ashfield
@ 2017-09-20  2:28   ` Bruce Ashfield
  2017-09-25 21:26     ` Lai Eddy
  0 siblings, 1 reply; 11+ messages in thread
From: Bruce Ashfield @ 2017-09-20  2:28 UTC (permalink / raw)
  To: Lai Eddy; +Cc: meta-virtualization

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

On Tue, Sep 19, 2017 at 10:15 PM, Bruce Ashfield <bruce.ashfield@gmail.com>
wrote:

> Clearly the README is out of date (and wrong).
>
> That should be oe-core: git://git.openembedded.org/openembedded-core
>
> Plus that isn't nearly the only layer dependency
>
> I'll have a look at what has gone wrong and update the README.
>

I pushed a fix for the meta-cloud-services/README, which is mostly empty
since the
majority of the packages are actually in the meta-openstack sublayer.  That
layer had
the same issue with the layer references, so I fixed it as well.

Cheers,

Bruce


>
> Bruce
>
> On Tue, Sep 19, 2017 at 8:23 PM, Lai Eddy <eddy.lai.tw@gmail.com> wrote:
>
>> according to layer README
>> http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/about/
>> it said
>>
>> This layer depends on:
>>
>> URI: git://github.com/openembedded/oe-core.git
>>
>> but seems failed to clone from that URL
>> should that be
>> git://github.com/openembedded/meta-openembedded.git
>> or other repo available?
>>
>>
>> --
>> _______________________________________________
>> 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: 3479 bytes --]

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

* Re: [meta-cloud-services] meta-cloud-services Dependencies
  2017-09-20  2:28   ` Bruce Ashfield
@ 2017-09-25 21:26     ` Lai Eddy
  2017-09-26  0:07       ` Bruce Ashfield
  0 siblings, 1 reply; 11+ messages in thread
From: Lai Eddy @ 2017-09-25 21:26 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

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

after clone the oe-core: git://git.openembedded.org/openembedded-core
there are only 3 folder inside (meta, meta-selftest meta-skeleton)
seems meta-cloud-services need things like meta-networking and meta-python
where can I found them?

(that's why I think the needed dependency is  git://github.com/openembedded/
meta-openembedded.git )

2017-09-20 10:28 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:

>
>
> On Tue, Sep 19, 2017 at 10:15 PM, Bruce Ashfield <bruce.ashfield@gmail.com
> > wrote:
>
>> Clearly the README is out of date (and wrong).
>>
>> That should be oe-core: git://git.openembedded.org/openembedded-core
>>
>> Plus that isn't nearly the only layer dependency
>>
>> I'll have a look at what has gone wrong and update the README.
>>
>
> I pushed a fix for the meta-cloud-services/README, which is mostly empty
> since the
> majority of the packages are actually in the meta-openstack sublayer.
> That layer had
> the same issue with the layer references, so I fixed it as well.
>
> Cheers,
>
> Bruce
>
>
>>
>> Bruce
>>
>> On Tue, Sep 19, 2017 at 8:23 PM, Lai Eddy <eddy.lai.tw@gmail.com> wrote:
>>
>>> according to layer README
>>> http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/about/
>>> it said
>>>
>>> This layer depends on:
>>>
>>> URI: git://github.com/openembedded/oe-core.git
>>>
>>> but seems failed to clone from that URL
>>> should that be
>>> git://github.com/openembedded/meta-openembedded.git
>>> or other repo available?
>>>
>>>
>>> --
>>> _______________________________________________
>>> 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: 4747 bytes --]

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

* Re: [meta-cloud-services] meta-cloud-services Dependencies
  2017-09-25 21:26     ` Lai Eddy
@ 2017-09-26  0:07       ` Bruce Ashfield
  2017-09-26  0:16         ` Lai Eddy
  0 siblings, 1 reply; 11+ messages in thread
From: Bruce Ashfield @ 2017-09-26  0:07 UTC (permalink / raw)
  To: Lai Eddy; +Cc: meta-virtualization

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

On Mon, Sep 25, 2017 at 5:26 PM, Lai Eddy <eddy.lai.tw@gmail.com> wrote:

> after clone the oe-core: git://git.openembedded.org/openembedded-core
> there are only 3 folder inside (meta, meta-selftest meta-skeleton)
> seems meta-cloud-services need things like meta-networking and meta-python
> where can I found them?
>
> (that's why I think the needed dependency is  git://github.com/
> openembedded/meta-openembedded.git )
>

They are sublayers of that repo, the single clone gets you all the layers
you need, but
you do need to add them to your bblayers.conf file as they sit in the clone.

Bruce


>
> 2017-09-20 10:28 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:
>
>>
>>
>> On Tue, Sep 19, 2017 at 10:15 PM, Bruce Ashfield <
>> bruce.ashfield@gmail.com> wrote:
>>
>>> Clearly the README is out of date (and wrong).
>>>
>>> That should be oe-core: git://git.openembedded.org/openembedded-core
>>>
>>> Plus that isn't nearly the only layer dependency
>>>
>>> I'll have a look at what has gone wrong and update the README.
>>>
>>
>> I pushed a fix for the meta-cloud-services/README, which is mostly empty
>> since the
>> majority of the packages are actually in the meta-openstack sublayer.
>> That layer had
>> the same issue with the layer references, so I fixed it as well.
>>
>> Cheers,
>>
>> Bruce
>>
>>
>>>
>>> Bruce
>>>
>>> On Tue, Sep 19, 2017 at 8:23 PM, Lai Eddy <eddy.lai.tw@gmail.com> wrote:
>>>
>>>> according to layer README
>>>> http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/about/
>>>> it said
>>>>
>>>> This layer depends on:
>>>>
>>>> URI: git://github.com/openembedded/oe-core.git
>>>>
>>>> but seems failed to clone from that URL
>>>> should that be
>>>> git://github.com/openembedded/meta-openembedded.git
>>>> or other repo available?
>>>>
>>>>
>>>> --
>>>> _______________________________________________
>>>> 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"
>>
>
>


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

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

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

* Re: [meta-cloud-services] meta-cloud-services Dependencies
  2017-09-26  0:07       ` Bruce Ashfield
@ 2017-09-26  0:16         ` Lai Eddy
  2017-09-26  0:43           ` Paul Eggleton
  2017-09-26  0:47           ` Bruce Ashfield
  0 siblings, 2 replies; 11+ messages in thread
From: Lai Eddy @ 2017-09-26  0:16 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

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

Thanks Bruce,

but I still don't understand,now I have following in my bblayrs.conf

BBLAYERS ?= " \
  /home/user/poky/meta \
  /home/user/poky/meta-poky \
  /home/user/poky/meta-yocto-bsp \
  /home/user/poky/open-embedded-core/meta \
  /home/user/poky/meta-cloud-services \
  /home/user/poky/meta-cloud-services/meta-openstack \
  /home/user/poky/meta-intel \
"
anything else I should add?

2017-09-26 8:07 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:

>
>
> On Mon, Sep 25, 2017 at 5:26 PM, Lai Eddy <eddy.lai.tw@gmail.com> wrote:
>
>> after clone the oe-core: git://git.openembedded.org/openembedded-core
>> there are only 3 folder inside (meta, meta-selftest meta-skeleton)
>> seems meta-cloud-services need things like meta-networking and meta-python
>> where can I found them?
>>
>> (that's why I think the needed dependency is  git://github.com/openembed
>> ded/meta-openembedded.git )
>>
>
> They are sublayers of that repo, the single clone gets you all the layers
> you need, but
> you do need to add them to your bblayers.conf file as they sit in the
> clone.
>
> Bruce
>
>
>>
>> 2017-09-20 10:28 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:
>>
>>>
>>>
>>> On Tue, Sep 19, 2017 at 10:15 PM, Bruce Ashfield <
>>> bruce.ashfield@gmail.com> wrote:
>>>
>>>> Clearly the README is out of date (and wrong).
>>>>
>>>> That should be oe-core: git://git.openembedded.org/openembedded-core
>>>>
>>>> Plus that isn't nearly the only layer dependency
>>>>
>>>> I'll have a look at what has gone wrong and update the README.
>>>>
>>>
>>> I pushed a fix for the meta-cloud-services/README, which is mostly empty
>>> since the
>>> majority of the packages are actually in the meta-openstack sublayer.
>>> That layer had
>>> the same issue with the layer references, so I fixed it as well.
>>>
>>> Cheers,
>>>
>>> Bruce
>>>
>>>
>>>>
>>>> Bruce
>>>>
>>>> On Tue, Sep 19, 2017 at 8:23 PM, Lai Eddy <eddy.lai.tw@gmail.com>
>>>> wrote:
>>>>
>>>>> according to layer README
>>>>> http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/about/
>>>>> it said
>>>>>
>>>>> This layer depends on:
>>>>>
>>>>> URI: git://github.com/openembedded/oe-core.git
>>>>>
>>>>> but seems failed to clone from that URL
>>>>> should that be
>>>>> git://github.com/openembedded/meta-openembedded.git
>>>>> or other repo available?
>>>>>
>>>>>
>>>>> --
>>>>> _______________________________________________
>>>>> 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"
>>>
>>
>>
>
>
> --
> "Thou shalt not follow the NULL pointer, for chaos and madness await thee
> at its end"
>

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

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

* Re: [meta-cloud-services] meta-cloud-services Dependencies
  2017-09-26  0:16         ` Lai Eddy
@ 2017-09-26  0:43           ` Paul Eggleton
  2017-09-26  0:47           ` Bruce Ashfield
  1 sibling, 0 replies; 11+ messages in thread
From: Paul Eggleton @ 2017-09-26  0:43 UTC (permalink / raw)
  To: Lai Eddy; +Cc: meta-virtualization

On Tuesday, 26 September 2017 1:16:36 PM NZDT Lai Eddy wrote:
> but I still don't understand,now I have following in my bblayrs.conf
> 
> BBLAYERS ?= " \
>   /home/user/poky/meta \
..
>   /home/user/poky/open-embedded-core/meta \

If you already have poky/meta you don't need meta/ from OE-Core as well, so 
I'd strongly suggest removing the latter.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [meta-cloud-services] meta-cloud-services Dependencies
  2017-09-26  0:16         ` Lai Eddy
  2017-09-26  0:43           ` Paul Eggleton
@ 2017-09-26  0:47           ` Bruce Ashfield
  2017-09-26  4:45             ` Lai Eddy
  1 sibling, 1 reply; 11+ messages in thread
From: Bruce Ashfield @ 2017-09-26  0:47 UTC (permalink / raw)
  To: Lai Eddy; +Cc: meta-virtualization

On Mon, Sep 25, 2017 at 8:16 PM, Lai Eddy <eddy.lai.tw@gmail.com> wrote:
>
> Thanks Bruce,
>
> but I still don't understand,now I have following in my bblayrs.conf
>
> BBLAYERS ?= " \
>   /home/user/poky/meta \
>   /home/user/poky/meta-poky \
>   /home/user/poky/meta-yocto-bsp \
>   /home/user/poky/open-embedded-core/meta \
>   /home/user/poky/meta-cloud-services \
>   /home/user/poky/meta-cloud-services/meta-openstack \
>   /home/user/poky/meta-intel \
> "
> anything else I should add?


You do need more. The meta-openstack README states:

layers: meta-oe
meta-networking
        meta-ruby
        meta-filesystems
        meta-webserver
        meta-python


Which means:

meta-openembedded/meta-oe
meta-openembedded/meta-networking

... etc

And as Paul just pointed out, you don't repeat poky/meta and
poky/open-embedded-core/meta,
since poky/meta is a combination of open-embedded-core/meta and some
other layers

Cheers,

Bruce


>
> 2017-09-26 8:07 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:
>>
>>
>>
>> On Mon, Sep 25, 2017 at 5:26 PM, Lai Eddy <eddy.lai.tw@gmail.com> wrote:
>>>
>>> after clone the oe-core: git://git.openembedded.org/openembedded-core
>>> there are only 3 folder inside (meta, meta-selftest meta-skeleton)
>>> seems meta-cloud-services need things like meta-networking and meta-python
>>> where can I found them?
>>>
>>> (that's why I think the needed dependency is  git://github.com/openembedded/meta-openembedded.git )
>>
>>
>> They are sublayers of that repo, the single clone gets you all the layers you need, but
>> you do need to add them to your bblayers.conf file as they sit in the clone.
>>
>> Bruce
>>
>>>
>>>
>>> 2017-09-20 10:28 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:
>>>>
>>>>
>>>>
>>>> On Tue, Sep 19, 2017 at 10:15 PM, Bruce Ashfield <bruce.ashfield@gmail.com> wrote:
>>>>>
>>>>> Clearly the README is out of date (and wrong).
>>>>>
>>>>> That should be oe-core: git://git.openembedded.org/openembedded-core
>>>>>
>>>>> Plus that isn't nearly the only layer dependency
>>>>>
>>>>> I'll have a look at what has gone wrong and update the README.
>>>>
>>>>
>>>> I pushed a fix for the meta-cloud-services/README, which is mostly empty since the
>>>> majority of the packages are actually in the meta-openstack sublayer.  That layer had
>>>> the same issue with the layer references, so I fixed it as well.
>>>>
>>>> Cheers,
>>>>
>>>> Bruce
>>>>
>>>>>
>>>>>
>>>>> Bruce
>>>>>
>>>>> On Tue, Sep 19, 2017 at 8:23 PM, Lai Eddy <eddy.lai.tw@gmail.com> wrote:
>>>>>>
>>>>>> according to layer README
>>>>>> http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/about/
>>>>>> it said
>>>>>>
>>>>>> This layer depends on:
>>>>>>
>>>>>> URI: git://github.com/openembedded/oe-core.git
>>>>>>
>>>>>> but seems failed to clone from that URL
>>>>>> should that be
>>>>>> git://github.com/openembedded/meta-openembedded.git
>>>>>> or other repo available?
>>>>>>
>>>>>>
>>>>>> --
>>>>>> _______________________________________________
>>>>>> 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"
>>>
>>>
>>
>>
>>
>> --
>> "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"


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

* Re: [meta-cloud-services] meta-cloud-services Dependencies
  2017-09-26  0:47           ` Bruce Ashfield
@ 2017-09-26  4:45             ` Lai Eddy
  2017-09-26 12:21               ` Bruce Ashfield
  0 siblings, 1 reply; 11+ messages in thread
From: Lai Eddy @ 2017-09-26  4:45 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: meta-virtualization

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

under the openembedded-core folder
only meta , meta-selftest , meta-skeleton 3 sub-folder found
no openembedded-core/meta-oe
                                        meta-networking
                                        meta-ruby
                                        meta-python...

2017-09-26 8:47 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:

> On Mon, Sep 25, 2017 at 8:16 PM, Lai Eddy <eddy.lai.tw@gmail.com> wrote:
> >
> > Thanks Bruce,
> >
> > but I still don't understand,now I have following in my bblayrs.conf
> >
> > BBLAYERS ?= " \
> >   /home/user/poky/meta \
> >   /home/user/poky/meta-poky \
> >   /home/user/poky/meta-yocto-bsp \
> >   /home/user/poky/openembedded-core/meta \
> >   /home/user/poky/meta-cloud-services \
> >   /home/user/poky/meta-cloud-services/meta-openstack \
> >   /home/user/poky/meta-intel \
> > "
> > anything else I should add?
>
>
> You do need more. The meta-openstack README states:
>
> layers: meta-oe
> meta-networking
>         meta-ruby
>         meta-filesystems
>         meta-webserver
>         meta-python
>
>
> Which means:
>
> meta-openembedded/meta-oe
> meta-openembedded/meta-networking
>
> ... etc
>
> And as Paul just pointed out, you don't repeat poky/meta and
> poky/open-embedded-core/meta,
> since poky/meta is a combination of openembedded-core/meta and some
> other layers
>
> Cheers,
>
> Bruce
>
>
> >
> > 2017-09-26 8:07 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:
> >>
> >>
> >>
> >> On Mon, Sep 25, 2017 at 5:26 PM, Lai Eddy <eddy.lai.tw@gmail.com>
> wrote:
> >>>
> >>> after clone the oe-core: git://git.openembedded.org/openembedded-core
> >>> there are only 3 folder inside (meta, meta-selftest meta-skeleton)
> >>> seems meta-cloud-services need things like meta-networking and
> meta-python
> >>> where can I found them?
> >>>
> >>> (that's why I think the needed dependency is  git://
> github.com/openembedded/meta-openembedded.git )
> >>
> >>
> >> They are sublayers of that repo, the single clone gets you all the
> layers you need, but
> >> you do need to add them to your bblayers.conf file as they sit in the
> clone.
> >>
> >> Bruce
> >>
> >>>
> >>>
> >>> 2017-09-20 10:28 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:
> >>>>
> >>>>
> >>>>
> >>>> On Tue, Sep 19, 2017 at 10:15 PM, Bruce Ashfield <
> bruce.ashfield@gmail.com> wrote:
> >>>>>
> >>>>> Clearly the README is out of date (and wrong).
> >>>>>
> >>>>> That should be oe-core: git://git.openembedded.org/openembedded-core
> >>>>>
> >>>>> Plus that isn't nearly the only layer dependency
> >>>>>
> >>>>> I'll have a look at what has gone wrong and update the README.
> >>>>
> >>>>
> >>>> I pushed a fix for the meta-cloud-services/README, which is mostly
> empty since the
> >>>> majority of the packages are actually in the meta-openstack
> sublayer.  That layer had
> >>>> the same issue with the layer references, so I fixed it as well.
> >>>>
> >>>> Cheers,
> >>>>
> >>>> Bruce
> >>>>
> >>>>>
> >>>>>
> >>>>> Bruce
> >>>>>
> >>>>> On Tue, Sep 19, 2017 at 8:23 PM, Lai Eddy <eddy.lai.tw@gmail.com>
> wrote:
> >>>>>>
> >>>>>> according to layer README
> >>>>>> http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-
> services/about/
> >>>>>> it said
> >>>>>>
> >>>>>> This layer depends on:
> >>>>>>
> >>>>>> URI: git://github.com/openembedded/oe-core.git
> >>>>>>
> >>>>>> but seems failed to clone from that URL
> >>>>>> should that be
> >>>>>> git://github.com/openembedded/meta-openembedded.git
> >>>>>> or other repo available?
> >>>>>>
> >>>>>>
> >>>>>> --
> >>>>>> _______________________________________________
> >>>>>> 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"
> >>>
> >>>
> >>
> >>
> >>
> >> --
> >> "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: 7574 bytes --]

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

* Re: [meta-cloud-services] meta-cloud-services Dependencies
  2017-09-26  4:45             ` Lai Eddy
@ 2017-09-26 12:21               ` Bruce Ashfield
  2017-09-26 16:27                 ` akuster
  0 siblings, 1 reply; 11+ messages in thread
From: Bruce Ashfield @ 2017-09-26 12:21 UTC (permalink / raw)
  To: Lai Eddy; +Cc: meta-virtualization

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

On Tue, Sep 26, 2017 at 12:45 AM, Lai Eddy <eddy.lai.tw@gmail.com> wrote:

> under the openembedded-core folder
> only meta , meta-selftest , meta-skeleton 3 sub-folder found
> no openembedded-core/meta-oe
>                                         meta-networking
>                                         meta-ruby
>                                         meta-python...
>


I didn't say openembedded-core, it was meta-openembedded

Bruce


>
> 2017-09-26 8:47 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:
>
>> On Mon, Sep 25, 2017 at 8:16 PM, Lai Eddy <eddy.lai.tw@gmail.com> wrote:
>> >
>> > Thanks Bruce,
>> >
>> > but I still don't understand,now I have following in my bblayrs.conf
>> >
>> > BBLAYERS ?= " \
>> >   /home/user/poky/meta \
>> >   /home/user/poky/meta-poky \
>> >   /home/user/poky/meta-yocto-bsp \
>> >   /home/user/poky/openembedded-core/meta \
>> >   /home/user/poky/meta-cloud-services \
>> >   /home/user/poky/meta-cloud-services/meta-openstack \
>> >   /home/user/poky/meta-intel \
>> > "
>> > anything else I should add?
>>
>>
>> You do need more. The meta-openstack README states:
>>
>> layers: meta-oe
>> meta-networking
>>         meta-ruby
>>         meta-filesystems
>>         meta-webserver
>>         meta-python
>>
>>
>> Which means:
>>
>> meta-openembedded/meta-oe
>> meta-openembedded/meta-networking
>>
>> ... etc
>>
>> And as Paul just pointed out, you don't repeat poky/meta and
>> poky/open-embedded-core/meta,
>> since poky/meta is a combination of openembedded-core/meta and some
>>
>> other layers
>>
>> Cheers,
>>
>> Bruce
>>
>>
>> >
>> > 2017-09-26 8:07 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:
>> >>
>> >>
>> >>
>> >> On Mon, Sep 25, 2017 at 5:26 PM, Lai Eddy <eddy.lai.tw@gmail.com>
>> wrote:
>> >>>
>> >>> after clone the oe-core: git://git.openembedded.org/openembedded-core
>> >>> there are only 3 folder inside (meta, meta-selftest meta-skeleton)
>> >>> seems meta-cloud-services need things like meta-networking and
>> meta-python
>> >>> where can I found them?
>> >>>
>> >>> (that's why I think the needed dependency is  git://
>> github.com/openembedded/meta-openembedded.git )
>> >>
>> >>
>> >> They are sublayers of that repo, the single clone gets you all the
>> layers you need, but
>> >> you do need to add them to your bblayers.conf file as they sit in the
>> clone.
>> >>
>> >> Bruce
>> >>
>> >>>
>> >>>
>> >>> 2017-09-20 10:28 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com>:
>> >>>>
>> >>>>
>> >>>>
>> >>>> On Tue, Sep 19, 2017 at 10:15 PM, Bruce Ashfield <
>> bruce.ashfield@gmail.com> wrote:
>> >>>>>
>> >>>>> Clearly the README is out of date (and wrong).
>> >>>>>
>> >>>>> That should be oe-core: git://git.openembedded.org/ope
>> nembedded-core
>> >>>>>
>> >>>>> Plus that isn't nearly the only layer dependency
>> >>>>>
>> >>>>> I'll have a look at what has gone wrong and update the README.
>> >>>>
>> >>>>
>> >>>> I pushed a fix for the meta-cloud-services/README, which is mostly
>> empty since the
>> >>>> majority of the packages are actually in the meta-openstack
>> sublayer.  That layer had
>> >>>> the same issue with the layer references, so I fixed it as well.
>> >>>>
>> >>>> Cheers,
>> >>>>
>> >>>> Bruce
>> >>>>
>> >>>>>
>> >>>>>
>> >>>>> Bruce
>> >>>>>
>> >>>>> On Tue, Sep 19, 2017 at 8:23 PM, Lai Eddy <eddy.lai.tw@gmail.com>
>> wrote:
>> >>>>>>
>> >>>>>> according to layer README
>> >>>>>> http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-service
>> s/about/
>> >>>>>> it said
>> >>>>>>
>> >>>>>> This layer depends on:
>> >>>>>>
>> >>>>>> URI: git://github.com/openembedded/oe-core.git
>> >>>>>>
>> >>>>>> but seems failed to clone from that URL
>> >>>>>> should that be
>> >>>>>> git://github.com/openembedded/meta-openembedded.git
>> >>>>>> or other repo available?
>> >>>>>>
>> >>>>>>
>> >>>>>> --
>> >>>>>> _______________________________________________
>> >>>>>> 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"
>> >>>
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> "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"
>>
>
>


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

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

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

* Re: [meta-cloud-services] meta-cloud-services Dependencies
  2017-09-26 12:21               ` Bruce Ashfield
@ 2017-09-26 16:27                 ` akuster
  0 siblings, 0 replies; 11+ messages in thread
From: akuster @ 2017-09-26 16:27 UTC (permalink / raw)
  To: meta-virtualization

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



On 09/26/2017 05:21 AM, Bruce Ashfield wrote:
>
>
> On Tue, Sep 26, 2017 at 12:45 AM, Lai Eddy <eddy.lai.tw@gmail.com
> <mailto:eddy.lai.tw@gmail.com>> wrote:
>
>     under the openembedded-core folder
>     only meta , meta-selftest , meta-skeleton 3 sub-folder found
>     no openembedded-core/meta-oe
>                                             meta-networking
>                                             meta-ruby
>

Meta-ruby has been removed from meta-openembedded


>                                             meta-python...
>
>
>
> I didn't say openembedded-core, it was meta-openembedded
>
> Bruce
>  
>
>
>     2017-09-26 8:47 GMT+08:00 Bruce Ashfield <bruce.ashfield@gmail.com
>     <mailto:bruce.ashfield@gmail.com>>:
>
>         On Mon, Sep 25, 2017 at 8:16 PM, Lai Eddy
>         <eddy.lai.tw@gmail.com <mailto:eddy.lai.tw@gmail.com>> wrote:
>         >
>         > Thanks Bruce,
>         >
>         > but I still don't understand,now I have following in my
>         bblayrs.conf
>         >
>         > BBLAYERS ?= " \
>         >   /home/user/poky/meta \
>         >   /home/user/poky/meta-poky \
>         >   /home/user/poky/meta-yocto-bsp \
>         >   /home/user/poky/openembedded-core/meta \
>         >   /home/user/poky/meta-cloud-services \
>         >   /home/user/poky/meta-cloud-services/meta-openstack \
>         >   /home/user/poky/meta-intel \
>         > "
>         > anything else I should add?
>
>
>         You do need more. The meta-openstack README states:
>
>         layers: meta-oe
>         meta-networking
>                 meta-ruby
>                 meta-filesystems
>                 meta-webserver
>                 meta-python
>
>
>         Which means:
>
>         meta-openembedded/meta-oe
>         meta-openembedded/meta-networking
>
>         ... etc
>
>         And as Paul just pointed out, you don't repeat poky/meta and
>         poky/open-embedded-core/meta,
>         since poky/meta is a combination of openembedded-core/meta and
>         some
>
>         other layers
>
>         Cheers,
>
>         Bruce
>
>
>         >
>         > 2017-09-26 8:07 GMT+08:00 Bruce Ashfield
>         <bruce.ashfield@gmail.com <mailto:bruce.ashfield@gmail.com>>:
>         >>
>         >>
>         >>
>         >> On Mon, Sep 25, 2017 at 5:26 PM, Lai Eddy
>         <eddy.lai.tw@gmail.com <mailto:eddy.lai.tw@gmail.com>> wrote:
>         >>>
>         >>> after clone the oe-core:
>         git://git.openembedded.org/openembedded-core
>         <http://git.openembedded.org/openembedded-core>
>         >>> there are only 3 folder inside (meta, meta-selftest
>         meta-skeleton)
>         >>> seems meta-cloud-services need things like meta-networking
>         and meta-python
>         >>> where can I found them?
>         >>>
>         >>> (that's why I think the needed dependency is 
>         git://github.com/openembedded/meta-openembedded.git
>         <http://github.com/openembedded/meta-openembedded.git> )
>         >>
>         >>
>         >> They are sublayers of that repo, the single clone gets you
>         all the layers you need, but
>         >> you do need to add them to your bblayers.conf file as they
>         sit in the clone.
>         >>
>         >> Bruce
>         >>
>         >>>
>         >>>
>         >>> 2017-09-20 10:28 GMT+08:00 Bruce Ashfield
>         <bruce.ashfield@gmail.com <mailto:bruce.ashfield@gmail.com>>:
>         >>>>
>         >>>>
>         >>>>
>         >>>> On Tue, Sep 19, 2017 at 10:15 PM, Bruce Ashfield
>         <bruce.ashfield@gmail.com <mailto:bruce.ashfield@gmail.com>>
>         wrote:
>         >>>>>
>         >>>>> Clearly the README is out of date (and wrong).
>         >>>>>
>         >>>>> That should be oe-core:
>         git://git.openembedded.org/openembedded-core
>         <http://git.openembedded.org/openembedded-core>
>         >>>>>
>         >>>>> Plus that isn't nearly the only layer dependency
>         >>>>>
>         >>>>> I'll have a look at what has gone wrong and update the
>         README.
>         >>>>
>         >>>>
>         >>>> I pushed a fix for the meta-cloud-services/README, which
>         is mostly empty since the
>         >>>> majority of the packages are actually in the
>         meta-openstack sublayer.  That layer had
>         >>>> the same issue with the layer references, so I fixed it
>         as well.
>         >>>>
>         >>>> Cheers,
>         >>>>
>         >>>> Bruce
>         >>>>
>         >>>>>
>         >>>>>
>         >>>>> Bruce
>         >>>>>
>         >>>>> On Tue, Sep 19, 2017 at 8:23 PM, Lai Eddy
>         <eddy.lai.tw@gmail.com <mailto:eddy.lai.tw@gmail.com>> wrote:
>         >>>>>>
>         >>>>>> according to layer README
>         >>>>>>
>         http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/about/
>         <http://git.yoctoproject.org/cgit/cgit.cgi/meta-cloud-services/about/>
>         >>>>>> it said
>         >>>>>>
>         >>>>>> This layer depends on:
>         >>>>>>
>         >>>>>> URI: git://github.com/openembedded/oe-core.git
>         <http://github.com/openembedded/oe-core.git>
>         >>>>>>
>         >>>>>> but seems failed to clone from that URL
>         >>>>>> should that be
>         >>>>>> git://github.com/openembedded/meta-openembedded.git
>         <http://github.com/openembedded/meta-openembedded.git>
>         >>>>>> or other repo available?
>         >>>>>>
>         >>>>>>
>         >>>>>> --
>         >>>>>> _______________________________________________
>         >>>>>> meta-virtualization mailing list
>         >>>>>> meta-virtualization@yoctoproject.org
>         <mailto:meta-virtualization@yoctoproject.org>
>         >>>>>>
>         https://lists.yoctoproject.org/listinfo/meta-virtualization
>         <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"
>         >>>
>         >>>
>         >>
>         >>
>         >>
>         >> --
>         >> "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"
>
>
>
>
>
> -- 
> "Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end"
>
>


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

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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-20  0:23 [meta-cloud-services] meta-cloud-services Dependencies Lai Eddy
2017-09-20  2:15 ` Bruce Ashfield
2017-09-20  2:28   ` Bruce Ashfield
2017-09-25 21:26     ` Lai Eddy
2017-09-26  0:07       ` Bruce Ashfield
2017-09-26  0:16         ` Lai Eddy
2017-09-26  0:43           ` Paul Eggleton
2017-09-26  0:47           ` Bruce Ashfield
2017-09-26  4:45             ` Lai Eddy
2017-09-26 12:21               ` Bruce Ashfield
2017-09-26 16:27                 ` akuster

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.