From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7120476383164235776 X-Received: by 2002:a0d:dd07:0:b0:31d:5ce:48dc with SMTP id g7-20020a0ddd07000000b0031d05ce48dcmr14154816ywe.280.1657865106554; Thu, 14 Jul 2022 23:05:06 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6902:1001:b0:64a:f1d8:396c with SMTP id w1-20020a056902100100b0064af1d8396cls48877276ybt.1.gmail; Thu, 14 Jul 2022 23:05:06 -0700 (PDT) X-Google-Smtp-Source: AGRyM1s53o8oxk0MSkzHeYlaINiL/Qv0qrfdx/nM42XnxoPJwycc1DULF2LA7SpbGd9QtwZEsOmN X-Received: by 2002:a05:6902:1c6:b0:663:e9d8:3a73 with SMTP id u6-20020a05690201c600b00663e9d83a73mr11401975ybh.567.1657865106108; Thu, 14 Jul 2022 23:05:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1657865106; cv=none; d=google.com; s=arc-20160816; b=tIUf/yo2C8ZinNFPMMwQO0u+ql97d4ix8x5Oe99q96JLcOxcLhNW6edFjdjEJWN/8o yFKd2/K+a4GfRwgWWpX4QbZMUMjILV6kJmKRFqJXE7CQAUHZ9NTc6FC2wkITope1sekO LeNfQgOkNRCoBsJrB8lFqeZ3YS2CWhhWmrAAQmzWup3E8Dip91i66psmqgRXFk+bRBPj VPAsz6FTWKauBeesf6yNGUbng/meXd6u7u3ZZWcrkbM/NNrRMFiOBaDqJ6XKabvBF7R2 zaOQSE4uYoIWoV77Y8+upVq0Obef08pvGnskNAqTalY6rQ76wfVRiSBup1hCHf2mjtFq sL4Q== 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=AbRADoYvLyi2nZENjUeTdd/+m24rd/ux+ria2Xf+iGNzsmBoK0XsTn1SfYUBlYK1G3 jC1B2eFZkbnJeqscQKT9blP39jtC3m5f5a182OXIzfBa7qOMRH2ryHgHdvpvnpys5rRz NxUgwfM93EpTb8vOD9cRHbwHOSGJtyO8mXGA9ZtqqMw0CKTaLAbHFqKTJKDsU9jAsDt1 FxblEvO1GMSgZgpNUU82MnaCtyBh3F+/fOiSYhPyAVM9YJy7uIgz10CmPPa9pm9/yBD1 /zPo9ih83TSPinwb7CxMw3PEwuKgB/XleUEggA/FCljCxYkPiTob2OgMTkvq54JOzyyZ Uw9w== 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 w6-20020a818606000000b0031c7a114d3csi136543ywf.2.2022.07.14.23.05.05 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Thu, 14 Jul 2022 23:05:06 -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 alena-nb.promwad.com (mm-137-75-214-37.mgts.dynamic.pppoe.byfly.by [37.214.75.137] (may be forged)) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 26F64pL5026837 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 15 Jul 2022 08:05:03 +0200 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH v2 04/18] meta-isar: set default branch names Date: Fri, 15 Jul 2022 09:04:28 +0300 Message-Id: <20220715060442.18063-5-amikan@ilbers.de> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20220715060442.18063-1-amikan@ilbers.de> References: <20220715060442.18063-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: 1sXODuMjuqkK 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