From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7192672744921628672 X-Received: by 2002:a05:620a:667:b0:702:be9:9915 with SMTP id a7-20020a05620a066700b007020be99915mr2180596qkh.400.1674674629154; Wed, 25 Jan 2023 11:23:49 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:ac8:6e89:0:b0:3b1:7ae:61e4 with SMTP id c9-20020ac86e89000000b003b107ae61e4ls15269713qtv.0.-pod-prod-gmail; Wed, 25 Jan 2023 11:23:48 -0800 (PST) X-Google-Smtp-Source: AMrXdXvyEO2OykPpST3aAP/2Eatkq2VyWJ/c9ueQFzifltS8iMM0q7D9oDyfbYWr/mcnhxEVCRm4 X-Received: by 2002:ac8:59ca:0:b0:3b6:6669:dd28 with SMTP id f10-20020ac859ca000000b003b66669dd28mr57566572qtf.18.1674674628418; Wed, 25 Jan 2023 11:23:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1674674628; cv=none; d=google.com; s=arc-20160816; b=xecPoABaaV9jP6EeXcYiVClhP0hMh+VRfHjzWDPPYm3lzkD0NWf5/wfG2+sKOBJDQ3 4syvuSXT1kPJxlOx0xK8XhwESfjJBetqUaxRJQECttsNq8BC1sQ/+VDT0pfzE6mWtLHi 19+xooskkO23DlhHvMhajNjbYeGThSQKcZhdXCfRbsZVeqjf81Nj0P4/9xwSuU8T6h7Z bz6uwjFV1h/pCSBY1QA+7f3AcTjQsxdLzmz3R3LAQDZXpRd/W3bLMlybL0MABU/GF4Da Gq92mSBUWwDlk/cStcB+nQ/byn8tWesdu2OpD8iLw7yz2+QhLThJZRAF5XZQPpBjZryn WkFw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=VoqADxwX930f/oUll6mLf+Z30/cMO5zdhlMT4S6ZTVk=; b=ebUFJQZFIzF+m8la8IiJdTtIeflw10Ro8k834Mnk6lyUyB4odKCqWVPYhB2copZZNn rNdsmwHsNECpgYHqWzX2HFV84KfGlyq7JNIFb+NqiL9Mid/eDMDZ1JyPli+oq4PflrdP 7OKKsfcX4soggnv2TEBoSBHLSD2VGkKdErs1rSZM6A8Ap2caIps7GSod4FiA3DgCx7ae kEGAMXHxbAtz6DzN8tsr1ImIwO3f3ng/elVPs8w5ymVeibdWzT6X4qHZEclxd585Uypm +y3BkbDnoTUwE8i5fKbbsQPrTkNeEzDhzwcIvFmfePOGqUbgi9NpNXiZuXbyjtQtM07M 48VA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id g7-20020ac81247000000b003a694b5199csi674561qtj.3.2023.01.25.11.23.47 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 25 Jan 2023 11:23:48 -0800 (PST) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from user-B660.. (IN-213-226-141-182.bitemobile.lv [213.226.141.182] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 30PJNdaJ028378 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 25 Jan 2023 20:23:46 +0100 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH v8 04/20] meta-isar: set default branch names Date: Wed, 25 Jan 2023 21:23:21 +0200 Message-Id: <20230125192337.86869-5-amikan@ilbers.de> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230125192337.86869-1-amikan@ilbers.de> References: <20230125192337.86869-1-amikan@ilbers.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: UQHgacZFspWL Set default branch to satisfy Bitbake requirements: The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. Signed-off-by: Anton Mikanovich --- meta-isar/recipes-app/cowsay/cowsay_git.bb | 2 +- meta-isar/recipes-app/hello-isar/hello-isar.bb | 2 +- meta-isar/recipes-app/libhello/libhello.bb | 2 +- meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-isar/recipes-app/cowsay/cowsay_git.bb b/meta-isar/recipes-app/cowsay/cowsay_git.bb index c3a1f49..51e5f7e 100644 --- a/meta-isar/recipes-app/cowsay/cowsay_git.bb +++ b/meta-isar/recipes-app/cowsay/cowsay_git.bb @@ -5,6 +5,6 @@ inherit dpkg-gbp -SRC_URI = "git://salsa.debian.org/debian/cowsay.git;protocol=https" +SRC_URI = "git://salsa.debian.org/debian/cowsay.git;protocol=https;branch=master" SRC_URI += "file://isar.patch" SRCREV = "756f0c41fbf582093c0c1dff9ff77734716cb26f" diff --git a/meta-isar/recipes-app/hello-isar/hello-isar.bb b/meta-isar/recipes-app/hello-isar/hello-isar.bb index 8c3ba8b..e2e6962 100644 --- a/meta-isar/recipes-app/hello-isar/hello-isar.bb +++ b/meta-isar/recipes-app/hello-isar/hello-isar.bb @@ -15,7 +15,7 @@ PV = "0.3-a18c14c" DEPENDS += "libhello" SRC_URI = " \ - git://github.com/ilbers/hello.git;protocol=https;destsuffix=${P} \ + git://github.com/ilbers/hello.git;protocol=https;branch=master;destsuffix=${P} \ file://subdir/0001-Add-some-help.patch \ file://yet-another-change.txt;apply=yes;striplevel=0" SRCREV = "a18c14cc11ce6b003f3469e89223cffb4016861d" diff --git a/meta-isar/recipes-app/libhello/libhello.bb b/meta-isar/recipes-app/libhello/libhello.bb index 5c44de5..2ec7372 100644 --- a/meta-isar/recipes-app/libhello/libhello.bb +++ b/meta-isar/recipes-app/libhello/libhello.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://${LAYERDIR_core}/licenses/COPYING.GPLv2;md5=751419260 PV = "0.1-98f2e41" -SRC_URI = "git://github.com/ilbers/libhello.git;protocol=https;destsuffix=${P}" +SRC_URI = "git://github.com/ilbers/libhello.git;protocol=https;branch=master;destsuffix=${P}" SRCREV = "98f2e41e7d05ab8d19b0c5d160b104b725c8fd93" # NOTE: This is just to test 32-bit building on 64-bit archs. diff --git a/meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb b/meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb index 9af01aa..dee19c0 100644 --- a/meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb +++ b/meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb @@ -14,7 +14,7 @@ PROVIDES = "libubootenv-tool libubootenv-dev libubootenv-doc libubootenv0.1" inherit dpkg-gbp -SRC_URI = "git://salsa.debian.org/debian/libubootenv.git;protocol=https" +SRC_URI = "git://salsa.debian.org/debian/libubootenv.git;protocol=https;branch=master" SRCREV = "a1a3504e5cda1883928a8747a0bedc56afff6910" S = "${WORKDIR}/git" -- 2.34.1