All of lore.kernel.org
 help / color / mirror / Atom feed
* Trying to build xen-guest-image-minimal
@ 2017-05-17  7:37 Pello Heriz
  2017-05-17 15:16 ` [meta-xilinx] " Alistair Francis
  0 siblings, 1 reply; 6+ messages in thread
From: Pello Heriz @ 2017-05-17  7:37 UTC (permalink / raw)
  To: meta-xilinx, meta-xilinx-request, meta-virtualization, yocto

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

Hi all,

I'm trying to build a xen-guest-image-minimal, but I have the next error:

generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ bitbake
xen-guest-image-minimal
Loading cache: 100% |############################################| Time:
0:00:01
Loaded 2865 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time:
0:00:01
Parsing of 2097 .bb files complete (2080 cached, 17 parsed). 2881 targets,
198 skipped, 0 masked, 0 errors.
WARNING: No recipes available for:

/opt/yocto_GE/poky/master/meta-petalinux/recipes-devtools/python/python-smartpm_%.bbappend
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'xf86-video-vesa' (but
/opt/yocto_GE/poky/master/meta-virtualization/recipes-extended/images/
xen-guest-image-minimal.bb RDEPENDS on or otherwise requires it)
ERROR: xf86-video-vesa was skipped: incompatible with host
aarch64-poky-linux (not in COMPATIBLE_HOST)
NOTE: Runtime target 'xf86-video-vesa' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['xf86-video-vesa']
ERROR: Required build target 'xen-guest-image-minimal' has no buildable
providers.
Missing or unbuildable dependency chain was: ['xen-guest-image-minimal',
'xf86-video-vesa']

Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

As you can see next, this requiring file is in the meta directory so I
don't know why I'm getting the issue.

generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ cd
../meta/recipes-graphics/xorg-driver/
generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/meta/recipes-graphics/xorg-driver$
ls
xf86-input-evdev_2.10.5.bb     xf86-video-omap_0.4.5.bb
xf86-input-keyboard_1.9.0.bb   xf86-video-omapfb
xf86-input-libinput_0.24.0.bb  xf86-video-omapfb_git.bb
xf86-input-mouse_1.9.2.bb      xf86-video-vesa_2.3.4.bb
xf86-input-synaptics_1.9.0.bb  xf86-video-vmware
xf86-input-vmmouse_13.1.0.bb   xf86-video-vmware_13.2.1.bb
xf86-video-cirrus_1.5.3.bb     xorg-driver-common.inc
xf86-video-fbdev_0.4.4.bb      xorg-driver-input.inc
xf86-video-intel               xorg-driver-video.inc
xf86-video-intel_git.bb
generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/meta/recipes-graphics/xorg-driver$


Can any body help me with this problem?

Any answer will be welcome,

Best regards,
Pello

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

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

* Re: [meta-xilinx] Trying to build xen-guest-image-minimal
  2017-05-17  7:37 Trying to build xen-guest-image-minimal Pello Heriz
@ 2017-05-17 15:16 ` Alistair Francis
  2017-05-18  7:48   ` Pello Heriz
  0 siblings, 1 reply; 6+ messages in thread
From: Alistair Francis @ 2017-05-17 15:16 UTC (permalink / raw)
  To: Pello Heriz; +Cc: yocto, meta-virtualization, meta-xilinx, meta-xilinx-request

On Wed, May 17, 2017 at 12:37 AM, Pello Heriz
<pello.heriz@alumni.mondragon.edu> wrote:
> Hi all,
>
> I'm trying to build a xen-guest-image-minimal, but I have the next error:
>
> generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ bitbake
> xen-guest-image-minimal
> Loading cache: 100% |############################################| Time:
> 0:00:01
> Loaded 2865 entries from dependency cache.
> Parsing recipes: 100% |##########################################| Time:
> 0:00:01
> Parsing of 2097 .bb files complete (2080 cached, 17 parsed). 2881 targets,
> 198 skipped, 0 masked, 0 errors.
> WARNING: No recipes available for:
>
> /opt/yocto_GE/poky/master/meta-petalinux/recipes-devtools/python/python-smartpm_%.bbappend
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'xf86-video-vesa' (but
> /opt/yocto_GE/poky/master/meta-virtualization/recipes-extended/images/xen-guest-image-minimal.bb
> RDEPENDS on or otherwise requires it)
> ERROR: xf86-video-vesa was skipped: incompatible with host
> aarch64-poky-linux (not in COMPATIBLE_HOST)
> NOTE: Runtime target 'xf86-video-vesa' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['xf86-video-vesa']
> ERROR: Required build target 'xen-guest-image-minimal' has no buildable
> providers.
> Missing or unbuildable dependency chain was: ['xen-guest-image-minimal',
> 'xf86-video-vesa']
>
> Summary: There was 1 WARNING message shown.
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
>
> As you can see next, this requiring file is in the meta directory so I don't
> know why I'm getting the issue.
>
> generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ cd
> ../meta/recipes-graphics/xorg-driver/
> generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/meta/recipes-graphics/xorg-driver$
> ls
> xf86-input-evdev_2.10.5.bb     xf86-video-omap_0.4.5.bb
> xf86-input-keyboard_1.9.0.bb   xf86-video-omapfb
> xf86-input-libinput_0.24.0.bb  xf86-video-omapfb_git.bb
> xf86-input-mouse_1.9.2.bb      xf86-video-vesa_2.3.4.bb
> xf86-input-synaptics_1.9.0.bb  xf86-video-vmware
> xf86-input-vmmouse_13.1.0.bb   xf86-video-vmware_13.2.1.bb
> xf86-video-cirrus_1.5.3.bb     xorg-driver-common.inc
> xf86-video-fbdev_0.4.4.bb      xorg-driver-input.inc
> xf86-video-intel               xorg-driver-video.inc
> xf86-video-intel_git.bb
> generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/meta/recipes-graphics/xorg-driver$
>
> Can any body help me with this problem?

It looks like this should fix your problem:

diff --git a/recipes-extended/images/xen-guest-image-minimal.bb
b/recipes-extended/images/xen-guest-image-minimal.bb
index ab7e92c..0143867 100644
--- a/recipes-extended/images/xen-guest-image-minimal.bb
+++ b/recipes-extended/images/xen-guest-image-minimal.bb
@@ -7,9 +7,6 @@ IMAGE_INSTALL += " \
     ${@bb.utils.contains('MACHINE_FEATURES', 'acpi',
'kernel-module-xen-acpi-processor', '', d)} \
     "

-IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
xf86-video-fbdev', '', d)}"
-IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
xf86-video-vesa', '', d)}"
-
 LICENSE = "MIT"

 # Send console messages to xen console

It's a bug in meta-virtualisation, I just don't know how to fix it
without just deleting the code.

Thanks,

Alistair

>
> Any answer will be welcome,
>
> Best regards,
> Pello
>
>
> --
> _______________________________________________
> meta-xilinx mailing list
> meta-xilinx@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-xilinx
>


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

* Re: [meta-xilinx] Trying to build xen-guest-image-minimal
  2017-05-17 15:16 ` [meta-xilinx] " Alistair Francis
