All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libslirp: remove the recipe
@ 2023-01-06 10:12 mingli.yu
  2023-01-06 15:39 ` Bruce Ashfield
       [not found] ` <1737C26C23343587.7095@lists.yoctoproject.org>
  0 siblings, 2 replies; 3+ messages in thread
From: mingli.yu @ 2023-01-06 10:12 UTC (permalink / raw)
  To: meta-virtualization, bruce.ashfield

From: Mingli Yu <mingli.yu@windriver.com>

The libslirp recipe is added in openembedded-core [1], so remove the
recipe in meta-virtualization to fix the below yocto compliance issue.

INFO: ======================================================================
INFO: FAIL: test_signatures (common.CommonCheckLayer)
INFO: ----------------------------------------------------------------------
INFO: Traceback (most recent call last):
  File "/build/layers/oe-core/scripts/lib/checklayer/cases/common.py", line 84, in test_signatures
    self.fail('Adding layer %s changed signatures.\n%s' % (self.tc.layer['name'], msg))
AssertionError: Adding layer meta-virtualization changed signatures.
26 signatures changed, initial differences (first hash before, second after):
   libslirp:do_fetch: ddef7cb42fde46edfd7be943eae54ddc2b27bc0af62f8cb6b31593cabb0d5925 -> b71e325b62905059e0cf07b61ee0a4db192d212ff56395d0d93702e525ef8d4a
      bitbake-diffsigs --task libslirp do_fetch --signature ddef7cb42fde46edfd7be943eae54ddc2b27bc0af62f8cb6b31593cabb0d5925 b71e325b62905059e0cf07b61ee0a4db192d212ff56395d0d93702e525ef8d4a
      NOTE: Starting bitbake server...
      basehash changed from 50c45a6065da00132b899786d818a66f056190f6664fc4bfe974e8a9f70c7f78 to 3b4e51c0058462af0c141c974b2ea19a9efc51cb61ef26bc2b4367c1066ad8f9
      Variable SRCREV value changed from '3ad1710a96678fe79066b1469cead4058713a1d9' to '888ddad6bde1dc6d7dbfc8daa7d015251b72e02c'

   libslirp:do_write_config: 8a3791774ea0f5793d1c14d0f3521582814420a057a2ee34488c8f868c7aacbb -> bdebe27987ebfdfdac9cf4c1af489f7aa674ef19454f7bf983549ae8ee2baf69
      bitbake-diffsigs --task libslirp do_write_config --signature 8a3791774ea0f5793d1c14d0f3521582814420a057a2ee34488c8f868c7aacbb bdebe27987ebfdfdac9cf4c1af489f7aa674ef19454f7bf983549ae8ee2baf69
      NOTE: Starting bitbake server...
      basehash changed from 8e5d9803b05d9999dbd18f4dce549312dc908f475362e236db785c94c99c8d5d to 0870fb4d535f92b666ed5a78d46ef69acc292888399961a24547b22d82b26d84
      Variable PV value changed from '4.7.0' to '4.6.1+gitAUTOINC+888ddad6bd'

[1] https://git.openembedded.org/openembedded-core/commit/?id=a4409583e0f8187b0c0cbf92fbddeffef12fd8f5

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
 recipes-networking/slirp/libslirp_git.bb | 14 --------------
 1 file changed, 14 deletions(-)
 delete mode 100644 recipes-networking/slirp/libslirp_git.bb

diff --git a/recipes-networking/slirp/libslirp_git.bb b/recipes-networking/slirp/libslirp_git.bb
deleted file mode 100644
index aeb61f63..00000000
--- a/recipes-networking/slirp/libslirp_git.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "A general purpose TCP-IP emulator"
-LICENSE = "BSD-3-Clause & MIT"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727"
-
-SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
-SRCREV = "888ddad6bde1dc6d7dbfc8daa7d015251b72e02c"
-PV = "4.6.1+git${SRCPV}"
-S = "${WORKDIR}/git"
-
-DEPENDS = " \
-    glib-2.0 \
-"
-
-inherit meson pkgconfig
-- 
2.25.1



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

* Re: [PATCH] libslirp: remove the recipe
  2023-01-06 10:12 [PATCH] libslirp: remove the recipe mingli.yu
@ 2023-01-06 15:39 ` Bruce Ashfield
       [not found] ` <1737C26C23343587.7095@lists.yoctoproject.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2023-01-06 15:39 UTC (permalink / raw)
  To: mingli.yu; +Cc: meta-virtualization

This is an already known issue.

I'll be forking the recipe versus removing it, I'm just not back full
time so haven't had a chance to do it yet.

Bruce

