diff options
author | Ryan Eatmon <reatmon@ti.com> | 2025-06-24 15:51:58 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-06-25 13:16:57 -0500 |
commit | d02032fa40131f56e0f94e6226cf8f315ba72fb4 (patch) | |
tree | 195ef4e0089b86ba7cb9f1f61f574009c15b6dbf | |
parent | a87dce507460de6c29a809d0345df6c79a47d595 (diff) | |
download | meta-ti-d02032fa40131f56e0f94e6226cf8f315ba72fb4.tar.gz |
meta-ti/all: remove S in recipes that fetch from git via setting BB_GIT_DEFAULT_DESTSUFFIX
Removing all the S = ${WORKDIR}/git assignments works because BB_GIT_DEFAULT_DESTSUFFIX
is set to match S from bitbake.conf (which itself is set to match typical tarball
releases).
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
37 files changed, 1 insertions, 71 deletions
diff --git a/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb b/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb index 099678b2..db080c62 100644 --- a/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb +++ b/meta-ti-bsp/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | |||
@@ -11,8 +11,6 @@ BRANCH ?= "ti-v4.1.y" | |||
11 | 11 | ||
12 | SRC_URI = "git://git.ti.com/git/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=https;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/git/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=https;branch=${BRANCH}" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | do_compile() { | 14 | do_compile() { |
17 | make CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc -std=gnu11 ${TOOLCHAIN_OPTIONS} ${SECURITY_NOPIE_CFLAGS} ${DEBUG_PREFIX_MAP}" | 15 | make CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc -std=gnu11 ${TOOLCHAIN_OPTIONS} ${SECURITY_NOPIE_CFLAGS} ${DEBUG_PREFIX_MAP}" |
18 | } | 16 | } |
diff --git a/meta-ti-bsp/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb b/meta-ti-bsp/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb index 95ba1e2d..4e379c5d 100755 --- a/meta-ti-bsp/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/cpsw9g-eth-fw/cpsw9g-eth-fw_git.bb | |||
@@ -13,8 +13,6 @@ SRCREV = "91f1628507bf7f8716f0bc7cafe88ad7f14c94f5" | |||
13 | 13 | ||
14 | SRC_URI = "git://git.ti.com/git/glsdk/ti-eth-fw.git;protocol=${PROTOCOL};branch=${BRANCH}" | 14 | SRC_URI = "git://git.ti.com/git/glsdk/ti-eth-fw.git;protocol=${PROTOCOL};branch=${BRANCH}" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | CPSW9G_FW_DIR = "${S}/ethfw" | 16 | CPSW9G_FW_DIR = "${S}/ethfw" |
19 | CPSW9G_FW_FILENAME = "app_remoteswitchcfg_server_pdk_mem_map_strip.xer5f" | 17 | CPSW9G_FW_FILENAME = "app_remoteswitchcfg_server_pdk_mem_map_strip.xer5f" |
20 | 18 | ||
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb index dc55ef9b..0d39571b 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_23.3.6512818.bb | |||
@@ -17,8 +17,6 @@ BRANCH = "linuxws/kirkstone/k6.1/${PV}" | |||
17 | 17 | ||
18 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | SRCREV = "c838bc06a163abad46dcc193c8fb9a4fb9e2e356" | 20 | SRCREV = "c838bc06a163abad46dcc193c8fb9a4fb9e2e356" |
23 | 21 | ||
24 | TARGET_PRODUCT:j721e = "j721e_linux" | 22 | TARGET_PRODUCT:j721e = "j721e_linux" |
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb index 513429bd..ddb401a5 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-img-rogue-driver_24.2.6643903.bb | |||
@@ -17,8 +17,6 @@ BRANCH = "linuxws/scarthgap/k6.12/${PV}" | |||
17 | 17 | ||
18 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | SRCREV = "8eaff654a8871118c08cfafe53795f57e3b6b396" | 20 | SRCREV = "8eaff654a8871118c08cfafe53795f57e3b6b396" |
23 | 21 | ||
24 | TARGET_PRODUCT:j721e = "j721e_linux" | 22 | TARGET_PRODUCT:j721e = "j721e_linux" |
diff --git a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb index 8a4a04ae..f5cea270 100644 --- a/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb +++ b/meta-ti-bsp/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | |||
@@ -17,8 +17,6 @@ BRANCH = "${PV}/mesa/k6.1" | |||
17 | 17 | ||
18 | SRC_URI = "git://git.ti.com/git/graphics/omap5-sgx-ddk-linux.git;protocol=https;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/git/graphics/omap5-sgx-ddk-linux.git;protocol=https;branch=${BRANCH}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | SRCREV = "9ae0fa4998b1c624408945e062bf8fb0ea7efb9d" | 20 | SRCREV = "9ae0fa4998b1c624408945e062bf8fb0ea7efb9d" |
23 | 21 | ||
24 | TARGET_PRODUCT:omap-a15 = "ti572x_linux" | 22 | TARGET_PRODUCT:omap-a15 = "ti572x_linux" |
diff --git a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb index 9a3b6bfd..e5cd0d49 100644 --- a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb +++ b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/ti-vxe-vxd-driver_6.12.bb | |||
@@ -18,6 +18,4 @@ SRCREV = "038d9263c67900ea4eff631820b088a3dc3a6ad5" | |||
18 | 18 | ||
19 | TARGET_PRODUCT:j721e = "j721e_linux" | 19 | TARGET_PRODUCT:j721e = "j721e_linux" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | ||
22 | |||
23 | EXTRA_OEMAKE += 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' | 21 | EXTRA_OEMAKE += 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' |
diff --git a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb index 29af4863..133876df 100644 --- a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb +++ b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/viddec-test-app_1.0.0.bb | |||
@@ -16,5 +16,3 @@ TARGET_CC_ARCH += "${LDFLAGS}" | |||
16 | 16 | ||
17 | BRANCH = "master" | 17 | BRANCH = "master" |
18 | SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/viddec-test-app.git;protocol=https;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/viddec-test-app.git;protocol=https;branch=${BRANCH}" |
19 | |||
20 | S = "${WORKDIR}/git" | ||
diff --git a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb index b674c764..41b4d2e4 100644 --- a/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb +++ b/meta-ti-bsp/recipes-bsp/ti-img-encode-decode/videnc-test-app_1.0.0.bb | |||
@@ -16,5 +16,3 @@ TARGET_CC_ARCH += "${LDFLAGS}" | |||
16 | 16 | ||
17 | BRANCH = "master" | 17 | BRANCH = "master" |
18 | SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/videnc-test-app.git;protocol=https;branch=${BRANCH}" | 18 | SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/videnc-test-app.git;protocol=https;branch=${BRANCH}" |
19 | |||
20 | S = "${WORKDIR}/git" | ||
diff --git a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc index 3c9836a0..e2ca9b52 100644 --- a/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc +++ b/meta-ti-bsp/recipes-bsp/ti-linux-fw/ti-linux-fw.inc | |||
@@ -29,8 +29,6 @@ TI_LINUX_FW_GIT_BRANCH ?= "branch=${BRANCH}" | |||
29 | 29 | ||
30 | SRC_URI = "${TI_LINUX_FW_GIT_URI};protocol=${TI_LINUX_FW_GIT_PROTOCOL};${TI_LINUX_FW_GIT_BRANCH}" | 30 | SRC_URI = "${TI_LINUX_FW_GIT_URI};protocol=${TI_LINUX_FW_GIT_PROTOCOL};${TI_LINUX_FW_GIT_BRANCH}" |
31 | 31 | ||
32 | S = "${WORKDIR}/git" | ||
33 | |||
34 | CLEANBROKEN = "1" | 32 | CLEANBROKEN = "1" |
35 | 33 | ||
36 | # Make sure that lib/firmware, and all its contents are part of the package | 34 | # Make sure that lib/firmware, and all its contents are part of the package |
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc index 3e1f6d91..660ac557 100644 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti.inc | |||
@@ -98,8 +98,6 @@ PKG:${PN} = "u-boot" | |||
98 | PKG:${PN}-dev = "u-boot-dev" | 98 | PKG:${PN}-dev = "u-boot-dev" |
99 | PKG:${PN}-dbg = "u-boot-dbg" | 99 | PKG:${PN}-dbg = "u-boot-dbg" |
100 | 100 | ||
101 | S = "${WORKDIR}/git" | ||
102 | |||
103 | # Support for secure devices - detailed info is in doc/README.ti-secure | 101 | # Support for secure devices - detailed info is in doc/README.ti-secure |
104 | inherit ti-secdev | 102 | inherit ti-secdev |
105 | 103 | ||
diff --git a/meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb b/meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb index 274cc735..d48adea5 100644 --- a/meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb +++ b/meta-ti-bsp/recipes-bsp/vpe-tests/vpe-tests_git.bb | |||
@@ -16,8 +16,6 @@ BRANCH ?= "master" | |||
16 | 16 | ||
17 | SRC_URI = "git://git.ti.com/git/vpe_tests/vpe_tests.git;protocol=https;branch=${BRANCH}" | 17 | SRC_URI = "git://git.ti.com/git/vpe_tests/vpe_tests.git;protocol=https;branch=${BRANCH}" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | FLOATABI = "${@bb.utils.contains("TUNE_FEATURES", "vfp", bb.utils.contains("TUNE_FEATURES", "callconvention-hard", " -mfloat-abi=hard", " -mfloat-abi=softfp", d), "" ,d)}" | 19 | FLOATABI = "${@bb.utils.contains("TUNE_FEATURES", "vfp", bb.utils.contains("TUNE_FEATURES", "callconvention-hard", " -mfloat-abi=hard", " -mfloat-abi=softfp", d), "" ,d)}" |
22 | 20 | ||
23 | # The test application needs additional include headers from the kernel | 21 | # The test application needs additional include headers from the kernel |
diff --git a/meta-ti-bsp/recipes-bsp/zephyr-fw/zephyr-openamp-rsc-table-fw.bb b/meta-ti-bsp/recipes-bsp/zephyr-fw/zephyr-openamp-rsc-table-fw.bb index 3aa69700..c7287e1f 100644 --- a/meta-ti-bsp/recipes-bsp/zephyr-fw/zephyr-openamp-rsc-table-fw.bb +++ b/meta-ti-bsp/recipes-bsp/zephyr-fw/zephyr-openamp-rsc-table-fw.bb | |||
@@ -23,8 +23,6 @@ SRCREV = "ef5aec48e589902839ebae7ad753c68cf498c15f" | |||
23 | PV = "3.6.0" | 23 | PV = "3.6.0" |
24 | #PR = "r1" | 24 | #PR = "r1" |
25 | 25 | ||
26 | S = "${WORKDIR}/git" | ||
27 | |||
28 | FW_PLAT = "" | 26 | FW_PLAT = "" |
29 | FW_PLAT:am62xx = "am62" | 27 | FW_PLAT:am62xx = "am62" |
30 | FW_PLAT:am64xx = "am64" | 28 | FW_PLAT:am64xx = "am64" |
diff --git a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb index 8691e523..ffc48d84 100644 --- a/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb +++ b/meta-ti-bsp/recipes-devtools/k3conf/k3conf_git.bb | |||
@@ -13,5 +13,3 @@ BRANCH ?= "master" | |||
13 | SRCREV = "ea9938bf9cafd9c0cb05ef060a713ab4ac72270f" | 13 | SRCREV = "ea9938bf9cafd9c0cb05ef060a713ab4ac72270f" |
14 | 14 | ||
15 | SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}" | 15 | SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}" |
16 | |||
17 | S = "${WORKDIR}/git" | ||
diff --git a/meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb index 636ed359..bd7cf015 100644 --- a/meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb +++ b/meta-ti-bsp/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | |||
@@ -34,8 +34,6 @@ TARGET_PRODUCT = "jacinto6evm" | |||
34 | 34 | ||
35 | PR = "r3" | 35 | PR = "r3" |
36 | 36 | ||
37 | S = "${WORKDIR}/git" | ||
38 | |||
39 | EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} LIBDIR=${libdir}" | 37 | EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} LIBDIR=${libdir}" |
40 | 38 | ||
41 | do_install() { | 39 | do_install() { |
diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb index cdf3cd83..2f160141 100644 --- a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb +++ b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb | |||
@@ -23,8 +23,6 @@ SRC_URI = " \ | |||
23 | file://0001-gallium-Fix-build-with-llvm-18-and-19.patch \ | 23 | file://0001-gallium-Fix-build-with-llvm-18-and-19.patch \ |
24 | " | 24 | " |
25 | 25 | ||
26 | S = "${WORKDIR}/git" | ||
27 | |||
28 | PACKAGECONFIG:append = " \ | 26 | PACKAGECONFIG:append = " \ |
29 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver', 'pvr', '', d)} \ | 27 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver', 'pvr', '', d)} \ |
30 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \ | 28 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \ |
diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb index 1697dc80..e4f99d36 100644 --- a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb +++ b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb | |||
@@ -21,8 +21,6 @@ SRC_URI = " \ | |||
21 | file://0001-Update-lp_bld_misc.cpp-to-support-llvm-19.patch \ | 21 | file://0001-Update-lp_bld_misc.cpp-to-support-llvm-19.patch \ |
22 | " | 22 | " |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | ||
25 | |||
26 | PACKAGECONFIG:append = " \ | 24 | PACKAGECONFIG:append = " \ |
27 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver', 'pvr', '', d)} \ | 25 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver', 'pvr', '', d)} \ |
28 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \ | 26 | ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \ |
diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb index 57f48fec..949c2d5d 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-img-rogue-umlibs_24.2.6643903.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Userspace libraries for PowerVR Rogue GPU on TI SoCs" | 1 | SUMMARY = "Userspace libraries for PowerVR Rogue GPU on TI SoCs" |
2 | HOMEPAGE = "http://git.ti.com/graphics/ti-img-rogue-umlibs" | 2 | HOMEPAGE = "http://git.ti.com/graphics/ti-img-rogue-umlibs" |
3 | LICENSE = "TI-TFL" | 3 | LICENSE = "TI-TFL" |
4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f" |
5 | 5 | ||
6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
7 | COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" | 7 | COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" |
@@ -11,7 +11,6 @@ PR = "r4" | |||
11 | BRANCH = "linuxws/scarthgap/k6.12/${PV}" | 11 | BRANCH = "linuxws/scarthgap/k6.12/${PV}" |
12 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" | 12 | SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" |
13 | SRCREV = "1ed9ee185cd876200e6747192854015b8e94a7b0" | 13 | SRCREV = "1ed9ee185cd876200e6747192854015b8e94a7b0" |
14 | S = "${WORKDIR}/git" | ||
15 | 14 | ||
16 | TARGET_PRODUCT:j721e = "j721e_linux" | 15 | TARGET_PRODUCT:j721e = "j721e_linux" |
17 | TARGET_PRODUCT:j721s2 = "j721s2_linux" | 16 | TARGET_PRODUCT:j721s2 = "j721s2_linux" |
diff --git a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb index b260abdf..84a9afcf 100644 --- a/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb +++ b/meta-ti-bsp/recipes-graphics/powervr-umlibs/ti-sgx-ddk-um_1.17.4948957.bb | |||
@@ -44,8 +44,6 @@ RDEPENDS:${PN} += "libdrm" | |||
44 | 44 | ||
45 | RRECOMMENDS:${PN} += "ti-sgx-ddk-km" | 45 | RRECOMMENDS:${PN} += "ti-sgx-ddk-km" |
46 | 46 | ||
47 | S = "${WORKDIR}/git" | ||
48 | |||
49 | EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} ${PACKAGECONFIG_CONFARGS}" | 47 | EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} ${PACKAGECONFIG_CONFARGS}" |
50 | 48 | ||
51 | do_configure[noexec] = "1" | 49 | do_configure[noexec] = "1" |
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc index c6dfc517..375de8bf 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc | |||
@@ -17,5 +17,3 @@ SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};na | |||
17 | SRCREV = "${TI_IPC_SRCREV}" | 17 | SRCREV = "${TI_IPC_SRCREV}" |
18 | 18 | ||
19 | CFLAGS += "-fcommon" | 19 | CFLAGS += "-fcommon" |
20 | |||
21 | S = "${WORKDIR}/git" | ||
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb b/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb index 5dd3d6c7..8a78d9ac 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb +++ b/meta-ti-bsp/recipes-ti/ipc/ti-librpmsg-dma_1.0.bb | |||
@@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=744e63d2bb8c6151dcdd97f49aa02c53" | |||
5 | SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=main" | 5 | SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=main" |
6 | SRCREV = "609fd72f458ba56f80d06810509ef88d010d2c03" | 6 | SRCREV = "609fd72f458ba56f80d06810509ef88d010d2c03" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | inherit cmake | 8 | inherit cmake |
11 | 9 | ||
12 | DEPENDS = "ti-rpmsg-char" | 10 | DEPENDS = "ti-rpmsg-char" |
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc index 4aa16b58..0350152d 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | |||
@@ -12,6 +12,4 @@ SRCREV = "09b064c6663ed46e4a402291dd87c8fe96135bd7" | |||
12 | 12 | ||
13 | PV = "0.6.9+git" | 13 | PV = "0.6.9+git" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | COMPATIBLE_MACHINE = "^(k3)$" | 15 | COMPATIBLE_MACHINE = "^(k3)$" |
diff --git a/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb b/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb index 543868a4..bf8e0d00 100644 --- a/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb +++ b/meta-ti-bsp/recipes-ti/secdev/ti-k3-secdev_git.bb | |||
@@ -20,8 +20,6 @@ GIT_SRCREV = "ed6951fd3877c6cac7f1237311f7278ac21634f3" | |||
20 | SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${GIT_BRANCH}" | 20 | SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${GIT_BRANCH}" |
21 | SRCREV = "${GIT_SRCREV}" | 21 | SRCREV = "${GIT_SRCREV}" |
22 | 22 | ||
23 | S = "${WORKDIR}/git" | ||
24 | |||
25 | do_install() { | 23 | do_install() { |
26 | CP_ARGS="-Prf --preserve=mode,links,timestamps --no-preserve=ownership" | 24 | CP_ARGS="-Prf --preserve=mode,links,timestamps --no-preserve=ownership" |
27 | install -d ${D}${TI_K3_SECDEV_INSTALL_DIR_RECIPE} | 25 | install -d ${D}${TI_K3_SECDEV_INSTALL_DIR_RECIPE} |
diff --git a/meta-ti-extras/recipes-bsp/bt-fw/bt-fw_git.bb b/meta-ti-extras/recipes-bsp/bt-fw/bt-fw_git.bb index cb968f98..0d856362 100644 --- a/meta-ti-extras/recipes-bsp/bt-fw/bt-fw_git.bb +++ b/meta-ti-extras/recipes-bsp/bt-fw/bt-fw_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "0ee619b598d023fffc77679f099bc2a4815510e4" | |||
10 | BRANCH = "master" | 10 | BRANCH = "master" |
11 | SRC_URI = "git://git.ti.com/git/ti-bt/service-packs.git;protocol=https;branch=${BRANCH}" | 11 | SRC_URI = "git://git.ti.com/git/ti-bt/service-packs.git;protocol=https;branch=${BRANCH}" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | do_compile() { | 13 | do_compile() { |
16 | : | 14 | : |
17 | } | 15 | } |
diff --git a/meta-ti-extras/recipes-bsp/cc33xx-fw/cc33xx-fw_git.bb b/meta-ti-extras/recipes-bsp/cc33xx-fw/cc33xx-fw_git.bb index 9f1de766..d5597ab9 100644 --- a/meta-ti-extras/recipes-bsp/cc33xx-fw/cc33xx-fw_git.bb +++ b/meta-ti-extras/recipes-bsp/cc33xx-fw/cc33xx-fw_git.bb | |||
@@ -9,8 +9,6 @@ PV = "1.7.0.120" | |||
9 | 9 | ||
10 | CLEANBROKEN = "1" | 10 | CLEANBROKEN = "1" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | do_compile[no_exec] = "1" | 12 | do_compile[no_exec] = "1" |
15 | 13 | ||
16 | EXTRA_OEMAKE = "DEST_DIR=${D} BASE_LIB_DIR=${nonarch_base_libdir}" | 14 | EXTRA_OEMAKE = "DEST_DIR=${D} BASE_LIB_DIR=${nonarch_base_libdir}" |
diff --git a/meta-ti-extras/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/meta-ti-extras/recipes-bsp/ipumm-fw/ipumm-fw_git.bb index 09926109..bfdf1ac5 100644 --- a/meta-ti-extras/recipes-bsp/ipumm-fw/ipumm-fw_git.bb +++ b/meta-ti-extras/recipes-bsp/ipumm-fw/ipumm-fw_git.bb | |||
@@ -15,8 +15,6 @@ SRC_URI = "git://git.ti.com/git/ivimm/ipumm.git;protocol=https;branch=master" | |||
15 | 15 | ||
16 | SRCREV = "df4c50aecc9aad7ab3eb1ca9ebacfe473fcad7c5" | 16 | SRCREV = "df4c50aecc9aad7ab3eb1ca9ebacfe473fcad7c5" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | PV = "3.00.15.00" | 18 | PV = "3.00.15.00" |
21 | PR = "r7" | 19 | PR = "r7" |
22 | 20 | ||
diff --git a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb index 24c3c8e6..73b582a2 100644 --- a/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb +++ b/meta-ti-extras/recipes-bsp/pru/pru-icss_git.bb | |||
@@ -29,8 +29,6 @@ RDEPENDS:${PN}:append = " \ | |||
29 | 29 | ||
30 | DEPENDS = "ti-cgt-pru-native" | 30 | DEPENDS = "ti-cgt-pru-native" |
31 | 31 | ||
32 | S = "${WORKDIR}/git" | ||
33 | |||
34 | export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}" | 32 | export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}" |
35 | export PRU_SSP = "${S}" | 33 | export PRU_SSP = "${S}" |
36 | 34 | ||
diff --git a/meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb b/meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb index d58c940f..3e61db88 100644 --- a/meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb +++ b/meta-ti-extras/recipes-bsp/wl18xx-fw/wl18xx-fw_8.9.0.0.86.bb | |||
@@ -7,8 +7,6 @@ SRC_URI = "git://git.ti.com/git/wilink8-wlan/wl18xx_fw.git;protocol=https;branch | |||
7 | SRCREV = "5ec05007f2662f460f881c5868311fd3ab7e6e71" | 7 | SRCREV = "5ec05007f2662f460f881c5868311fd3ab7e6e71" |
8 | BRANCH = "master" | 8 | BRANCH = "master" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | CLEANBROKEN = "1" | 10 | CLEANBROKEN = "1" |
13 | 11 | ||
14 | do_compile() { | 12 | do_compile() { |
diff --git a/meta-ti-extras/recipes-connectivity/cc33xx-target-scripts/cc33xx-target-scripts_git.bb b/meta-ti-extras/recipes-connectivity/cc33xx-target-scripts/cc33xx-target-scripts_git.bb index 87f75653..e3fe6f80 100644 --- a/meta-ti-extras/recipes-connectivity/cc33xx-target-scripts/cc33xx-target-scripts_git.bb +++ b/meta-ti-extras/recipes-connectivity/cc33xx-target-scripts/cc33xx-target-scripts_git.bb | |||
@@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=904443cf7fae5c09c3d5f83f8557c265" | |||
5 | SRCREV = "4371c93ea01b339f6f73f77d6d6bfcc185def8c0" | 5 | SRCREV = "4371c93ea01b339f6f73f77d6d6bfcc185def8c0" |
6 | SRC_URI = "git://git.ti.com/git/cc33xx-wlan/cc33xx-target-scripts.git;protocol=https;branch=master" | 6 | SRC_URI = "git://git.ti.com/git/cc33xx-wlan/cc33xx-target-scripts.git;protocol=https;branch=master" |
7 | 7 | ||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | FILES:${PN} += "${datadir}/cc33xx/" | 8 | FILES:${PN} += "${datadir}/cc33xx/" |
11 | 9 | ||
12 | do_install() { | 10 | do_install() { |
diff --git a/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb b/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb index 81d0e24a..707f7c77 100644 --- a/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb +++ b/meta-ti-extras/recipes-connectivity/uim/uim-sysfs_8.5.bb | |||
@@ -10,8 +10,6 @@ inherit update-rc.d | |||
10 | SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9" | 10 | SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9" |
11 | SRC_URI = "git://git.ti.com/git/ti-bt/uim.git;branch=master;protocol=https" | 11 | SRC_URI = "git://git.ti.com/git/ti-bt/uim.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | do_install() { | 13 | do_install() { |
16 | install -d ${D}${bindir} | 14 | install -d ${D}${bindir} |
17 | install -m 0755 uim ${D}${bindir} | 15 | install -m 0755 uim ${D}${bindir} |
diff --git a/meta-ti-extras/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb b/meta-ti-extras/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb index f68fab7f..fac0524e 100644 --- a/meta-ti-extras/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb +++ b/meta-ti-extras/recipes-connectivity/wl18xx-calibrator/wl18xx-calibrator_8.7.3.bb | |||
@@ -11,8 +11,6 @@ SRC_URI = "git://git.ti.com/git/wilink8-wlan/18xx-ti-utils.git;branch=master;pro | |||
11 | file://0001-plt.h-Do-not-define-EFUSE_PARAMETER_TYPE_ENMT-type-e.patch \ | 11 | file://0001-plt.h-Do-not-define-EFUSE_PARAMETER_TYPE_ENMT-type-e.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | export CROSS_COMPILE = "${TARGET_PREFIX}" | 14 | export CROSS_COMPILE = "${TARGET_PREFIX}" |
17 | 15 | ||
18 | EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -I${STAGING_INCDIR}/libnl3/ -DCONFIG_LIBNL32 " \ | 16 | EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -I${STAGING_INCDIR}/libnl3/ -DCONFIG_LIBNL32 " \ |
diff --git a/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.8.1.bb b/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.8.1.bb index b065d649..e3ea98aa 100644 --- a/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.8.1.bb +++ b/meta-ti-extras/recipes-connectivity/wl18xx-target-scripts/wl18xx-target-scripts_8.8.1.bb | |||
@@ -11,8 +11,6 @@ file://0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch \ | |||
11 | 11 | ||
12 | PR = "r1" | 12 | PR = "r1" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | FILES:${PN} += "${datadir}/wl18xx/" | 14 | FILES:${PN} += "${datadir}/wl18xx/" |
17 | 15 | ||
18 | do_install() { | 16 | do_install() { |
diff --git a/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb b/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb index a31fe20d..2ae44086 100644 --- a/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb +++ b/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "git://git.ti.com/git/omapzoom/libdce.git;protocol=https;branch=master | |||
10 | 10 | ||
11 | SRCREV = "182aea18596eb2b3a82cffc536a6404f5000fb30" | 11 | SRCREV = "182aea18596eb2b3a82cffc536a6404f5000fb30" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" | 13 | EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" |
15 | 14 | ||
16 | COMPATIBLE_HOST ?= "null" | 15 | COMPATIBLE_HOST ?= "null" |
diff --git a/meta-ti-extras/recipes-ti/beagleboard/beaglebone-getting-started.bb b/meta-ti-extras/recipes-ti/beagleboard/beaglebone-getting-started.bb index 85ab861d..8ad75f26 100644 --- a/meta-ti-extras/recipes-ti/beagleboard/beaglebone-getting-started.bb +++ b/meta-ti-extras/recipes-ti/beagleboard/beaglebone-getting-started.bb | |||
@@ -10,8 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6f02761e31334c48f7021fb94c89aaa" | |||
10 | SRCREV = "05bedba192646152b7bc80b0accaea75aef864e5" | 10 | SRCREV = "05bedba192646152b7bc80b0accaea75aef864e5" |
11 | SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git;protocol=https;branch=master" | 11 | SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git;protocol=https;branch=master" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | do_install() { | 13 | do_install() { |
16 | install -d ${D}${datadir}/${PN} | 14 | install -d ${D}${datadir}/${PN} |
17 | cp -R --no-dereference --preserve=mode,links ${S}/* ${D}${datadir}/${PN} | 15 | cp -R --no-dereference --preserve=mode,links ${S}/* ${D}${datadir}/${PN} |
diff --git a/meta-ti-extras/recipes-ti/dsplib/dsplib.inc b/meta-ti-extras/recipes-ti/dsplib/dsplib.inc index cabd2a9d..566dab0a 100644 --- a/meta-ti-extras/recipes-ti/dsplib/dsplib.inc +++ b/meta-ti-extras/recipes-ti/dsplib/dsplib.inc | |||
@@ -13,8 +13,6 @@ DEPENDS = "ti-cgt6x-native \ | |||
13 | doxygen-native \ | 13 | doxygen-native \ |
14 | swtools" | 14 | swtools" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | DSPLIB_GIT_BRANCH = "master" | 16 | DSPLIB_GIT_BRANCH = "master" |
19 | DSPLIB_GIT_PROTOCOL = "https" | 17 | DSPLIB_GIT_PROTOCOL = "https" |
20 | DSPLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/dsplib.git" | 18 | DSPLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/dsplib.git" |
diff --git a/meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc b/meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc index fd40d74d..e8374201 100644 --- a/meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc +++ b/meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc | |||
@@ -43,7 +43,6 @@ export JH_ARCH = "${@map_jh_arch(d.getVar('TARGET_ARCH', True), d)}" | |||
43 | 43 | ||
44 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" | 44 | COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" |
45 | 45 | ||
46 | S = "${WORKDIR}/git" | ||
47 | B = "${S}" | 46 | B = "${S}" |
48 | 47 | ||
49 | DEPENDS = "virtual/kernel dtc-native python3-mako-native python3-mako make-native" | 48 | DEPENDS = "virtual/kernel dtc-native python3-mako-native python3-mako make-native" |
diff --git a/meta-ti-extras/recipes-ti/mathlib/mathlib.inc b/meta-ti-extras/recipes-ti/mathlib/mathlib.inc index fb9de41d..ae70cc37 100644 --- a/meta-ti-extras/recipes-ti/mathlib/mathlib.inc +++ b/meta-ti-extras/recipes-ti/mathlib/mathlib.inc | |||
@@ -13,8 +13,6 @@ DEPENDS = "ti-cgt6x-native \ | |||
13 | doxygen-native \ | 13 | doxygen-native \ |
14 | swtools" | 14 | swtools" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | MATHLIB_GIT_BRANCH = "master" | 16 | MATHLIB_GIT_BRANCH = "master" |
19 | MATHLIB_GIT_PROTOCOL = "https" | 17 | MATHLIB_GIT_PROTOCOL = "https" |
20 | MATHLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/mathlib.git" | 18 | MATHLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/mathlib.git" |
diff --git a/meta-ti-extras/recipes-ti/swtools/swtools_git.bb b/meta-ti-extras/recipes-ti/swtools/swtools_git.bb index 4bcd6754..82de2040 100644 --- a/meta-ti-extras/recipes-ti/swtools/swtools_git.bb +++ b/meta-ti-extras/recipes-ti/swtools/swtools_git.bb | |||
@@ -12,7 +12,6 @@ DEPENDS = "ti-cgt6x-native \ | |||
12 | 12 | ||
13 | PV = "5_0_8" | 13 | PV = "5_0_8" |
14 | PR = "r3" | 14 | PR = "r3" |
15 | S = "${WORKDIR}/git" | ||
16 | 15 | ||
17 | SWTOOLS_GIT_BRANCH = "master" | 16 | SWTOOLS_GIT_BRANCH = "master" |
18 | SWTOOLS_GIT_PROTOCOL = "https" | 17 | SWTOOLS_GIT_PROTOCOL = "https" |