@ 2017-05-18  7:48   ` Pello Heriz
  2017-05-18 22:17     ` Alistair Francis
  0 siblings, 1 reply; 6+ messages in thread
From: Pello Heriz @ 2017-05-18  7:48 UTC (permalink / raw)
  To: Alistair Francis
  Cc: yocto, meta-virtualization, meta-xilinx, meta-xilinx-request

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

Hi Alistair,

I have deleted the two lines that you have told me:

-IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
xf86-video-fbdev', '', d)}"
-IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
xf86-video-vesa', '', d)}"

Anyway, now I'm getting another problem:

generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ bitbake
xen-guest-image-minimal
Loading cache: 100% |############################################| Time:
0:00:00
Loaded 2865 entries from dependency cache.
Parsing recipes: 100% |##########################################| Time:
0:00:01
Parsing of 2097 .bb files complete (2079 cached, 18 parsed). 2881 targets,
198 skipped, 0 masked, 0 errors.
WARNING: No recipes available for:

/opt/yocto_GE/poky/master/meta-petalinux/recipes-devtools/python/python-smartpm_%.bbappend
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'nativesdk-smartpm' (but
/opt/yocto_GE/poky/master/meta/recipes-core/meta/buildtools-tarball.bb
RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'nativesdk-smartpm' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['nativesdk-smartpm']
ERROR: Required build target 'xen-guest-image-minimal' has no buildable
providers.
Missing or unbuildable dependency chain was: ['xen-guest-image-minimal',
'buildtools-tarball', 'nativesdk-smartpm']

Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$

Do you know how can I solve this issue?

Best regards,
Pello


2017-05-17 17:16 GMT+02:00 Alistair Francis <alistair23@gmail.com>:

> On Wed, May 17, 2017 at 12:37 AM, Pello Heriz
> <pello.heriz@alumni.mondragon.edu> wrote:
> > Hi all,
> >
> > I'm trying to build a xen-guest-image-minimal, but I have the next error:
> >
> > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$
> bitbake
> > xen-guest-image-minimal
> > Loading cache: 100% |############################################| Time:
> > 0:00:01
> > Loaded 2865 entries from dependency cache.
> > Parsing recipes: 100% |##########################################| Time:
> > 0:00:01
> > Parsing of 2097 .bb files complete (2080 cached, 17 parsed). 2881
> targets,
> > 198 skipped, 0 masked, 0 errors.
> > WARNING: No recipes available for:
> >
> > /opt/yocto_GE/poky/master/meta-petalinux/recipes-devtools/python/python-
> smartpm_%.bbappend
> > NOTE: Resolving any missing task queue dependencies
> > ERROR: Nothing RPROVIDES 'xf86-video-vesa' (but
> > /opt/yocto_GE/poky/master/meta-virtualization/recipes-extended/images/
> xen-guest-image-minimal.bb
> > RDEPENDS on or otherwise requires it)
> > ERROR: xf86-video-vesa was skipped: incompatible with host
> > aarch64-poky-linux (not in COMPATIBLE_HOST)
> > NOTE: Runtime target 'xf86-video-vesa' is unbuildable, removing...
> > Missing or unbuildable dependency chain was: ['xf86-video-vesa']
> > ERROR: Required build target 'xen-guest-image-minimal' has no buildable
> > providers.
> > Missing or unbuildable dependency chain was: ['xen-guest-image-minimal',
> > 'xf86-video-vesa']
> >
> > Summary: There was 1 WARNING message shown.
> > Summary: There were 2 ERROR messages shown, returning a non-zero exit
> code.
> >
> > As you can see next, this requiring file is in the meta directory so I
> don't
> > know why I'm getting the issue.
> >
> > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ cd
> > ../meta/recipes-graphics/xorg-driver/
> > generalelectric@mlan11214m117linux:/opt/yocto_
> GE/poky/master/meta/recipes-graphics/xorg-driver$
> > ls
> > xf86-input-evdev_2.10.5.bb     xf86-video-omap_0.4.5.bb
> > xf86-input-keyboard_1.9.0.bb   xf86-video-omapfb
> > xf86-input-libinput_0.24.0.bb  xf86-video-omapfb_git.bb
> > xf86-input-mouse_1.9.2.bb      xf86-video-vesa_2.3.4.bb
> > xf86-input-synaptics_1.9.0.bb  xf86-video-vmware
> > xf86-input-vmmouse_13.1.0.bb   xf86-video-vmware_13.2.1.bb
> > xf86-video-cirrus_1.5.3.bb     xorg-driver-common.inc
> > xf86-video-fbdev_0.4.4.bb      xorg-driver-input.inc
> > xf86-video-intel               xorg-driver-video.inc
> > xf86-video-intel_git.bb
> > generalelectric@mlan11214m117linux:/opt/yocto_
> GE/poky/master/meta/recipes-graphics/xorg-driver$
> >
> > Can any body help me with this problem?
>
> It looks like this should fix your problem:
>
> diff --git a/recipes-extended/images/xen-guest-image-minimal.bb
> b/recipes-extended/images/xen-guest-image-minimal.bb
> index ab7e92c..0143867 100644
> --- a/recipes-extended/images/xen-guest-image-minimal.bb
> +++ b/recipes-extended/images/xen-guest-image-minimal.bb
> @@ -7,9 +7,6 @@ IMAGE_INSTALL += " \
>      ${@bb.utils.contains('MACHINE_FEATURES', 'acpi',
> 'kernel-module-xen-acpi-processor', '', d)} \
>      "
>
> -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
> xf86-video-fbdev', '', d)}"
> -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
> xf86-video-vesa', '', d)}"
> -
>  LICENSE = "MIT"
>
>  # Send console messages to xen console
>
> It's a bug in meta-virtualisation, I just don't know how to fix it
> without just deleting the code.
>
> Thanks,
>
> Alistair
>
> >
> > Any answer will be welcome,
> >
> > Best regards,
> > Pello
> >
> >
> > --
> > _______________________________________________
> > meta-xilinx mailing list
> > meta-xilinx@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-xilinx
> >
>

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

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

