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 CB525C433EF for ; Fri, 8 Oct 2021 12:05:51 +0000 (UTC) Received: from mail-ed1-f41.google.com (mail-ed1-f41.google.com [209.85.208.41]) by mx.groups.io with SMTP id smtpd.web09.8261.1633694750463204217 for ; Fri, 08 Oct 2021 05:05:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=HXK//gFN; spf=pass (domain: linaro.org, ip: 209.85.208.41, mailfrom: nicolas.dechesne@linaro.org) Received: by mail-ed1-f41.google.com with SMTP id b8so35476949edk.2 for ; Fri, 08 Oct 2021 05:05:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Yz0q2rzHpE6/QC7pKKGN/ky7dvZuZvLYDhCmXS+cemo=; b=HXK//gFNOtf+XirKrpp/8mt6t5vIMFkrhUPPpdL+b7lSfBF1ROrcQJ9xlI2CZ6UGXL eyNY/vrmsVOKTbp5XyKwwoHFCVglkbROV5WEu58jNwGshllR8ZrmH53u1urg98ViNnQx aP2N/Re6AL6YsYorgfvpyuKb/hqG3tq+B4NjGua+RTFuv73sTtUtRx7F5TbNzLJ8rg57 L0Z5YyvqSFYenbCI+PQm/oLf6lJQds2LjdGoBvIdbDoQIvIA+klmRwXbEXzz7uwXqg33 wJjOyd7VVtVe+YJS6i3cPhYjxe6WdyyQE0QLnXM+NtzZYOHSH3Mn6CtlA7YGNW4agGlC 3Igg== 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=Yz0q2rzHpE6/QC7pKKGN/ky7dvZuZvLYDhCmXS+cemo=; b=HGi9kFIZVEPPeixHME3m/TE37JU5Hg7EiI5mIUJEFAnksdtjrvl4Fy8Vd2jGjEyDP/ tCG3qGIy6FC/bPzevDSJBvc+NWPd0Q088attt+8yLMP3+u1FXZSZ4KmybrK1W95lcceg mRWT+mv78wyQnnsWCW4AJdyhjaEpoSZbLq4A4HICG/drykofObOgjSbzA++33PA/wv7j O4wRyc6tJY+aaF6GCti62dYyx5f9W9An8afeWbS0Ba+dCmudn52m+sjSuqvRzbxePm21 DExc6d4prQdaqW1HR+CVaCCe1dwqI05xQZ7Hs1a1dLg+Kq1PRSawCh4LjkBvtPvbbXed p8gQ== X-Gm-Message-State: AOAM530tUT0Cz21Qty4cqdZlwPnGtZAsfbud6eludL4A1++IUMn5OsAt Hu4ouKcsNk4qBeQ87LEASGvgs8X4xroor7B0yC1gtg== X-Google-Smtp-Source: ABdhPJxMy0yV9eZ5d3spA2sBONR2DboUET2XJ/TMSCxVhl6koB+t5EAVxXf0hYKRdPTqlDBNZkGlJPJ+KTKxnWWHdlM= X-Received: by 2002:a17:906:b098:: with SMTP id x24mr3884459ejy.88.1633694748414; Fri, 08 Oct 2021 05:05:48 -0700 (PDT) MIME-Version: 1.0 References: <15143.1633687046063540960@lists.yoctoproject.org> In-Reply-To: From: Nicolas Dechesne Date: Fri, 8 Oct 2021 14:05:37 +0200 Message-ID: Subject: Re: [yocto] How to submit/create a new repository in http://git.yoctoproject.org/ To: Alexander Kanavin Cc: tienhock.loh@starfivetech.com, Yocto-mailing-list Content-Type: multipart/alternative; boundary="00000000000026b3f805cdd6338e" 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 ; Fri, 08 Oct 2021 12:05:51 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto/message/54997 --00000000000026b3f805cdd6338e Content-Type: text/plain; charset="UTF-8" hey, On Fri, Oct 8, 2021 at 1:53 PM Alexander Kanavin wrote: > There's also a more specific thing you'd need to resolve: I believe you'd > need to pass all of the requirements listed here: > https://www.yoctoproject.org/ecosystem/branding/compatible-registration/ > Not really. We definitely believe that the Yocto Project Compatible program is a valuable tool for our ecosystem. However, layers on git.yp.org are not required to be compatible. But that's a good suggestion for the future, perhaps ;) > Alex > > On Fri, 8 Oct 2021 at 11:58, wrote: > >> Hi Alex, >> >> Actually we'd like to have it up and get everything (including meta-riscv >> by Khem) into git.yoctoproject.org so that everything in consolidated >> into a central location. >> Does that make sense? Or it is expected that vendors do host their own >> repository? I see meta-intel, meta-xillinx, so I suspect platform vendor >> should also get the layers into git.yoctoproject.org >> >> I just read that we'll need to join membership to get repos into the git. >> I will discuss this with the management. >> >> Thanks for the quick response Alex. >> >> >> > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#54996): > https://lists.yoctoproject.org/g/yocto/message/54996 > Mute This Topic: https://lists.yoctoproject.org/mt/86163136/1279857 > Group Owner: yocto+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [ > nicolas.dechesne@linaro.org] > -=-=-=-=-=-=-=-=-=-=-=- > > --00000000000026b3f805cdd6338e Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
hey,

=
On Fri, Oct 8, 2021 at 1:53 PM Alexan= der Kanavin <alex.kanavin@gmai= l.com> wrote:
There's also a more specific thin= g you'd need to resolve: I believe you'd need to pass all of the re= quirements listed here:
=

Not really. We definitely believe that the= Yocto Project Compatible program=C2=A0is a valuable tool for our ecosystem= . However, layers on git.yp.org are not r= equired to be compatible. But that's a good suggestion for the future, = perhaps ;)=C2=A0


Alex

On Fri, 8 Oc= t 2021 at 11:58, <tienhock.loh@starfivetech.com> wrote:
Hi Alex,

Actually we'd= like to have it up and get everything (including meta-riscv by Khem) into = git.yoctoproject.= org so that everything in consolidated into a central location.
Does= that make sense? Or it is expected that vendors do host their own reposito= ry? I see meta-intel, meta-xillinx, so I suspect platform vendor should als= o get the layers into git.yoctoproject.org

I just read that we'll need to joi= n membership to get repos into the git. I will discuss this with the manage= ment.

Thanks for the quick response Alex.=C2=A0



-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-
Links: You receive all messages sent to this group.
View/Reply Online (#54996): https://lists.yoctop= roject.org/g/yocto/message/54996
Mute This Topic: https://lists.yoctoproject.org/mt= /86163136/1279857
Group Owner: yocto+owner@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/un= sub [n= icolas.dechesne@linaro.org]
-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-

--00000000000026b3f805cdd6338e--