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 80ED2C5DF62 for ; Wed, 26 Jan 2022 01:51:24 +0000 (UTC) Received: from mail-61-r20.ipv4.per01.ds.network (mail-61-r20.ipv4.per01.ds.network [27.123.24.217]) by mx.groups.io with SMTP id smtpd.web09.6965.1643161882672586055 for ; Tue, 25 Jan 2022 17:51:24 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="no key for verify" header.i=@softec.co.nz header.s=default header.b=FpZOvRO6; spf=none, err=permanent DNS error (domain: bluelightning.org, ip: 27.123.24.217, mailfrom: bluelightning@bluelightning.org) Received: from server-72-r70.ipv4.per01.ds.network (cp-fp06.syd02.ds.network [122.201.124.108]) by halon-out02.au.ds.network (Halon) with ESMTPS id 0ebad967-7e4b-11ec-978f-f8bc1204ff90; Wed, 26 Jan 2022 09:55:37 +0800 (AWST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=softec.co.nz; s=default; h=Content-Type:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=oYg3D/ntwYLpH9XnJ+5Gkx3AqBog51+NlfI2rgto/Wg=; b=FpZOvRO6/mqth3sJZ7qx+B4FcS GUP3EbDg2iZqu7WZGP3RTMerF4p1YtpQEWdAtsTfcfUdbigKWWlFDYuqvyNRGVbLVW/gmfb6Xo1yg 8oTRD3uJCGrzcPs3Wze7vcHBpNbTOK3AvyrMB107UHoaVy+EGZiKGdkvPthx7P4tviaBy0CgL2Ats ErQDVxQ1jb36q5qR1m+RPqJme8sN7bBBfxM2uU4hW2fKYcIEMDSUdfdzMSWbBgvZrs2JvMsLoD+XS JZBL1HzC70OQyeJNgj3q1fYR7+Ppz+fabQ1VaTEP1XuTvklPwbvF73rJE+tvaMBa3N3hJeK0ubF/q YHuJ9MlQ==; Received: from [151.210.143.188] (port=33426 helo=linc.localnet) by cp-fp06.syd02.ds.network with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nCXSw-001VcL-SH; Wed, 26 Jan 2022 14:51:18 +1300 From: Paul Eggleton To: Jon Mason , yocto@lists.yoctoproject.org, Patches and discussions about the oe-core layer , OpenEmbedded Devel List Cc: Paul Barker Subject: Re: [yocto] Inclusive Language Proposal for YP/OE Date: Wed, 26 Jan 2022 14:51:18 +1300 Message-ID: <7338313.EvYhyI6sBW@linc> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cp-fp06.syd02.ds.network X-AntiAbuse: Original Domain - lists.yoctoproject.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - bluelightning.org X-Get-Message-Sender-Via: cp-fp06.syd02.ds.network: authenticated_id: paul@softec.co.nz X-Authenticated-Sender: cp-fp06.syd02.ds.network: paul@softec.co.nz X-Source: X-Source-Args: X-Source-Dir: 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 ; Wed, 26 Jan 2022 01:51:24 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/55973 On Tuesday, 25 January 2022 21:26:33 NZDT Paul Barker wrote: > The layer index may need some modification to handle different layers > having different names for the in-development branch. We could implement > the layer index changes first to support other layers which rename their > master branch. > > I'm going to bite the bullet with meta-linux-mainline and rename the > master branch to "dev" this week to see what happens. The layer index does already support this, it's just not exposed (at the time I introduced it - some time ago - I thought it might encourage people to deviate from the release branch names, but in hindsight that was probably not worth worrying about.) So at the moment an admin can set an alternative branch name. It would not be hard to expose it through the UI for layer maintainers though. Cheers, Paul