* Re: [meta-xilinx] Trying to build xen-guest-image-minimal
  2017-05-18  7:48   ` Pello Heriz
@ 2017-05-18 22:17     ` Alistair Francis
       [not found]       ` <CAFL6qn7wcvBSD-_9baYMajAdqry0fuUXqjO4HG_GWf_3zzDp2w@mail.gmail.com>
  0 siblings, 1 reply; 6+ messages in thread
From: Alistair Francis @ 2017-05-18 22:17 UTC (permalink / raw)
  To: Pello Heriz; +Cc: yocto, meta-virtualization, meta-xilinx, meta-xilinx-request

On Thu, May 18, 2017 at 12:48 AM, Pello Heriz
<pello.heriz@alumni.mondragon.edu> wrote:
> Hi Alistair,
>
> I have deleted the two lines that you have told me:
>
> -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
> xf86-video-fbdev', '', d)}"
> -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
> xf86-video-vesa', '', d)}"
>
> Anyway, now I'm getting another problem:
>
> generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ bitbake
> xen-guest-image-minimal
> Loading cache: 100% |############################################| Time:
> 0:00:00
> Loaded 2865 entries from dependency cache.
> Parsing recipes: 100% |##########################################| Time:
> 0:00:01
> Parsing of 2097 .bb files complete (2079 cached, 18 parsed). 2881 targets,
> 198 skipped, 0 masked, 0 errors.
> WARNING: No recipes available for:
>
> /opt/yocto_GE/poky/master/meta-petalinux/recipes-devtools/python/python-smartpm_%.bbappend
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'nativesdk-smartpm' (but
> /opt/yocto_GE/poky/master/meta/recipes-core/meta/buildtools-tarball.bb
> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'nativesdk-smartpm' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['nativesdk-smartpm']
> ERROR: Required build target 'xen-guest-image-minimal' has no buildable
> providers.
> Missing or unbuildable dependency chain was: ['xen-guest-image-minimal',
> 'buildtools-tarball', 'nativesdk-smartpm']
>
> Summary: There was 1 WARNING message shown.
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$
>
> Do you know how can I solve this issue?

Strange, I haven't seen this before. Are you sure you have all the
layers that you need and that the versions match?

Thanks,

Alistair

>
> Best regards,
> Pello
>
>
> 2017-05-17 17:16 GMT+02:00 Alistair Francis <alistair23@gmail.com>:
>>
>> On Wed, May 17, 2017 at 12:37 AM, Pello Heriz
>> <pello.heriz@alumni.mondragon.edu> wrote:
>> > Hi all,
>> >
>> > I'm trying to build a xen-guest-image-minimal, but I have the next
>> > error:
>> >
>> > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$
>> > bitbake
>> > xen-guest-image-minimal
>> > Loading cache: 100% |############################################| Time:
>> > 0:00:01
>> > Loaded 2865 entries from dependency cache.
>> > Parsing recipes: 100% |##########################################| Time:
>> > 0:00:01
>> > Parsing of 2097 .bb files complete (2080 cached, 17 parsed). 2881
>> > targets,
>> > 198 skipped, 0 masked, 0 errors.
>> > WARNING: No recipes available for:
>> >
>> >
>> > /opt/yocto_GE/poky/master/meta-petalinux/recipes-devtools/python/python-smartpm_%.bbappend
>> > NOTE: Resolving any missing task queue dependencies
>> > ERROR: Nothing RPROVIDES 'xf86-video-vesa' (but
>> >
>> > /opt/yocto_GE/poky/master/meta-virtualization/recipes-extended/images/xen-guest-image-minimal.bb
>> > RDEPENDS on or otherwise requires it)
>> > ERROR: xf86-video-vesa was skipped: incompatible with host
>> > aarch64-poky-linux (not in COMPATIBLE_HOST)
>> > NOTE: Runtime target 'xf86-video-vesa' is unbuildable, removing...
>> > Missing or unbuildable dependency chain was: ['xf86-video-vesa']
>> > ERROR: Required build target 'xen-guest-image-minimal' has no buildable
>> > providers.
>> > Missing or unbuildable dependency chain was: ['xen-guest-image-minimal',
>> > 'xf86-video-vesa']
>> >
>> > Summary: There was 1 WARNING message shown.
>> > Summary: There were 2 ERROR messages shown, returning a non-zero exit
>> > code.
>> >
>> > As you can see next, this requiring file is in the meta directory so I
>> > don't
>> > know why I'm getting the issue.
>> >
>> > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$ cd
>> > ../meta/recipes-graphics/xorg-driver/
>> >
>> > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/meta/recipes-graphics/xorg-driver$
>> > ls
>> > xf86-input-evdev_2.10.5.bb     xf86-video-omap_0.4.5.bb
>> > xf86-input-keyboard_1.9.0.bb   xf86-video-omapfb
>> > xf86-input-libinput_0.24.0.bb  xf86-video-omapfb_git.bb
>> > xf86-input-mouse_1.9.2.bb      xf86-video-vesa_2.3.4.bb
>> > xf86-input-synaptics_1.9.0.bb  xf86-video-vmware
>> > xf86-input-vmmouse_13.1.0.bb   xf86-video-vmware_13.2.1.bb
>> > xf86-video-cirrus_1.5.3.bb     xorg-driver-common.inc
>> > xf86-video-fbdev_0.4.4.bb      xorg-driver-input.inc
>> > xf86-video-intel               xorg-driver-video.inc
>> > xf86-video-intel_git.bb
>> >
>> > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/meta/recipes-graphics/xorg-driver$
>> >
>> > Can any body help me with this problem?
>>
>> It looks like this should fix your problem:
>>
>> diff --git a/recipes-extended/images/xen-guest-image-minimal.bb
>> b/recipes-extended/images/xen-guest-image-minimal.bb
>> index ab7e92c..0143867 100644
>> --- a/recipes-extended/images/xen-guest-image-minimal.bb
>> +++ b/recipes-extended/images/xen-guest-image-minimal.bb
>> @@ -7,9 +7,6 @@ IMAGE_INSTALL += " \
>>      ${@bb.utils.contains('MACHINE_FEATURES', 'acpi',
>> 'kernel-module-xen-acpi-processor', '', d)} \
>>      "
>>
>> -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
>> xf86-video-fbdev', '', d)}"
>> -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
>> xf86-video-vesa', '', d)}"
>> -
>>  LICENSE = "MIT"
>>
>>  # Send console messages to xen console
>>
>> It's a bug in meta-virtualisation, I just don't know how to fix it
>> without just deleting the code.
>>
>> Thanks,
>>
>> Alistair
>>
>> >
>> > Any answer will be welcome,
>> >
>> > Best regards,
>> > Pello
>> >
>> >
>> > --
>> > _______________________________________________
>> > meta-xilinx mailing list
>> > meta-xilinx@yoctoproject.org
>> > https://lists.yoctoproject.org/listinfo/meta-xilinx
>> >
>
>


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

* Re: [meta-xilinx] Trying to build xen-guest-image-minimal
       [not found]         ` <CAKmqyKOKqpdwc-HOc5azoxiXLKm4odd1myeTBA7YjzjNddELQQ@mail.gmail.com>
