diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-11-07 10:42:23 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-11-13 07:45:48 -0800 |
| commit | 7fbb2767186a4db729efe4f440cc9a992f2ab183 (patch) | |
| tree | c3c62448ea3ead8b8e673dbb4d2e4919166709c8 /meta-oe/recipes-kernel | |
| parent | 10dabf3896591f33c02f420204cb79fefecd2f19 (diff) | |
| download | meta-openembedded-7fbb2767186a4db729efe4f440cc9a992f2ab183.tar.gz | |
recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
8 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb index 2eb19206d3..57232f8d5f 100644 --- a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb +++ b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb | |||
| @@ -10,7 +10,7 @@ EXTRA_OEMAKE = "'CC=${CC}'" | |||
| 10 | 10 | ||
| 11 | SRCREV = "468fe4c31e6c62c9bbb328b06ba71eaf7be0b76a" | 11 | SRCREV = "468fe4c31e6c62c9bbb328b06ba71eaf7be0b76a" |
| 12 | 12 | ||
| 13 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git;protocol=git \ | 13 | SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git;protocol=git;branch=master \ |
| 14 | file://0001-Makefile-Add-LDFLAGS-variable.patch \ | 14 | file://0001-Makefile-Add-LDFLAGS-variable.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
diff --git a/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p2.bb b/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p2.bb index e861ddb723..3a3920ae53 100644 --- a/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p2.bb +++ b/meta-oe/recipes-kernel/broadcom-bt-firmware/broadcom-bt-firmware_12.0.1.1105_p2.bb | |||
| @@ -9,7 +9,7 @@ LICENSE = "Firmware-Broadcom-WIDCOMM" | |||
| 9 | NO_GENERIC_LICENSE[Firmware-Broadcom-WIDCOMM] = "LICENSE.broadcom_bcm20702" | 9 | NO_GENERIC_LICENSE[Firmware-Broadcom-WIDCOMM] = "LICENSE.broadcom_bcm20702" |
| 10 | 10 | ||
| 11 | LIC_FILES_CHKSUM = "file://LICENSE.broadcom_bcm20702;md5=c0d5ea0502b00df74173d0f8a48b619d" | 11 | LIC_FILES_CHKSUM = "file://LICENSE.broadcom_bcm20702;md5=c0d5ea0502b00df74173d0f8a48b619d" |
| 12 | SRC_URI = "git://github.com/winterheart/broadcom-bt-firmware.git" | 12 | SRC_URI = "git://github.com/winterheart/broadcom-bt-firmware.git;branch=master;protocol=https" |
| 13 | SRCREV = "1af1116f73782951bd7bbe2139928e497c3a634b" | 13 | SRCREV = "1af1116f73782951bd7bbe2139928e497c3a634b" |
| 14 | 14 | ||
| 15 | PE = "1" | 15 | PE = "1" |
diff --git a/meta-oe/recipes-kernel/crash/crash_7.3.0.bb b/meta-oe/recipes-kernel/crash/crash_7.3.0.bb index fcd4f2d616..b5204693df 100644 --- a/meta-oe/recipes-kernel/crash/crash_7.3.0.bb +++ b/meta-oe/recipes-kernel/crash/crash_7.3.0.bb | |||
| @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING3;md5=d32239bcb673463ab874e80d47fae504" | |||
| 13 | DEPENDS = "zlib readline coreutils-native ncurses-native" | 13 | DEPENDS = "zlib readline coreutils-native ncurses-native" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | SRC_URI = "git://github.com/crash-utility/${BPN}.git \ | 16 | SRC_URI = "git://github.com/crash-utility/${BPN}.git;branch=master;protocol=https \ |
| 17 | ${GNU_MIRROR}/gdb/gdb-7.6.tar.gz;name=gdb;subdir=git \ | 17 | ${GNU_MIRROR}/gdb/gdb-7.6.tar.gz;name=gdb;subdir=git \ |
| 18 | file://7001force_define_architecture.patch \ | 18 | file://7001force_define_architecture.patch \ |
| 19 | file://7003cross_ranlib.patch \ | 19 | file://7003cross_ranlib.patch \ |
diff --git a/meta-oe/recipes-kernel/kpatch/kpatch.inc b/meta-oe/recipes-kernel/kpatch/kpatch.inc index 1f70f72054..685be7d40c 100644 --- a/meta-oe/recipes-kernel/kpatch/kpatch.inc +++ b/meta-oe/recipes-kernel/kpatch/kpatch.inc | |||
| @@ -3,7 +3,7 @@ DESCRIPTION = "kpatch is a Linux dynamic kernel patching infrastructure which al | |||
| 3 | LICENSE = "GPLv2 & LGPLv2" | 3 | LICENSE = "GPLv2 & LGPLv2" |
| 4 | DEPENDS = "elfutils bash" | 4 | DEPENDS = "elfutils bash" |
| 5 | 5 | ||
| 6 | SRC_URI = "git://github.com/dynup/kpatch.git;protocol=https \ | 6 | SRC_URI = "git://github.com/dynup/kpatch.git;protocol=https;branch=master \ |
| 7 | file://0001-kpatch-build-add-cross-compilation-support.patch \ | 7 | file://0001-kpatch-build-add-cross-compilation-support.patch \ |
| 8 | file://0002-kpatch-build-allow-overriding-of-distro-name.patch \ | 8 | file://0002-kpatch-build-allow-overriding-of-distro-name.patch \ |
| 9 | " | 9 | " |
diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_0.3.bb b/meta-oe/recipes-kernel/libbpf/libbpf_0.3.bb index 57e8376b5e..f08f5f25c6 100644 --- a/meta-oe/recipes-kernel/libbpf/libbpf_0.3.bb +++ b/meta-oe/recipes-kernel/libbpf/libbpf_0.3.bb | |||
| @@ -12,7 +12,7 @@ DEPENDS = "zlib elfutils" | |||
| 12 | 12 | ||
| 13 | do_compile[depends] += "virtual/kernel:do_shared_workdir" | 13 | do_compile[depends] += "virtual/kernel:do_shared_workdir" |
| 14 | 14 | ||
| 15 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https" | 15 | SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=master" |
| 16 | SRCREV = "051a4009f94d5633a8f734ca4235f0a78ee90469" | 16 | SRCREV = "051a4009f94d5633a8f734ca4235f0a78ee90469" |
| 17 | 17 | ||
| 18 | # Backported from version 0.4 | 18 | # Backported from version 0.4 |
diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.8.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.8.bb index 4754651247..6f87db1779 100644 --- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.8.bb +++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.6.8.bb | |||
| @@ -24,7 +24,7 @@ PACKAGES =+ "${PN}-tools" | |||
| 24 | FILES_${PN}-tools = "${bindir}/*.pl" | 24 | FILES_${PN}-tools = "${bindir}/*.pl" |
| 25 | 25 | ||
| 26 | SRC_URI = "\ | 26 | SRC_URI = "\ |
| 27 | git://github.com/makedumpfile/makedumpfile;branch=${SRCBRANCH} \ | 27 | git://github.com/makedumpfile/makedumpfile;branch=${SRCBRANCH};protocol=https \ |
| 28 | file://0001-makedumpfile-replace-hardcode-CFLAGS.patch \ | 28 | file://0001-makedumpfile-replace-hardcode-CFLAGS.patch \ |
| 29 | file://0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch \ | 29 | file://0002-mem_section-Support-only-46-bit-for-MAX_PHYSMEM_BITS.patch \ |
| 30 | " | 30 | " |
diff --git a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb index d381c83ae8..8188ae599d 100644 --- a/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb +++ b/meta-oe/recipes-kernel/minicoredumper/minicoredumper_2.0.1.bb | |||
| @@ -13,7 +13,7 @@ SRCREV = "16a0d44f1725eaa93096eaa0e086f42ef4c2712c" | |||
| 13 | 13 | ||
| 14 | PR .= "+git${SRCPV}" | 14 | PR .= "+git${SRCPV}" |
| 15 | 15 | ||
| 16 | SRC_URI = "git://github.com/diamon/minicoredumper;protocol=https \ | 16 | SRC_URI = "git://github.com/diamon/minicoredumper;protocol=https;branch=master \ |
| 17 | file://minicoredumper.service \ | 17 | file://minicoredumper.service \ |
| 18 | file://minicoredumper.init \ | 18 | file://minicoredumper.init \ |
| 19 | " | 19 | " |
diff --git a/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb b/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb index 4526eeed3f..ac4ccf7284 100644 --- a/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb +++ b/meta-oe/recipes-kernel/pm-graph/pm-graph_5.5.bb | |||
| @@ -6,7 +6,7 @@ LICENSE = "GPL-2" | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" |
| 7 | 7 | ||
| 8 | SRCREV = "cf59527dc24fdd2f314ae4dcaeb3d68a117988f6" | 8 | SRCREV = "cf59527dc24fdd2f314ae4dcaeb3d68a117988f6" |
| 9 | SRC_URI = "git://github.com/intel/pm-graph.git \ | 9 | SRC_URI = "git://github.com/intel/pm-graph.git;branch=master;protocol=https \ |
| 10 | file://0001-Makefile-fix-multilib-build-failure.patch \ | 10 | file://0001-Makefile-fix-multilib-build-failure.patch \ |
| 11 | file://0001-sleepgraph.py-use-python3.patch \ | 11 | file://0001-sleepgraph.py-use-python3.patch \ |
| 12 | file://0001-sleepgraph-add-support-for-RT-kernel-ftrace-flags.patch \ | 12 | file://0001-sleepgraph-add-support-for-RT-kernel-ftrace-flags.patch \ |
