From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E46B3C433EF for ; Mon, 18 Oct 2021 15:03:15 +0000 (UTC) Received: from mail-ua1-f45.google.com (mail-ua1-f45.google.com [209.85.222.45]) by mx.groups.io with SMTP id smtpd.web11.37569.1634569394943381761 for ; Mon, 18 Oct 2021 08:03:15 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=IoJZr0as; spf=pass (domain: gmail.com, ip: 209.85.222.45, mailfrom: alex.kanavin@gmail.com) Received: by mail-ua1-f45.google.com with SMTP id f4so1140518uad.4 for ; Mon, 18 Oct 2021 08:03:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=kvczl3sUOakCGzF1oPq/+F8Fw7J6mvmdxdRzS3SOEoM=; b=IoJZr0as2I3UODBZSkM9/L06fRu1u5fZhGXV90OrjE3WJTSDi7/nsO6aoe0kGBxNS8 jiIyux4UpwFfCCLA+/4DHeWW+Voe9SDaH7CxeXlImDDwfU+W2OQuBTBuU11BiaxbS7i8 IWwvVkeen6QcZXue9dTxMCLLJt0qmcvhELDSpOwoGVjhcm9z9+j6qrwEy9lFWQJhGog4 4cRKA/VZvMDwObU4hm1oZwY9FGpoA55izXKSFF2aKooqrkMFGfAkLxXEBePNtPCDSunw nkASL5pnhOe19TNyiZPZu9IV7aOlANLuN6OewKD9CJ7PHAicWvNXBIFgFLTY9GR0fbAK N9WQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=kvczl3sUOakCGzF1oPq/+F8Fw7J6mvmdxdRzS3SOEoM=; b=Yb5HX7JdGqtH2t78zWwxVsxVMAUvXjHCvSYpEkQbPD1ZQk8KgTiqDJIddaf6I/XIp1 x7NJppP1zh69NMrFY0Fb+OmIn4ZGFCkJ5KGHI8q0K+7z4mB4uxwjkKQhlcb40l5HgHq/ 4H2mrijQEnqoYPD7W59O6AgH/Bel9h1Jh7YjrC6bk6W9y9qx2L7PkDQGkijEhvbvIeNL Ow/WnHVCR0qK0zNLBFguS3k9+3MFY+s0UvfwJA/nsODXR/32+KPZdjTBLJ5biyPz94OL tOs8vEeSwCd2zZkYQ+BpAmkrNQmEiw4BOijoyOPxtQWiYyE352+Mk3MLwIBDkoyV3eOC 3Cbg== X-Gm-Message-State: AOAM5325obZ2aTwTXI8Jkbp3XoiI1ONgkQYeOQhah3aYhIELrftwtBWP xtjCNWdRoT6VDTzZI+n1PURvZqd1ywN9iNHnPbg= X-Google-Smtp-Source: ABdhPJyIUnYSZIA5oovADokx/UFBGPK77QHnFovLYRm/HFvQjzZxIOFDYsbXgemgmazESv+7ZLYB+iBke95C1ow+YY8= X-Received: by 2002:a67:df18:: with SMTP id s24mr27535576vsk.40.1634569394029; Mon, 18 Oct 2021 08:03:14 -0700 (PDT) MIME-Version: 1.0 References: <20211018135322.246963-1-Martin.Jansa@gmail.com> In-Reply-To: From: Alexander Kanavin Date: Mon, 18 Oct 2021 17:03:02 +0200 Message-ID: Subject: Re: [OE-core] [PATCH] webkitgtk: add PACKAGECONFIG for opengl-or-es To: Martin Jansa Cc: OE-core Content-Type: multipart/alternative; boundary="0000000000001787c005cea1d89d" List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 18 Oct 2021 15:03:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/157079 --0000000000001787c005cea1d89d Content-Type: text/plain; charset="UTF-8" I usually run a-full with poky checkout pointing to my package update branch, so all upgrades are there, and things can and do break and they get privately addressed before any patches are sent here. The branch is here http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/package-version-updates Just started such a build now: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/2768 All of the things in the matrix are poky-based, except that one sato build definition which uses nodistro: http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder-helper/tree/config.json If you see gaps in that config.json, they can be addressed. Adding world to the nodistro build is an option. Alex On Mon, 18 Oct 2021 at 16:54, Martin Jansa wrote: > So you're testing your version upgrades by a build which doesn't include > the upgraded recipes? > > and that's the proof that "the upgrade works as intended" and then you get > angry, because someone reports an regression and even sends a fix for it.. > it's early, but I guess I need more coffee or beer to understand this. > > FWIW: I'm not going to continue in this discussion before I calm down. > > On Mon, Oct 18, 2021 at 4:45 PM Alexander Kanavin > wrote: > >> On Mon, 18 Oct 2021 at 16:38, Martin Jansa >> wrote: >> >>> >>>> I do test all my upgrades on the AB. For major ones like python or >>>> openssl, I run meta-oe builds too. >>>> >>>> If the AB gives a green pass (which it did), then the upgrade works as >>>> intended. If you think AB is not doing enough testing, find the gaps in the >>>> AB matrix and address them. >>>> >>> >>> nodistro build with default oe-core setup obviously isn't covered by AB. >>> >> >> nodistro core-image-sato build is there, but not world. Sato doesn't >> include webkit: >> >> >> http://git.yoctoproject.org/cgit/cgit.cgi/yocto-autobuilder-helper/tree/config.json#n234 >> >> Alex >> >> --0000000000001787c005cea1d89d Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I usually run a-full with poky checkout pointing to m= y package update branch, so all upgrades are there, and things can and do b= reak and they get privately addressed before any patches are sent here.

The branch is here

Just star= ted such a build now:


=
All of the things in the matrix are poky-based, except that one sato b= uild definition which uses nodistro:

If you see gaps in that config.json, they ca= n be addressed. Adding world to the nodistro build is an option.
<= div>
Alex

On Mon, 18 Oct 2021 at 16:54, M= artin Jansa <martin.jansa@gmai= l.com> wrote:
So you're testing your version upgrades by a buil= d which doesn't include the upgraded recipes?

and th= at's the proof that "the upgrade works as intended" and then = you get angry, because someone reports an regression and even sends a fix f= or it.. it's early, but I guess I need more coffee or beer to understan= d this.

FWIW: I'm not going to continue in thi= s discussion before I calm down.

=
On Mon, Oct 18, 2021 at 4:45 PM Alexa= nder Kanavin <alex.kanavin@gmail.com> wrote:
On Mon, 18 Oct 2021 at 16:38, Martin Jansa &= lt;martin.jansa= @gmail.com> wrote:

I do test all my upgrades on the AB. For major ones lik= e python or openssl, I run meta-oe builds too.

If the AB gives a green pass (= which it did), then the upgrade works as intended. If you think AB is not d= oing enough testing, find the gaps in the AB matrix and address them.
=

=C2=A0nodistro build with defa= ult oe-core setup obviously isn't covered by AB.

nodistro core-image-sato build is there, but no= t world. Sato doesn't include webkit:


Alex

--0000000000001787c005cea1d89d--