@ 2017-05-23  9:38           ` Pello Heriz
  2017-05-23 12:13             ` Tim Orling
  0 siblings, 1 reply; 6+ messages in thread
From: Pello Heriz @ 2017-05-23  9:38 UTC (permalink / raw)
  To: Alistair Francis, meta-xilinx, meta-virtualization,
	meta-xilinx-request, yocto

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

Hi Alistair,

I have checked that all the included layers belong to the same branch
(master branch in this case). Anyway, the compiling error is still there.
If you don't know what's happening, can you please put me on contact with
someone that knows more about it?

In the other hand, what do you mean by 'you can also try searching the
error on the mailing list'?

Thanks for your help,
Best regards,
Pello

2017-05-23 1:44 GMT+02:00 Alistair Francis <alistair23@gmail.com>:

> On Thu, May 18, 2017 at 11:23 PM, Pello Heriz
> <pello.heriz@alumni.mondragon.edu> wrote:
> > Hi Alistair,
> >
> > how can I assure that all the cloned layers match the same version? Which
> > command do I need to use?
>
> You will manually need to check to make sure the releases all line up.
> For example they should all be morty.
>
> You can also try searching the error on the mailing list, sometimes
> there are already patches posted.
>
> Thanks,
>
> Alistair
>
> >
> > Thanks,
> > Pello
> >
> > 2017-05-19 0:17 GMT+02:00 Alistair Francis <alistair23@gmail.com>:
> >>
> >> On Thu, May 18, 2017 at 12:48 AM, Pello Heriz
> >> <pello.heriz@alumni.mondragon.edu> wrote:
> >> > Hi Alistair,
> >> >
> >> > I have deleted the two lines that you have told me:
> >> >
> >> > -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
> >> > xf86-video-fbdev', '', d)}"
> >> > -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
> >> > xf86-video-vesa', '', d)}"
> >> >
> >> > Anyway, now I'm getting another problem:
> >> >
> >> > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$
> >> > bitbake
> >> > xen-guest-image-minimal
> >> > Loading cache: 100% |############################################|
> Time:
> >> > 0:00:00
> >> > Loaded 2865 entries from dependency cache.
> >> > Parsing recipes: 100% |##########################################|
> Time:
> >> > 0:00:01
> >> > Parsing of 2097 .bb files complete (2079 cached, 18 parsed). 2881
> >> > targets,
> >> > 198 skipped, 0 masked, 0 errors.
> >> > WARNING: No recipes available for:
> >> >
> >> >
> >> > /opt/yocto_GE/poky/master/meta-petalinux/recipes-
> devtools/python/python-smartpm_%.bbappend
> >> > NOTE: Resolving any missing task queue dependencies
> >> > ERROR: Nothing RPROVIDES 'nativesdk-smartpm' (but
> >> > /opt/yocto_GE/poky/master/meta/recipes-core/meta/buildto
> ols-tarball.bb
> >> > RDEPENDS on or otherwise requires it)
> >> > NOTE: Runtime target 'nativesdk-smartpm' is unbuildable, removing...
> >> > Missing or unbuildable dependency chain was: ['nativesdk-smartpm']
> >> > ERROR: Required build target 'xen-guest-image-minimal' has no
> buildable
> >> > providers.
> >> > Missing or unbuildable dependency chain was:
> ['xen-guest-image-minimal',
> >> > 'buildtools-tarball', 'nativesdk-smartpm']
> >> >
> >> > Summary: There was 1 WARNING message shown.
> >> > Summary: There were 2 ERROR messages shown, returning a non-zero exit
> >> > code.
> >> > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$
> >> >
> >> > Do you know how can I solve this issue?
> >>
> >> Strange, I haven't seen this before. Are you sure you have all the
> >> layers that you need and that the versions match?
> >>
> >> Thanks,
> >>
> >> Alistair
> >>
> >> >
> >> > Best regards,
> >> > Pello
> >> >
> >> >
> >> > 2017-05-17 17:16 GMT+02:00 Alistair Francis <alistair23@gmail.com>:
> >> >>
> >> >> On Wed, May 17, 2017 at 12:37 AM, Pello Heriz
> >> >> <pello.heriz@alumni.mondragon.edu> wrote:
> >> >> > Hi all,
> >> >> >
> >> >> > I'm trying to build a xen-guest-image-minimal, but I have the next
> >> >> > error:
> >> >> >
> >> >> > generalelectric@mlan11214m117linux:/opt/yocto_
> GE/poky/master/build$
> >> >> > bitbake
> >> >> > xen-guest-image-minimal
> >> >> > Loading cache: 100% |############################################|
> >> >> > Time:
> >> >> > 0:00:01
> >> >> > Loaded 2865 entries from dependency cache.
> >> >> > Parsing recipes: 100% |##########################################|
> >> >> > Time:
> >> >> > 0:00:01
> >> >> > Parsing of 2097 .bb files complete (2080 cached, 17 parsed). 2881
> >> >> > targets,
> >> >> > 198 skipped, 0 masked, 0 errors.
> >> >> > WARNING: No recipes available for:
> >> >> >
> >> >> >
> >> >> >
> >> >> > /opt/yocto_GE/poky/master/meta-petalinux/recipes-
> devtools/python/python-smartpm_%.bbappend
> >> >> > NOTE: Resolving any missing task queue dependencies
> >> >> > ERROR: Nothing RPROVIDES 'xf86-video-vesa' (but
> >> >> >
> >> >> >
> >> >> > /opt/yocto_GE/poky/master/meta-virtualization/recipes-
> extended/images/xen-guest-image-minimal.bb
> >> >> > RDEPENDS on or otherwise requires it)
> >> >> > ERROR: xf86-video-vesa was skipped: incompatible with host
> >> >> > aarch64-poky-linux (not in COMPATIBLE_HOST)
> >> >> > NOTE: Runtime target 'xf86-video-vesa' is unbuildable, removing...
> >> >> > Missing or unbuildable dependency chain was: ['xf86-video-vesa']
> >> >> > ERROR: Required build target 'xen-guest-image-minimal' has no
> >> >> > buildable
> >> >> > providers.
> >> >> > Missing or unbuildable dependency chain was:
> >> >> > ['xen-guest-image-minimal',
> >> >> > 'xf86-video-vesa']
> >> >> >
> >> >> > Summary: There was 1 WARNING message shown.
> >> >> > Summary: There were 2 ERROR messages shown, returning a non-zero
> exit
> >> >> > code.
> >> >> >
> >> >> > As you can see next, this requiring file is in the meta directory
> so
> >> >> > I
> >> >> > don't
> >> >> > know why I'm getting the issue.
> >> >> >
> >> >> > generalelectric@mlan11214m117linux:/opt/yocto_
> GE/poky/master/build$
> >> >> > cd
> >> >> > ../meta/recipes-graphics/xorg-driver/
> >> >> >
> >> >> >
> >> >> > generalelectric@mlan11214m117linux:/opt/yocto_
> GE/poky/master/meta/recipes-graphics/xorg-driver$
> >> >> > ls
> >> >> > xf86-input-evdev_2.10.5.bb     xf86-video-omap_0.4.5.bb
> >> >> > xf86-input-keyboard_1.9.0.bb   xf86-video-omapfb
> >> >> > xf86-input-libinput_0.24.0.bb  xf86-video-omapfb_git.bb
> >> >> > xf86-input-mouse_1.9.2.bb      xf86-video-vesa_2.3.4.bb
> >> >> > xf86-input-synaptics_1.9.0.bb  xf86-video-vmware
> >> >> > xf86-input-vmmouse_13.1.0.bb   xf86-video-vmware_13.2.1.bb
> >> >> > xf86-video-cirrus_1.5.3.bb     xorg-driver-common.inc
> >> >> > xf86-video-fbdev_0.4.4.bb      xorg-driver-input.inc
> >> >> > xf86-video-intel               xorg-driver-video.inc
> >> >> > xf86-video-intel_git.bb
> >> >> >
> >> >> >
> >> >> > generalelectric@mlan11214m117linux:/opt/yocto_
> GE/poky/master/meta/recipes-graphics/xorg-driver$
> >> >> >
> >> >> > Can any body help me with this problem?
> >> >>
> >> >> It looks like this should fix your problem:
> >> >>
> >> >> diff --git a/recipes-extended/images/xen-guest-image-minimal.bb
> >> >> b/recipes-extended/images/xen-guest-image-minimal.bb
> >> >> index ab7e92c..0143867 100644
> >> >> --- a/recipes-extended/images/xen-guest-image-minimal.bb
> >> >> +++ b/recipes-extended/images/xen-guest-image-minimal.bb
> >> >> @@ -7,9 +7,6 @@ IMAGE_INSTALL += " \
> >> >>      ${@bb.utils.contains('MACHINE_FEATURES', 'acpi',
> >> >> 'kernel-module-xen-acpi-processor', '', d)} \
> >> >>      "
> >> >>
> >> >> -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
> >> >> xf86-video-fbdev', '', d)}"
> >> >> -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
> >> >> xf86-video-vesa', '', d)}"
> >> >> -
> >> >>  LICENSE = "MIT"
> >> >>
> >> >>  # Send console messages to xen console
> >> >>
> >> >> It's a bug in meta-virtualisation, I just don't know how to fix it
> >> >> without just deleting the code.
> >> >>
> >> >> Thanks,
> >> >>
> >> >> Alistair
> >> >>
> >> >> >
> >> >> > Any answer will be welcome,
> >> >> >
> >> >> > Best regards,
> >> >> > Pello
> >> >> >
> >> >> >
> >> >> > --
> >> >> > _______________________________________________
> >> >> > meta-xilinx mailing list
> >> >> > meta-xilinx@yoctoproject.org
> >> >> > https://lists.yoctoproject.org/listinfo/meta-xilinx
> >> >> >
> >> >
> >> >
> >
> >
>

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

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

