Yocto Meta Virtualization
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Tim Orling <ticotimo@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org,
	Tim Orling <tim.orling@konsulko.com>
Subject: Re: [meta-virtualization] [PATCH 1/2] python3-dtc: fix wheel build
Date: Wed, 2 Mar 2022 15:45:51 -0500	[thread overview]
Message-ID: <20220302204548.GA51621@gmail.com> (raw)
In-Reply-To: <20220227232818.1085145-2-tim.orling@konsulko.com> <20220227232818.1085145-1-tim.orling@konsulko.com>

queued to master-next. I'm still seeing some issues on a couple of builders,
but will take are of sorting that out. I'll push the changes when I've
figured it out.

Bruce

In message: [meta-virtualization] [PATCH 1/2] python3-dtc: fix wheel build
on 27/02/2022 Tim Orling wrote:

> The wheel that is built is ${S}/dist/libfdt-1.6.2.dev39+g4048aed.d20220103-cp310-cp310-linux_x86_64.whl
> Set PYPA_WHEEL to match this.
> 
> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
> ---
>  recipes-kernel/dtc/python3-dtc_1.6.1.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-kernel/dtc/python3-dtc_1.6.1.bb b/recipes-kernel/dtc/python3-dtc_1.6.1.bb
> index 449d071..671d280 100644
> --- a/recipes-kernel/dtc/python3-dtc_1.6.1.bb
> +++ b/recipes-kernel/dtc/python3-dtc_1.6.1.bb
> @@ -19,6 +19,8 @@ SRCREV = "4048aed12b81c5a0154b9af438edc99ec7d2b6a1"
>  PV = "1.6.1+git${SRCPV}"
>  S = "${WORKDIR}/git"
>  
> +PYPA_WHEEL = "${S}/dist/libfdt-1.6.2*.whl"
> +
>  inherit setuptools3 pkgconfig
>  
>  BBCLASSEXTEND = "native nativesdk"
> -- 
> 2.30.2
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7066): https://lists.yoctoproject.org/g/meta-virtualization/message/7066
> Mute This Topic: https://lists.yoctoproject.org/mt/89439727/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


In message: [meta-virtualization] [PATCH 2/2] lopper: fix wheel build
on 27/02/2022 Tim Orling wrote:

> The wheel that is built is:
> lopper-1.0-py3-none-any.whl
> 
> Set BASEVERSION to 1.0 and use this to set PV and the value for PYPA_WHEEL
> (the path to the wheel filename).
> 
> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
> ---
>  recipes-kernel/lopper/lopper_git.bb | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-kernel/lopper/lopper_git.bb b/recipes-kernel/lopper/lopper_git.bb
> index 606dab6..e96bac7 100644
> --- a/recipes-kernel/lopper/lopper_git.bb
> +++ b/recipes-kernel/lopper/lopper_git.bb
> @@ -7,7 +7,10 @@ SRC_URI = "git://github.com/devicetree-org/lopper.git;branch=master;protocol=htt
>  SRCREV = "3c81fcce08eeb64cbbde1535abd83572985a8689"
>  S = "${WORKDIR}/git"
>  
> -PV="v1.0+git${SRCPV}"
> +BASEVERSION = "1.0"
> +PV="v${BASEVERSION}+git${SRCPV}"
> +
> +PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${BPN}-${BASEVERSION}-*.whl"
>  
>  LIC_FILES_CHKSUM = "file://LICENSE.md;md5=8e5f5f691f01c9fdfa7a7f2d535be619"
>  
> -- 
> 2.30.2
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#7067): https://lists.yoctoproject.org/g/meta-virtualization/message/7067
> Mute This Topic: https://lists.yoctoproject.org/mt/89439729/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 




      parent reply	other threads:[~2022-03-02 20:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-27 23:28 [PATCH 1/2] python3-dtc: fix wheel build Tim Orling
2022-02-27 23:28 ` [PATCH 2/2] lopper: " Tim Orling
2022-03-02 20:45 ` Bruce Ashfield [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220302204548.GA51621@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    --cc=ticotimo@gmail.com \
    --cc=tim.orling@konsulko.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox