From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7111687409920638976 X-Received: by 2002:a63:b91b:0:b0:40c:e842:b737 with SMTP id z27-20020a63b91b000000b0040ce842b737mr4924346pge.221.1655818764411; Tue, 21 Jun 2022 06:39:24 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a63:45:0:b0:40c:9def:1bb with SMTP id 66-20020a630045000000b0040c9def01bbls2704061pga.8.gmail; Tue, 21 Jun 2022 06:39:23 -0700 (PDT) X-Google-Smtp-Source: AGRyM1tyO1Gjf/sMRynb/r3vFDsMXAGBkatw4AYPJx8FtbOBtsB5WUQSLTLzXktcXWUYfxAHhx6H X-Received: by 2002:a63:242:0:b0:401:b84a:6008 with SMTP id 63-20020a630242000000b00401b84a6008mr26209278pgc.100.1655818763581; Tue, 21 Jun 2022 06:39:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1655818763; cv=none; d=google.com; s=arc-20160816; b=YO9hbf25VHong4tHjVS2qN+YSEtBVXZjfaaxarLws7Ci8P+U8/heM+WkHZlQ/029OF w2tSvmj28tFCZ8yz3goNTpNVDYlw8vhu5huHAwh9DAh30uOA6OiNPcCv/TqdP7dn9weQ TX2BjA8ICfmWUxB2vq4zUJcyewVf7ZNDrLdxHfbpIGate5KxdqWKVIVc2T58sLHWXqfQ fYxUrdY/tjUSxCWgoLJlMwhZGt4mzq9wlh+4LI7cQNhZZn5S6TkCHhvmtKltDPpJv1WE r8+DBk0aiV90ALnC86QNElWlxZeuEwx6wm/AnQOLpt8BTQEIrk2586oB6Z6Cr3zWiBoV +Kfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:message-id:date:subject:cc:to:from; bh=WgJuFj9CATdGss4S/lK71WjliG0vXE1uGG8w9jumZiY=; b=WZWCjSNok4j0vkzU0BkOEiNFSE8ntLDK588DqlbD5o9uvFAr8K0eGxIVTko6fkn1J+ lWGhQEvHlG8h8TnpJ5u9CYyksU3PRNkC8iZE71tUDuL1czl7MFMnTaxUqudTkRJ6HoZN ed8eHNgo9QNSDqerlb1k4PF9ImqEXD1grK8rZFIWDa6V6VL49r5UKcZ1wzQsZLVbIjea lfoMLm7yb1y9t7jOVye5OAtCP9VynvQZwgkRNJKoZQ84+KKUJ+gfmIbGLHXFJowmE8Qp DZrIuPsPaERC73j+FWRQNo8GRWC+ezeZmZ7Lqe4q4A6e8RXl4GZUwfyS33jz9KZNDvm1 Ikvg== 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 r10-20020a170902ea4a00b00169e21a8b10si566932plg.9.2022.06.21.06.39.22 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Tue, 21 Jun 2022 06:39:23 -0700 (PDT) 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 localhost.localdomain (mm-222-67-120-178.brest.dynamic.pppoe.byfly.by [178.120.67.222]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 25LDd50h031134 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 21 Jun 2022 15:39:17 +0200 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: adriaan.schmidt@siemens.com, Anton Mikanovich Subject: [PATCH v1 05/11] meta-isar: set default branch names Date: Tue, 21 Jun 2022 16:38:50 +0300 Message-Id: <20220621133856.4673-6-amikan@ilbers.de> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220621133856.4673-1-amikan@ilbers.de> References: <20220621133856.4673-1-amikan@ilbers.de> 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: Z2pgN3qrJlE5 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.17.1