* Build issue - newbie
@ 2019-12-12 5:59 Sujoy Ray
2019-12-12 6:31 ` [yocto] " Khem Raj
2019-12-12 6:31 ` [yocto] " Morne
0 siblings, 2 replies; 6+ messages in thread
From: Sujoy Ray @ 2019-12-12 5:59 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 749 bytes --]
Hello,
I am trying to build yocto project and having following error:
==========================
ERROR: Unable to start bitbake server (None)
ERROR: Server log for this session (/home/sujoy/OpenBMC/openbmc/ build/bitbake-cookerdaemon. log):
--- Starting bitbake server pid 2104 at 2019-12-11 19:23:03.474760 ---
ERROR: Layer microsoft-layer is not compatible with the core layer which only supports these series: zeus (layer is compatible with warrior)
============================== ===============
The above error happens when I run bitbake obmc-phosphor-image in Ubuntu 16.04 running in VMwarer ( Windows 10 as HOST).
The above command succeeds when I use Ubuntu native installation.
Could anybody please help?
Thanks,
Sujoy.
[-- Attachment #2: Type: text/html, Size: 1984 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [yocto] Build issue - newbie
2019-12-12 5:59 Build issue - newbie Sujoy Ray
@ 2019-12-12 6:31 ` Khem Raj
2019-12-12 6:41 ` Sujoy Ray
2019-12-12 6:31 ` [yocto] " Morne
1 sibling, 1 reply; 6+ messages in thread
From: Khem Raj @ 2019-12-12 6:31 UTC (permalink / raw)
To: yocto
On 12/11/19 9:59 PM, Sujoy Ray wrote:
> Hello,
> I am trying to build yocto project and having following error:
> ==========================
> ERROR: Unable to start bitbake server (None)
> ERROR: Server log for this session
> (/home/sujoy/OpenBMC/openbmc/build/bitbake-cookerdaemon.log):
> --- Starting bitbake server pid 2104 at 2019-12-11 19:23:03.474760 ---
> ERROR: Layer microsoft-layer is not compatible with the core layer which
> only supports these series: zeus (layer is compatible with warrior)
> =============================================
> The above error happens when I run /bitbake obmc-phosphor-image/ in
> Ubuntu 16.04 running in VMwarer ( Windows 10 as HOST).
> The above command succeeds when I use Ubuntu native installation.
>
> Could anybody please help?
it seems your project has mixed releases of different layers. So please
describe how you setup your project. Usually you should be using same
release/branch for all layers, unless a layer states otherwise
> Thanks,
> Sujoy.
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
>
> View/Reply Online (#47646): https://lists.yoctoproject.org/g/yocto/message/47646
> Mute This Topic: https://lists.yoctoproject.org/mt/68263780/1997914
> Group Owner: yocto+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [yocto] Build issue - newbie
2019-12-12 5:59 Build issue - newbie Sujoy Ray
2019-12-12 6:31 ` [yocto] " Khem Raj
@ 2019-12-12 6:31 ` Morne
2019-12-12 6:42 ` Sujoy Ray
1 sibling, 1 reply; 6+ messages in thread
From: Morne @ 2019-12-12 6:31 UTC (permalink / raw)
To: yocto
>ERROR: Layer microsoft-layer is not compatible with the core layer which only
>supports these series: zeus (layer is compatible with warrior)
>
>The above error happens when I run bitbake obmc-phosphor-image in Ubuntu 16.04
>running in VMwarer ( Windows 10 as HOST).
>The above command succeeds when I use Ubuntu native installation.
What YP version are you using ?
Can you verify that you are using the same YP version in both cases ?
- Morné
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Build issue - newbie
2019-12-12 6:31 ` [yocto] " Khem Raj
@ 2019-12-12 6:41 ` Sujoy Ray
0 siblings, 0 replies; 6+ messages in thread
From: Sujoy Ray @ 2019-12-12 6:41 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 178 bytes --]
I have used the steps described in https://github.com/openbmc/openbmc. ( https://github.com/openbmc/openbmc )
This works in native Ubuntu installation. But fails under VMWare.
[-- Attachment #2: Type: text/html, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Build issue - newbie
2019-12-12 6:31 ` [yocto] " Morne
@ 2019-12-12 6:42 ` Sujoy Ray
2019-12-12 7:55 ` [yocto] " Morne
0 siblings, 1 reply; 6+ messages in thread
From: Sujoy Ray @ 2019-12-12 6:42 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 45 bytes --]
Please let me know how to check YP version.
[-- Attachment #2: Type: text/html, Size: 45 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [yocto] Build issue - newbie
2019-12-12 6:42 ` Sujoy Ray
@ 2019-12-12 7:55 ` Morne
0 siblings, 0 replies; 6+ messages in thread
From: Morne @ 2019-12-12 7:55 UTC (permalink / raw)
To: yocto
>Please let me know how to check YP version.
In the directory that you checked out the git repo, open the following file:
poky/meta-poky/conf/distro/poky.conf
At the top of the file it will show DISTRO_VERSION and DISTRO_CODENAME
I suspect that you are using different branches of the git repo in the instance
where it works, and the instance where it doesn't work.
- Morné
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-12-12 7:55 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-12 5:59 Build issue - newbie Sujoy Ray
2019-12-12 6:31 ` [yocto] " Khem Raj
2019-12-12 6:41 ` Sujoy Ray
2019-12-12 6:31 ` [yocto] " Morne
2019-12-12 6:42 ` Sujoy Ray
2019-12-12 7:55 ` [yocto] " Morne
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.