On Fri, Jan 6, 2023 at 5:12 AM <mingli.yu@eng.windriver.com> wrote:
>
> From: Mingli Yu <mingli.yu@windriver.com>
>
> The libslirp recipe is added in openembedded-core [1], so remove the
> recipe in meta-virtualization to fix the below yocto compliance issue.
>
> INFO: ======================================================================
> INFO: FAIL: test_signatures (common.CommonCheckLayer)
> INFO: ----------------------------------------------------------------------
> INFO: Traceback (most recent call last):
>   File "/build/layers/oe-core/scripts/lib/checklayer/cases/common.py", line 84, in test_signatures
>     self.fail('Adding layer %s changed signatures.\n%s' % (self.tc.layer['name'], msg))
> AssertionError: Adding layer meta-virtualization changed signatures.
> 26 signatures changed, initial differences (first hash before, second after):
>    libslirp:do_fetch: ddef7cb42fde46edfd7be943eae54ddc2b27bc0af62f8cb6b31593cabb0d5925 -> b71e325b62905059e0cf07b61ee0a4db192d212ff56395d0d93702e525ef8d4a
>       bitbake-diffsigs --task libslirp do_fetch --signature ddef7cb42fde46edfd7be943eae54ddc2b27bc0af62f8cb6b31593cabb0d5925 b71e325b62905059e0cf07b61ee0a4db192d212ff56395d0d93702e525ef8d4a
>       NOTE: Starting bitbake server...
>       basehash changed from 50c45a6065da00132b899786d818a66f056190f6664fc4bfe974e8a9f70c7f78 to 3b4e51c0058462af0c141c974b2ea19a9efc51cb61ef26bc2b4367c1066ad8f9
>       Variable SRCREV value changed from '3ad1710a96678fe79066b1469cead4058713a1d9' to '888ddad6bde1dc6d7dbfc8daa7d015251b72e02c'
>
>    libslirp:do_write_config: 8a3791774ea0f5793d1c14d0f3521582814420a057a2ee34488c8f868c7aacbb -> bdebe27987ebfdfdac9cf4c1af489f7aa674ef19454f7bf983549ae8ee2baf69
>       bitbake-diffsigs --task libslirp do_write_config --signature 8a3791774ea0f5793d1c14d0f3521582814420a057a2ee34488c8f868c7aacbb bdebe27987ebfdfdac9cf4c1af489f7aa674ef19454f7bf983549ae8ee2baf69
>       NOTE: Starting bitbake server...
>       basehash changed from 8e5d9803b05d9999dbd18f4dce549312dc908f475362e236db785c94c99c8d5d to 0870fb4d535f92b666ed5a78d46ef69acc292888399961a24547b22d82b26d84
>       Variable PV value changed from '4.7.0' to '4.6.1+gitAUTOINC+888ddad6bd'
>
> [1] https://git.openembedded.org/openembedded-core/commit/?id=a4409583e0f8187b0c0cbf92fbddeffef12fd8f5
>
> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> ---
>  recipes-networking/slirp/libslirp_git.bb | 14 --------------
>  1 file changed, 14 deletions(-)
>  delete mode 100644 recipes-networking/slirp/libslirp_git.bb
>
> diff --git a/recipes-networking/slirp/libslirp_git.bb b/recipes-networking/slirp/libslirp_git.bb
> deleted file mode 100644
> index aeb61f63..00000000
> --- a/recipes-networking/slirp/libslirp_git.bb
> +++ /dev/null
> @@ -1,14 +0,0 @@
> -SUMMARY = "A general purpose TCP-IP emulator"
> -LICENSE = "BSD-3-Clause & MIT"
> -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727"
> -
> -SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
> -SRCREV = "888ddad6bde1dc6d7dbfc8daa7d015251b72e02c"
> -PV = "4.6.1+git${SRCPV}"
> -S = "${WORKDIR}/git"
> -
> -DEPENDS = " \
> -    glib-2.0 \
> -"
> -
> -inherit meson pkgconfig
> --
> 2.25.1
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


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

* Re: [meta-virtualization] [PATCH] libslirp: remove the recipe
       [not found] ` <1737C26C23343587.7095@lists.yoctoproject.org>
@ 2023-01-09 21:24   ` Bruce Ashfield
  0 siblings, 0 replies; 3+ messages in thread
From: Bruce Ashfield @ 2023-01-09 21:24 UTC (permalink / raw)
  To: bruce.ashfield; +Cc: mingli.yu, meta-virtualization

FYI: I'll get to this shortly. I updated repos today and have run into
a few build issues, so I need to sort them out first.

Bruce