* Re: [meta-xilinx] Trying to build xen-guest-image-minimal
  2017-05-23  9:38           ` Pello Heriz
@ 2017-05-23 12:13             ` Tim Orling
  0 siblings, 0 replies; 6+ messages in thread
From: Tim Orling @ 2017-05-23 12:13 UTC (permalink / raw)
  To: Pello Heriz, Alistair Francis, meta-xilinx, meta-virtualization,
	meta-xilinx-request, yocto

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

Your poky is not at master, your oe-core is at an older version where the
smart package manager was used. It has been replaced with dnf. You are
missing this commit:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=d4efcded26706f50f8ca98d76df2b349ed1f1792

On Tue, May 23, 2017 at 2:39 AM Pello Heriz <
pello.heriz@alumni.mondragon.edu> wrote:

> Hi Alistair,
>
> I have checked that all the included layers belong to the same branch
> (master branch in this case). Anyway, the compiling error is still there.
> If you don't know what's happening, can you please put me on contact with
> someone that knows more about it?
>
> In the other hand, what do you mean by 'you can also try searching the
> error on the mailing list'?
>
> Thanks for your help,
> Best regards,
> Pello
>
> 2017-05-23 1:44 GMT+02:00 Alistair Francis <alistair23@gmail.com>:
>
>> On Thu, May 18, 2017 at 11:23 PM, Pello Heriz
>> <pello.heriz@alumni.mondragon.edu> wrote:
>> > Hi Alistair,
>> >
>> > how can I assure that all the cloned layers match the same version?
>> Which
>> > command do I need to use?
>>
>> You will manually need to check to make sure the releases all line up.
>> For example they should all be morty.
>>
>> You can also try searching the error on the mailing list, sometimes
>> there are already patches posted.
>>
>> Thanks,
>>
>> Alistair
>>
>> >
>> > Thanks,
>> > Pello
>>
>
>> >
>> > 2017-05-19 0:17 GMT+02:00 Alistair Francis <alistair23@gmail.com>:
>> >>
>> >> On Thu, May 18, 2017 at 12:48 AM, Pello Heriz
>> >> <pello.heriz@alumni.mondragon.edu> wrote:
>> >> > Hi Alistair,
>> >> >
>> >> > I have deleted the two lines that you have told me:
>> >> >
>> >> > -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
>> >> > xf86-video-fbdev', '', d)}"
>> >> > -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
>> >> > xf86-video-vesa', '', d)}"
>> >> >
>> >> > Anyway, now I'm getting another problem:
>> >> >
>> >> > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$
>> >> > bitbake
>> >> > xen-guest-image-minimal
>> >> > Loading cache: 100% |############################################|
>> Time:
>> >> > 0:00:00
>> >> > Loaded 2865 entries from dependency cache.
>> >> > Parsing recipes: 100% |##########################################|
>> Time:
>> >> > 0:00:01
>> >> > Parsing of 2097 .bb files complete (2079 cached, 18 parsed). 2881
>> >> > targets,
>> >> > 198 skipped, 0 masked, 0 errors.
>> >> > WARNING: No recipes available for:
>> >> >
>> >> >
>> >> >
>> /opt/yocto_GE/poky/master/meta-petalinux/recipes-devtools/python/python-smartpm_%.bbappend
>> >> > NOTE: Resolving any missing task queue dependencies
>> >> > ERROR: Nothing RPROVIDES 'nativesdk-smartpm' (but
>> >> > /opt/yocto_GE/poky/master/meta/recipes-core/meta/
>> buildtools-tarball.bb
>> >> > RDEPENDS on or otherwise requires it)
>> >> > NOTE: Runtime target 'nativesdk-smartpm' is unbuildable, removing...
>> >> > Missing or unbuildable dependency chain was: ['nativesdk-smartpm']
>> >> > ERROR: Required build target 'xen-guest-image-minimal' has no
>> buildable
>> >> > providers.
>> >> > Missing or unbuildable dependency chain was:
>> ['xen-guest-image-minimal',
>> >> > 'buildtools-tarball', 'nativesdk-smartpm']
>> >> >
>> >> > Summary: There was 1 WARNING message shown.
>> >> > Summary: There were 2 ERROR messages shown, returning a non-zero exit
>> >> > code.
>> >> > generalelectric@mlan11214m117linux:/opt/yocto_GE/poky/master/build$
>> >> >
>> >> > Do you know how can I solve this issue?
>> >>
>> >> Strange, I haven't seen this before. Are you sure you have all the
>> >> layers that you need and that the versions match?
>> >>
>> >> Thanks,
>> >>
>> >> Alistair
>> >>
>> >> >
>> >> > Best regards,
>> >> > Pello
>> >> >
>> >> >
>> >> > 2017-05-17 17:16 GMT+02:00 Alistair Francis <alistair23@gmail.com>:
>> >> >>
>> >> >> On Wed, May 17, 2017 at 12:37 AM, Pello Heriz
>> >> >> <pello.heriz@alumni.mondragon.edu> wrote:
>> >> >> > Hi all,
>> >> >> >
>> >> >> > I'm trying to build a xen-guest-image-minimal, but I have the next
>> >> >> > error:
>> >> >> >
>> >> >> > generalelectric@mlan11214m117linux
>> :/opt/yocto_GE/poky/master/build$
>> >> >> > bitbake
>> >> >> > xen-guest-image-minimal
>> >> >> > Loading cache: 100% |############################################|
>> >> >> > Time:
>> >> >> > 0:00:01
>> >> >> > Loaded 2865 entries from dependency cache.
>> >> >> > Parsing recipes: 100% |##########################################|
>> >> >> > Time:
>> >> >> > 0:00:01
>> >> >> > Parsing of 2097 .bb files complete (2080 cached, 17 parsed). 2881
>> >> >> > targets,
>> >> >> > 198 skipped, 0 masked, 0 errors.
>> >> >> > WARNING: No recipes available for:
>> >> >> >
>> >> >> >
>> >> >> >
>> >> >> >
>> /opt/yocto_GE/poky/master/meta-petalinux/recipes-devtools/python/python-smartpm_%.bbappend
>> >> >> > NOTE: Resolving any missing task queue dependencies
>> >> >> > ERROR: Nothing RPROVIDES 'xf86-video-vesa' (but
>> >> >> >
>> >> >> >
>> >> >> >
>> /opt/yocto_GE/poky/master/meta-virtualization/recipes-extended/images/
>> xen-guest-image-minimal.bb
>> >> >> > RDEPENDS on or otherwise requires it)
>> >> >> > ERROR: xf86-video-vesa was skipped: incompatible with host
>> >> >> > aarch64-poky-linux (not in COMPATIBLE_HOST)
>> >> >> > NOTE: Runtime target 'xf86-video-vesa' is unbuildable, removing...
>> >> >> > Missing or unbuildable dependency chain was: ['xf86-video-vesa']
>> >> >> > ERROR: Required build target 'xen-guest-image-minimal' has no
>> >> >> > buildable
>> >> >> > providers.
>> >> >> > Missing or unbuildable dependency chain was:
>> >> >> > ['xen-guest-image-minimal',
>> >> >> > 'xf86-video-vesa']
>> >> >> >
>> >> >> > Summary: There was 1 WARNING message shown.
>> >> >> > Summary: There were 2 ERROR messages shown, returning a non-zero
>> exit
>> >> >> > code.
>> >> >> >
>> >> >> > As you can see next, this requiring file is in the meta directory
>> so
>> >> >> > I
>> >> >> > don't
>> >> >> > know why I'm getting the issue.
>> >> >> >
>> >> >> > generalelectric@mlan11214m117linux
>> :/opt/yocto_GE/poky/master/build$
>> >> >> > cd
>> >> >> > ../meta/recipes-graphics/xorg-driver/
>> >> >> >
>> >> >> >
>> >> >> > generalelectric@mlan11214m117linux
>> :/opt/yocto_GE/poky/master/meta/recipes-graphics/xorg-driver$
>> >> >> > ls
>> >> >> > xf86-input-evdev_2.10.5.bb     xf86-video-omap_0.4.5.bb
>> >> >> > xf86-input-keyboard_1.9.0.bb   xf86-video-omapfb
>> >> >> > xf86-input-libinput_0.24.0.bb  xf86-video-omapfb_git.bb
>> >> >> > xf86-input-mouse_1.9.2.bb      xf86-video-vesa_2.3.4.bb
>> >> >> > xf86-input-synaptics_1.9.0.bb  xf86-video-vmware
>> >> >> > xf86-input-vmmouse_13.1.0.bb   xf86-video-vmware_13.2.1.bb
>> >> >> > xf86-video-cirrus_1.5.3.bb     xorg-driver-common.inc
>> >> >> > xf86-video-fbdev_0.4.4.bb      xorg-driver-input.inc
>> >> >> > xf86-video-intel               xorg-driver-video.inc
>> >> >> > xf86-video-intel_git.bb
>> >> >> >
>> >> >> >
>> >> >> > generalelectric@mlan11214m117linux
>> :/opt/yocto_GE/poky/master/meta/recipes-graphics/xorg-driver$
>> >> >> >
>> >> >> > Can any body help me with this problem?
>> >> >>
>> >> >> It looks like this should fix your problem:
>> >> >>
>> >> >> diff --git a/recipes-extended/images/xen-guest-image-minimal.bb
>> >> >> b/recipes-extended/images/xen-guest-image-minimal.bb
>> >> >> index ab7e92c..0143867 100644
>> >> >> --- a/recipes-extended/images/xen-guest-image-minimal.bb
>> >> >> +++ b/recipes-extended/images/xen-guest-image-minimal.bb
>> >> >> @@ -7,9 +7,6 @@ IMAGE_INSTALL += " \
>> >> >>      ${@bb.utils.contains('MACHINE_FEATURES', 'acpi',
>> >> >> 'kernel-module-xen-acpi-processor', '', d)} \
>> >> >>      "
>> >> >>
>> >> >> -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
>> >> >> xf86-video-fbdev', '', d)}"
>> >> >> -IMAGE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', '
>> >> >> xf86-video-vesa', '', d)}"
>> >> >> -
>> >> >>  LICENSE = "MIT"
>> >> >>
>> >> >>  # Send console messages to xen console
>> >> >>
>> >> >> It's a bug in meta-virtualisation, I just don't know how to fix it
>> >> >> without just deleting the code.
>> >> >>
>> >> >> Thanks,
>> >> >>
>> >> >> Alistair
>> >> >>
>> >> >> >
>> >> >> > Any answer will be welcome,
>> >> >> >
>> >> >> > Best regards,
>> >> >> > Pello
>> >> >> >
>> >> >> >
>> >> >> > --
>> >> >> > _______________________________________________
>> >> >> > meta-xilinx mailing list
>> >> >> > meta-xilinx@yoctoproject.org
>> >> >> > https://lists.yoctoproject.org/listinfo/meta-xilinx
>> >> >> >
>> >> >
>> >> >
>> >
>> >
>>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

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

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

end of thread, other threads:[~2017-05-23 12:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-17  7:37 Trying to build xen-guest-image-minimal Pello Heriz
2017-05-17 15:16 ` [meta-xilinx] " Alistair Francis
2017-05-18  7:48   ` Pello Heriz
2017-05-18 22:17     ` Alistair Francis
     [not found]       ` <CAFL6qn7wcvBSD-_9baYMajAdqry0fuUXqjO4HG_GWf_3zzDp2w@mail.gmail.com>
     [not found]         ` <CAKmqyKOKqpdwc-HOc5azoxiXLKm4odd1myeTBA7YjzjNddELQQ@mail.gmail.com>
2017-05-23  9:38           ` Pello Heriz
2017-05-23 12:13             ` Tim Orling

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.