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 BE645CA0EE4 for ; Sat, 16 Aug 2025 12:15:52 +0000 (UTC) Subject: gitpkgv.bbclass: Issue when using BB_GIT_SHALLOW = "1" To: openembedded-devel@lists.openembedded.org From: "WXbet" X-Originating-Location: Baunatal, Hesse, DE (94.31.119.11) X-Originating-Platform: Windows Chrome 138 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Sat, 16 Aug 2025 05:15:49 -0700 Message-ID: Content-Type: multipart/alternative; boundary="BO7c15ghNSLorv413ZZo" 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 ; Sat, 16 Aug 2025 12:15:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/118979 --BO7c15ghNSLorv413ZZo Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable In oe-alliance build system we use this setting for all git repositiories t= o fetch from: BB_GIT_SHALLOW_DEPTH =3D "1" BB_GIT_SHALLOW =3D "1" There are changes in bitbake fetcher module the last months that result in = gitNone0 ipk files now, when recipes using inherit gitpkgv class. Seems the gitpkgv class is not able to fetch tag information anymore. Question: Are we doing something wrong? Is this combination not supported a= nymore? --BO7c15ghNSLorv413ZZo Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable
In oe-alliance build system we use this setting for all git repositior= ies to fetch from:
BB_GIT_SHALLOW_DEPTH =3D "1"
BB_GIT_SHALLOW = =3D "1"
There are changes in bitbake fetcher module the last months th= at result in gitNone0 ipk files now, when recipes using inherit gitpkgv cla= ss.
Seems the gitpkgv class is not able to fetch tag information anymo= re.
 
Question: Are we doing something wrong? Is this combination not suppor= ted anymore?
--BO7c15ghNSLorv413ZZo--