On Fri, Jan 6, 2023 at 10:39 AM Bruce Ashfield via
lists.yoctoproject.org
<bruce.ashfield=gmail.com@lists.yoctoproject.org> wrote:
>
> This is an already known issue.
>
> I'll be forking the recipe versus removing it, I'm just not back full
> time so haven't had a chance to do it yet.
>
> Bruce
>
> On Fri, Jan 6, 2023 at 5:12 AM <mingli.yu@eng.windriver.com> wrote:
> >
> > From: Mingli Yu <mingli.yu@windriver.com>
> >
> > The libslirp recipe is added in openembedded-core [1], so remove the
> > recipe in meta-virtualization to fix the below yocto compliance issue.
> >
> > INFO: ======================================================================
> > INFO: FAIL: test_signatures (common.CommonCheckLayer)
> > INFO: ----------------------------------------------------------------------
> > INFO: Traceback (most recent call last):
> >   File "/build/layers/oe-core/scripts/lib/checklayer/cases/common.py", line 84, in test_signatures
> >     self.fail('Adding layer %s changed signatures.\n%s' % (self.tc.layer['name'], msg))
> > AssertionError: Adding layer meta-virtualization changed signatures.
> > 26 signatures changed, initial differences (first hash before, second after):
> >    libslirp:do_fetch: ddef7cb42fde46edfd7be943eae54ddc2b27bc0af62f8cb6b31593cabb0d5925 -> b71e325b62905059e0cf07b61ee0a4db192d212ff56395d0d93702e525ef8d4a
> >       bitbake-diffsigs --task libslirp do_fetch --signature ddef7cb42fde46edfd7be943eae54ddc2b27bc0af62f8cb6b31593cabb0d5925 b71e325b62905059e0cf07b61ee0a4db192d212ff56395d0d93702e525ef8d4a
> >       NOTE: Starting bitbake server...
> >       basehash changed from 50c45a6065da00132b899786d818a66f056190f6664fc4bfe974e8a9f70c7f78 to 3b4e51c0058462af0c141c974b2ea19a9efc51cb61ef26bc2b4367c1066ad8f9
> >       Variable SRCREV value changed from '3ad1710a96678fe79066b1469cead4058713a1d9' to '888ddad6bde1dc6d7dbfc8daa7d015251b72e02c'
> >
> >    libslirp:do_write_config: 8a3791774ea0f5793d1c14d0f3521582814420a057a2ee34488c8f868c7aacbb -> bdebe27987ebfdfdac9cf4c1af489f7aa674ef19454f7bf983549ae8ee2baf69
> >       bitbake-diffsigs --task libslirp do_write_config --signature 8a3791774ea0f5793d1c14d0f3521582814420a057a2ee34488c8f868c7aacbb bdebe27987ebfdfdac9cf4c1af489f7aa674ef19454f7bf983549ae8ee2baf69
> >       NOTE: Starting bitbake server...
> >       basehash changed from 8e5d9803b05d9999dbd18f4dce549312dc908f475362e236db785c94c99c8d5d to 0870fb4d535f92b666ed5a78d46ef69acc292888399961a24547b22d82b26d84
> >       Variable PV value changed from '4.7.0' to '4.6.1+gitAUTOINC+888ddad6bd'
> >
> > [1] https://git.openembedded.org/openembedded-core/commit/?id=a4409583e0f8187b0c0cbf92fbddeffef12fd8f5
> >
> > Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
> > ---
> >  recipes-networking/slirp/libslirp_git.bb | 14 --------------
> >  1 file changed, 14 deletions(-)
> >  delete mode 100644 recipes-networking/slirp/libslirp_git.bb
> >
> > diff --git a/recipes-networking/slirp/libslirp_git.bb b/recipes-networking/slirp/libslirp_git.bb
> > deleted file mode 100644
> > index aeb61f63..00000000
> > --- a/recipes-networking/slirp/libslirp_git.bb
> > +++ /dev/null
> > @@ -1,14 +0,0 @@
> > -SUMMARY = "A general purpose TCP-IP emulator"
> > -LICENSE = "BSD-3-Clause & MIT"
> > -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=bca0186b14e6b05e338e729f106db727"
> > -
> > -SRC_URI = "git://gitlab.freedesktop.org/slirp/libslirp.git;protocol=https;branch=master"
> > -SRCREV = "888ddad6bde1dc6d7dbfc8daa7d015251b72e02c"
> > -PV = "4.6.1+git${SRCPV}"
> > -S = "${WORKDIR}/git"
> > -
> > -DEPENDS = " \
> > -    glib-2.0 \
> > -"
> > -
> > -inherit meson pkgconfig
> > --
> > 2.25.1
> >
>
>
> --
> - Thou shalt not follow the NULL pointer, for chaos and madness await
> thee at its end
> - "Use the force Harry" - Gandalf, Star Trek II
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7801): https://lists.yoctoproject.org/g/meta-virtualization/message/7801
> Mute This Topic: https://lists.yoctoproject.org/mt/96090819/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II


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

end of thread, other threads:[~2023-01-09 21:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06 10:12 [PATCH] libslirp: remove the recipe mingli.yu
2023-01-06 15:39 ` Bruce Ashfield
     [not found] ` <1737C26C23343587.7095@lists.yoctoproject.org>
2023-01-09 21:24   ` [meta-virtualization] " 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.