diff options
| author | Steve Sakoman <steve@sakoman.com> | 2021-11-02 04:45:10 -1000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-11 10:54:32 +0000 |
| commit | 07be05c69896b6d9f4da4b3ba122a1668c8c1200 (patch) | |
| tree | 9774f6d61564d917c78f33faf08386a776b9daf7 /meta/recipes-kernel | |
| parent | afe0ef0a074b23fc5f1c39ed7fd345f7b75973c7 (diff) | |
| download | poky-07be05c69896b6d9f4da4b3ba122a1668c8c1200.tar.gz | |
meta: Add explict branch to git SRC_URIs, handle github url changes
This update was made with the convert-scruri.py script in scripts/contrib
This script handles two emerging issues:
1. There is uncertainty about the default branch name in git going forward.
To try and cover the different possible outcomes, add branch names to all
git:// and gitsm:// SRC_URI entries.
2. Github are dropping support for git:// protocol fetching, so remap github
urls as needed. For more details see:
https://github.blog/2021-09-01-improving-git-protocol-security-github/
(From OE-Core rev: 827a805349f9732b2a5fa9184dc7922af36de327)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
| -rw-r--r-- | meta/recipes-kernel/blktrace/blktrace_git.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-kernel/cryptodev/cryptodev.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-kernel/dtc/dtc.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-kernel/kmod/kmod.inc | 2 | ||||
| -rw-r--r-- | meta/recipes-kernel/powertop/powertop_2.10.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.inc | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-kernel/blktrace/blktrace_git.bb b/meta/recipes-kernel/blktrace/blktrace_git.bb index 7ccc022b93..2110bc75fa 100644 --- a/meta/recipes-kernel/blktrace/blktrace_git.bb +++ b/meta/recipes-kernel/blktrace/blktrace_git.bb | |||
| @@ -14,7 +14,7 @@ SRCREV = "cca113f2fe0759b91fd6a0e10fdcda2c28f18a7e" | |||
| 14 | 14 | ||
| 15 | PV = "1.2.0+git${SRCPV}" | 15 | PV = "1.2.0+git${SRCPV}" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.kernel.dk/blktrace.git \ | 17 | SRC_URI = "git://git.kernel.dk/blktrace.git;branch=master \ |
| 18 | file://ldflags.patch \ | 18 | file://ldflags.patch \ |
| 19 | file://CVE-2018-10689.patch \ | 19 | file://CVE-2018-10689.patch \ |
| 20 | file://make-btt-scripts-python3-ready.patch \ | 20 | file://make-btt-scripts-python3-ready.patch \ |
diff --git a/meta/recipes-kernel/cryptodev/cryptodev.inc b/meta/recipes-kernel/cryptodev/cryptodev.inc index cf9b9b7207..f02619cabe 100644 --- a/meta/recipes-kernel/cryptodev/cryptodev.inc +++ b/meta/recipes-kernel/cryptodev/cryptodev.inc | |||
| @@ -8,7 +8,7 @@ API is compatible with OpenBSD's cryptodev userspace API (/dev/crypto)." | |||
| 8 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 10 | 10 | ||
| 11 | SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux \ | 11 | SRC_URI = "git://github.com/cryptodev-linux/cryptodev-linux;branch=master;protocol=https \ |
| 12 | " | 12 | " |
| 13 | SRCREV = "a87053bee5680878c295b7d23cf0d7065576ac2b" | 13 | SRCREV = "a87053bee5680878c295b7d23cf0d7065576ac2b" |
| 14 | 14 | ||
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc index 5da6c24fbf..461ab8fbd3 100644 --- a/meta/recipes-kernel/dtc/dtc.inc +++ b/meta/recipes-kernel/dtc/dtc.inc | |||
| @@ -5,7 +5,7 @@ SECTION = "bootloader" | |||
| 5 | LICENSE = "GPLv2 | BSD" | 5 | LICENSE = "GPLv2 | BSD" |
| 6 | DEPENDS = "flex-native bison-native" | 6 | DEPENDS = "flex-native bison-native" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git \ | 8 | SRC_URI = "git://git.kernel.org/pub/scm/utils/dtc/dtc.git;branch=master \ |
| 9 | file://make_install.patch \ | 9 | file://make_install.patch \ |
| 10 | file://0001-dtc-Fix-Makefile-to-add-CFLAGS-not-override.patch \ | 10 | file://0001-dtc-Fix-Makefile-to-add-CFLAGS-not-override.patch \ |
| 11 | " | 11 | " |
diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb index 3f76af424b..82d678e509 100644 --- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb +++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | |||
| @@ -14,7 +14,7 @@ PV = "0.2+git${SRCPV}" | |||
| 14 | 14 | ||
| 15 | inherit native | 15 | inherit native |
| 16 | 16 | ||
| 17 | SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git" | 17 | SRC_URI = "git://git.yoctoproject.org/yocto-kernel-tools.git;branch=master" |
| 18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
| 19 | UPSTREAM_CHECK_COMMITS = "1" | 19 | UPSTREAM_CHECK_COMMITS = "1" |
| 20 | 20 | ||
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc index bb678c6900..631b50658a 100644 --- a/meta/recipes-kernel/kmod/kmod.inc +++ b/meta/recipes-kernel/kmod/kmod.inc | |||
| @@ -18,7 +18,7 @@ SRCREV = "58133a96c894c043e48c74ddf0bfe8db90bac62f" | |||
| 18 | # Lookout for PV bump too when SRCREV is changed | 18 | # Lookout for PV bump too when SRCREV is changed |
| 19 | PV = "26" | 19 | PV = "26" |
| 20 | 20 | ||
| 21 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \ | 21 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;branch=master \ |
| 22 | file://depmod-search.conf \ | 22 | file://depmod-search.conf \ |
| 23 | file://0001-build-Stop-using-dolt.patch \ | 23 | file://0001-build-Stop-using-dolt.patch \ |
| 24 | file://avoid_parallel_tests.patch \ | 24 | file://avoid_parallel_tests.patch \ |
diff --git a/meta/recipes-kernel/powertop/powertop_2.10.bb b/meta/recipes-kernel/powertop/powertop_2.10.bb index ffa3b4685c..dcbba2fd5c 100644 --- a/meta/recipes-kernel/powertop/powertop_2.10.bb +++ b/meta/recipes-kernel/powertop/powertop_2.10.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "ncurses libnl pciutils autoconf-archive" | |||
| 6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/fenrus75/powertop;protocol=https \ | 9 | SRC_URI = "git://github.com/fenrus75/powertop;protocol=https;branch=master \ |
| 10 | file://0001-wakeup_xxx.h-include-limits.h.patch \ | 10 | file://0001-wakeup_xxx.h-include-limits.h.patch \ |
| 11 | file://0002-configure.ac-ax_add_fortify_source.patch \ | 11 | file://0002-configure.ac-ax_add_fortify_source.patch \ |
| 12 | file://0003-configure-Use-AX_REQUIRE_DEFINED.patch \ | 12 | file://0003-configure-Use-AX_REQUIRE_DEFINED.patch \ |
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc index 116e83fe0f..af55f15fd4 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.inc +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc | |||
| @@ -3,7 +3,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
| 3 | SRCREV = "044a0640985ef007c0b2fb6eaf660d9d51800cda" | 3 | SRCREV = "044a0640985ef007c0b2fb6eaf660d9d51800cda" |
| 4 | PV = "4.2" | 4 | PV = "4.2" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://sourceware.org/git/systemtap.git \ | 6 | SRC_URI = "git://sourceware.org/git/systemtap.git;branch=master \ |
| 7 | file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ | 7 | file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \ |
| 8 | file://0001-Install-python-modules-to-correct-library-dir.patch \ | 8 | file://0001-Install-python-modules-to-correct-library-dir.patch \ |
| 9 | file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ | 9 | file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch \ |
