From eafdaa3cda9000c6d9bd1819ffe1219c7b66e4b8 Mon Sep 17 00:00:00 2001 From: Daniel Díaz Date: Wed, 7 Jan 2026 14:23:57 -0600 Subject: android-tools: Specify branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With the removal of `nobranch=1`, the Git Fetcher complains about the following: WARNING: /poky/meta-clang/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb: URL: git://salsa.debian.org/android-tools-team/android-platform-external-boringssl;name=boringssl;protocol=https;destsuffix=git/external/boringssl does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. WARNING: /poky/meta-clang/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb: URL: git://salsa.debian.org/android-tools-team/android-platform-system-core;name=core;protocol=https;destsuffix=git/system/core does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. WARNING: /poky/meta-clang/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb: URL: git://salsa.debian.org/android-tools-team/android-platform-system-extras;name=extras;protocol=https;destsuffix=git/system/extras does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. WARNING: /poky/meta-clang/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb: URL: git://salsa.debian.org/android-tools-team/android-platform-build.git;name=build;protocol=https;destsuffix=git/build does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. WARNING: /poky/meta-clang/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb: URL: git://salsa.debian.org/android-tools-team/android-platform-external-libunwind.git;protocol=https;name=libunwind;destsuffix=git/external/libunwind does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls. To avoid this problem, add the branch where the commits can be found, which for all cases is the `master` branch. Signed-off-by: Daniel Díaz --- .../selinux/android-tools/android-tools_10.0.0.r36.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'dynamic-layers/selinux') diff --git a/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb b/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb index 2b28725..961612e 100644 --- a/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb +++ b/dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb @@ -20,12 +20,12 @@ SRCREV_build = "28768b3120f751583a2743101b892f210d4715cf" SRCREV_libunwind = "03a963ecf6ea836b38b3537cbcda0ecfd7a77393" SRC_URI = " \ - git://salsa.debian.org/android-tools-team/android-platform-external-boringssl;name=boringssl;protocol=https;destsuffix=git/external/boringssl \ - git://salsa.debian.org/android-tools-team/android-platform-system-core;name=core;protocol=https;destsuffix=git/system/core \ - git://salsa.debian.org/android-tools-team/android-platform-system-extras;name=extras;protocol=https;destsuffix=git/system/extras \ + git://salsa.debian.org/android-tools-team/android-platform-external-boringssl;name=boringssl;protocol=https;branch=master;destsuffix=git/external/boringssl \ + git://salsa.debian.org/android-tools-team/android-platform-system-core;name=core;protocol=https;branch=master;destsuffix=git/system/core \ + git://salsa.debian.org/android-tools-team/android-platform-system-extras;name=extras;protocol=https;branch=master;destsuffix=git/system/extras \ git://${ANDROID_MIRROR}/platform/hardware/libhardware;name=libhardware;protocol=https;branch=android10-qpr2-release;destsuffix=git/hardware/libhardware \ - git://salsa.debian.org/android-tools-team/android-platform-build.git;name=build;protocol=https;destsuffix=git/build \ - git://salsa.debian.org/android-tools-team/android-platform-external-libunwind.git;protocol=https;name=libunwind;destsuffix=git/external/libunwind \ + git://salsa.debian.org/android-tools-team/android-platform-build.git;name=build;protocol=https;branch=master;destsuffix=git/build \ + git://salsa.debian.org/android-tools-team/android-platform-external-libunwind.git;protocol=https;name=libunwind;branch=master;destsuffix=git/external/libunwind \ " # Patches copied from android-platform-system-core/debian/patches -- cgit v1.2.3-54-g00ecf