diff options
| author | Daniel Díaz <daniel.diaz@sonos.com> | 2026-01-07 14:23:57 -0600 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-08 14:48:20 -0800 |
| commit | eafdaa3cda9000c6d9bd1819ffe1219c7b66e4b8 (patch) | |
| tree | c632a158afe1bf777856605cc9aa1a437710b87c | |
| parent | 26de1c560ef3caf3cf641cd54ed0b7cbdc219ed9 (diff) | |
| download | meta-clang-kirkstone.tar.gz | |
android-tools: Specify branchkirkstone
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 <daniel.diaz@sonos.com>
| -rw-r--r-- | dynamic-layers/selinux/android-tools/android-tools_10.0.0.r36.bb | 10 |
1 files changed, 5 insertions, 5 deletions
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" | |||
| 20 | SRCREV_libunwind = "03a963ecf6ea836b38b3537cbcda0ecfd7a77393" | 20 | SRCREV_libunwind = "03a963ecf6ea836b38b3537cbcda0ecfd7a77393" |
| 21 | 21 | ||
| 22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
| 23 | git://salsa.debian.org/android-tools-team/android-platform-external-boringssl;name=boringssl;protocol=https;destsuffix=git/external/boringssl \ | 23 | git://salsa.debian.org/android-tools-team/android-platform-external-boringssl;name=boringssl;protocol=https;branch=master;destsuffix=git/external/boringssl \ |
| 24 | git://salsa.debian.org/android-tools-team/android-platform-system-core;name=core;protocol=https;destsuffix=git/system/core \ | 24 | git://salsa.debian.org/android-tools-team/android-platform-system-core;name=core;protocol=https;branch=master;destsuffix=git/system/core \ |
| 25 | git://salsa.debian.org/android-tools-team/android-platform-system-extras;name=extras;protocol=https;destsuffix=git/system/extras \ | 25 | git://salsa.debian.org/android-tools-team/android-platform-system-extras;name=extras;protocol=https;branch=master;destsuffix=git/system/extras \ |
| 26 | git://${ANDROID_MIRROR}/platform/hardware/libhardware;name=libhardware;protocol=https;branch=android10-qpr2-release;destsuffix=git/hardware/libhardware \ | 26 | git://${ANDROID_MIRROR}/platform/hardware/libhardware;name=libhardware;protocol=https;branch=android10-qpr2-release;destsuffix=git/hardware/libhardware \ |
| 27 | git://salsa.debian.org/android-tools-team/android-platform-build.git;name=build;protocol=https;destsuffix=git/build \ | 27 | git://salsa.debian.org/android-tools-team/android-platform-build.git;name=build;protocol=https;branch=master;destsuffix=git/build \ |
| 28 | git://salsa.debian.org/android-tools-team/android-platform-external-libunwind.git;protocol=https;name=libunwind;destsuffix=git/external/libunwind \ | 28 | git://salsa.debian.org/android-tools-team/android-platform-external-libunwind.git;protocol=https;name=libunwind;branch=master;destsuffix=git/external/libunwind \ |
| 29 | " | 29 | " |
| 30 | 30 | ||
| 31 | # Patches copied from android-platform-system-core/debian/patches | 31 | # Patches copied from android-platform-system-core/debian/patches |
