1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

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>
This commit is contained in:
Ryan Eatmon
2025-06-24 15:51:58 -05:00
parent a87dce5074
commit d02032fa40
37 changed files with 1 additions and 71 deletions

View File

@@ -11,8 +11,6 @@ BRANCH ?= "ti-v4.1.y"
SRC_URI = "git://git.ti.com/git/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=https;branch=${BRANCH}" SRC_URI = "git://git.ti.com/git/processor-firmware/ti-amx3-cm3-pm-firmware.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"
do_compile() { do_compile() {
make CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc -std=gnu11 ${TOOLCHAIN_OPTIONS} ${SECURITY_NOPIE_CFLAGS} ${DEBUG_PREFIX_MAP}" make CROSS_COMPILE="${TARGET_PREFIX}" CC="${TARGET_PREFIX}gcc -std=gnu11 ${TOOLCHAIN_OPTIONS} ${SECURITY_NOPIE_CFLAGS} ${DEBUG_PREFIX_MAP}"
} }

View File

@@ -13,8 +13,6 @@ SRCREV = "91f1628507bf7f8716f0bc7cafe88ad7f14c94f5"
SRC_URI = "git://git.ti.com/git/glsdk/ti-eth-fw.git;protocol=${PROTOCOL};branch=${BRANCH}" SRC_URI = "git://git.ti.com/git/glsdk/ti-eth-fw.git;protocol=${PROTOCOL};branch=${BRANCH}"
S = "${WORKDIR}/git"
CPSW9G_FW_DIR = "${S}/ethfw" CPSW9G_FW_DIR = "${S}/ethfw"
CPSW9G_FW_FILENAME = "app_remoteswitchcfg_server_pdk_mem_map_strip.xer5f" CPSW9G_FW_FILENAME = "app_remoteswitchcfg_server_pdk_mem_map_strip.xer5f"

View File

@@ -17,8 +17,6 @@ BRANCH = "linuxws/kirkstone/k6.1/${PV}"
SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}" SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"
SRCREV = "c838bc06a163abad46dcc193c8fb9a4fb9e2e356" SRCREV = "c838bc06a163abad46dcc193c8fb9a4fb9e2e356"
TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721e = "j721e_linux"

View File

@@ -17,8 +17,6 @@ BRANCH = "linuxws/scarthgap/k6.12/${PV}"
SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}" SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-driver.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"
SRCREV = "8eaff654a8871118c08cfafe53795f57e3b6b396" SRCREV = "8eaff654a8871118c08cfafe53795f57e3b6b396"
TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721e = "j721e_linux"

View File

@@ -17,8 +17,6 @@ BRANCH = "${PV}/mesa/k6.1"
SRC_URI = "git://git.ti.com/git/graphics/omap5-sgx-ddk-linux.git;protocol=https;branch=${BRANCH}" SRC_URI = "git://git.ti.com/git/graphics/omap5-sgx-ddk-linux.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"
SRCREV = "9ae0fa4998b1c624408945e062bf8fb0ea7efb9d" SRCREV = "9ae0fa4998b1c624408945e062bf8fb0ea7efb9d"
TARGET_PRODUCT:omap-a15 = "ti572x_linux" TARGET_PRODUCT:omap-a15 = "ti572x_linux"

View File

@@ -18,6 +18,4 @@ SRCREV = "038d9263c67900ea4eff631820b088a3dc3a6ad5"
TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721e = "j721e_linux"
S = "${WORKDIR}/git"
EXTRA_OEMAKE += 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"' EXTRA_OEMAKE += 'KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'

View File

@@ -16,5 +16,3 @@ TARGET_CC_ARCH += "${LDFLAGS}"
BRANCH = "master" BRANCH = "master"
SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/viddec-test-app.git;protocol=https;branch=${BRANCH}" SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/viddec-test-app.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"

View File

@@ -16,5 +16,3 @@ TARGET_CC_ARCH += "${LDFLAGS}"
BRANCH = "master" BRANCH = "master"
SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/videnc-test-app.git;protocol=https;branch=${BRANCH}" SRC_URI = "git://git.ti.com/git/jacinto7_multimedia/videnc-test-app.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"

View File

@@ -29,8 +29,6 @@ TI_LINUX_FW_GIT_BRANCH ?= "branch=${BRANCH}"
SRC_URI = "${TI_LINUX_FW_GIT_URI};protocol=${TI_LINUX_FW_GIT_PROTOCOL};${TI_LINUX_FW_GIT_BRANCH}" SRC_URI = "${TI_LINUX_FW_GIT_URI};protocol=${TI_LINUX_FW_GIT_PROTOCOL};${TI_LINUX_FW_GIT_BRANCH}"
S = "${WORKDIR}/git"
CLEANBROKEN = "1" CLEANBROKEN = "1"
# Make sure that lib/firmware, and all its contents are part of the package # Make sure that lib/firmware, and all its contents are part of the package

View File

@@ -98,8 +98,6 @@ PKG:${PN} = "u-boot"
PKG:${PN}-dev = "u-boot-dev" PKG:${PN}-dev = "u-boot-dev"
PKG:${PN}-dbg = "u-boot-dbg" PKG:${PN}-dbg = "u-boot-dbg"
S = "${WORKDIR}/git"
# Support for secure devices - detailed info is in doc/README.ti-secure # Support for secure devices - detailed info is in doc/README.ti-secure
inherit ti-secdev inherit ti-secdev

View File

@@ -16,8 +16,6 @@ BRANCH ?= "master"
SRC_URI = "git://git.ti.com/git/vpe_tests/vpe_tests.git;protocol=https;branch=${BRANCH}" SRC_URI = "git://git.ti.com/git/vpe_tests/vpe_tests.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"
FLOATABI = "${@bb.utils.contains("TUNE_FEATURES", "vfp", bb.utils.contains("TUNE_FEATURES", "callconvention-hard", " -mfloat-abi=hard", " -mfloat-abi=softfp", d), "" ,d)}" FLOATABI = "${@bb.utils.contains("TUNE_FEATURES", "vfp", bb.utils.contains("TUNE_FEATURES", "callconvention-hard", " -mfloat-abi=hard", " -mfloat-abi=softfp", d), "" ,d)}"
# The test application needs additional include headers from the kernel # The test application needs additional include headers from the kernel

View File

@@ -23,8 +23,6 @@ SRCREV = "ef5aec48e589902839ebae7ad753c68cf498c15f"
PV = "3.6.0" PV = "3.6.0"
#PR = "r1" #PR = "r1"
S = "${WORKDIR}/git"
FW_PLAT = "" FW_PLAT = ""
FW_PLAT:am62xx = "am62" FW_PLAT:am62xx = "am62"
FW_PLAT:am64xx = "am64" FW_PLAT:am64xx = "am64"

View File

@@ -13,5 +13,3 @@ BRANCH ?= "master"
SRCREV = "ea9938bf9cafd9c0cb05ef060a713ab4ac72270f" SRCREV = "ea9938bf9cafd9c0cb05ef060a713ab4ac72270f"
SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}" SRC_URI = "git://git.ti.com/git/k3conf/k3conf.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"

View File

@@ -34,8 +34,6 @@ TARGET_PRODUCT = "jacinto6evm"
PR = "r3" PR = "r3"
S = "${WORKDIR}/git"
EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} LIBDIR=${libdir}" EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} LIBDIR=${libdir}"
do_install() { do_install() {

View File

@@ -23,8 +23,6 @@ SRC_URI = " \
file://0001-gallium-Fix-build-with-llvm-18-and-19.patch \ file://0001-gallium-Fix-build-with-llvm-18-and-19.patch \
" "
S = "${WORKDIR}/git"
PACKAGECONFIG:append = " \ PACKAGECONFIG:append = " \
${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver', 'pvr', '', d)} \ ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver', 'pvr', '', d)} \
${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \ ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \

View File

@@ -21,8 +21,6 @@ SRC_URI = " \
file://0001-Update-lp_bld_misc.cpp-to-support-llvm-19.patch \ file://0001-Update-lp_bld_misc.cpp-to-support-llvm-19.patch \
" "
S = "${WORKDIR}/git"
PACKAGECONFIG:append = " \ PACKAGECONFIG:append = " \
${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver', 'pvr', '', d)} \ ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-img-rogue-driver', 'pvr', '', d)} \
${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \ ${@bb.utils.contains('PREFERRED_PROVIDER_virtual/gpudriver', 'ti-sgx-ddk-km', 'sgx', '', d)} \

View File

@@ -1,7 +1,7 @@
SUMMARY = "Userspace libraries for PowerVR Rogue GPU on TI SoCs" SUMMARY = "Userspace libraries for PowerVR Rogue GPU on TI SoCs"
HOMEPAGE = "http://git.ti.com/graphics/ti-img-rogue-umlibs" HOMEPAGE = "http://git.ti.com/graphics/ti-img-rogue-umlibs"
LICENSE = "TI-TFL" LICENSE = "TI-TFL"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f" LIC_FILES_CHKSUM = "file://LICENSE;md5=7232b98c1c58f99e3baa03de5207e76f"
PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s" COMPATIBLE_MACHINE = "j721e|j721s2|j784s4|j742s2|am62xx|am62pxx|j722s"
@@ -11,7 +11,6 @@ PR = "r4"
BRANCH = "linuxws/scarthgap/k6.12/${PV}" BRANCH = "linuxws/scarthgap/k6.12/${PV}"
SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}" SRC_URI = "git://git.ti.com/git/graphics/ti-img-rogue-umlibs.git;protocol=https;branch=${BRANCH}"
SRCREV = "1ed9ee185cd876200e6747192854015b8e94a7b0" SRCREV = "1ed9ee185cd876200e6747192854015b8e94a7b0"
S = "${WORKDIR}/git"
TARGET_PRODUCT:j721e = "j721e_linux" TARGET_PRODUCT:j721e = "j721e_linux"
TARGET_PRODUCT:j721s2 = "j721s2_linux" TARGET_PRODUCT:j721s2 = "j721s2_linux"

View File

@@ -44,8 +44,6 @@ RDEPENDS:${PN} += "libdrm"
RRECOMMENDS:${PN} += "ti-sgx-ddk-km" RRECOMMENDS:${PN} += "ti-sgx-ddk-km"
S = "${WORKDIR}/git"
EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} ${PACKAGECONFIG_CONFARGS}" EXTRA_OEMAKE += "DESTDIR=${D} TARGET_PRODUCT=${TARGET_PRODUCT} ${PACKAGECONFIG_CONFARGS}"
do_configure[noexec] = "1" do_configure[noexec] = "1"

View File

@@ -17,5 +17,3 @@ SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};na
SRCREV = "${TI_IPC_SRCREV}" SRCREV = "${TI_IPC_SRCREV}"
CFLAGS += "-fcommon" CFLAGS += "-fcommon"
S = "${WORKDIR}/git"

View File

@@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=744e63d2bb8c6151dcdd97f49aa02c53"
SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=main" SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=main"
SRCREV = "609fd72f458ba56f80d06810509ef88d010d2c03" SRCREV = "609fd72f458ba56f80d06810509ef88d010d2c03"
S = "${WORKDIR}/git"
inherit cmake inherit cmake
DEPENDS = "ti-rpmsg-char" DEPENDS = "ti-rpmsg-char"

View File

@@ -12,6 +12,4 @@ SRCREV = "09b064c6663ed46e4a402291dd87c8fe96135bd7"
PV = "0.6.9+git" PV = "0.6.9+git"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "^(k3)$" COMPATIBLE_MACHINE = "^(k3)$"

View File

@@ -20,8 +20,6 @@ GIT_SRCREV = "ed6951fd3877c6cac7f1237311f7278ac21634f3"
SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${GIT_BRANCH}" SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${GIT_BRANCH}"
SRCREV = "${GIT_SRCREV}" SRCREV = "${GIT_SRCREV}"
S = "${WORKDIR}/git"
do_install() { do_install() {
CP_ARGS="-Prf --preserve=mode,links,timestamps --no-preserve=ownership" CP_ARGS="-Prf --preserve=mode,links,timestamps --no-preserve=ownership"
install -d ${D}${TI_K3_SECDEV_INSTALL_DIR_RECIPE} install -d ${D}${TI_K3_SECDEV_INSTALL_DIR_RECIPE}

View File

@@ -10,8 +10,6 @@ SRCREV = "0ee619b598d023fffc77679f099bc2a4815510e4"
BRANCH = "master" BRANCH = "master"
SRC_URI = "git://git.ti.com/git/ti-bt/service-packs.git;protocol=https;branch=${BRANCH}" SRC_URI = "git://git.ti.com/git/ti-bt/service-packs.git;protocol=https;branch=${BRANCH}"
S = "${WORKDIR}/git"
do_compile() { do_compile() {
: :
} }

View File

@@ -9,8 +9,6 @@ PV = "1.7.0.120"
CLEANBROKEN = "1" CLEANBROKEN = "1"
S = "${WORKDIR}/git"
do_compile[no_exec] = "1" do_compile[no_exec] = "1"
EXTRA_OEMAKE = "DEST_DIR=${D} BASE_LIB_DIR=${nonarch_base_libdir}" EXTRA_OEMAKE = "DEST_DIR=${D} BASE_LIB_DIR=${nonarch_base_libdir}"

View File

@@ -15,8 +15,6 @@ SRC_URI = "git://git.ti.com/git/ivimm/ipumm.git;protocol=https;branch=master"
SRCREV = "df4c50aecc9aad7ab3eb1ca9ebacfe473fcad7c5" SRCREV = "df4c50aecc9aad7ab3eb1ca9ebacfe473fcad7c5"
S = "${WORKDIR}/git"
PV = "3.00.15.00" PV = "3.00.15.00"
PR = "r7" PR = "r7"

View File

@@ -29,8 +29,6 @@ RDEPENDS:${PN}:append = " \
DEPENDS = "ti-cgt-pru-native" DEPENDS = "ti-cgt-pru-native"
S = "${WORKDIR}/git"
export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}" export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}"
export PRU_SSP = "${S}" export PRU_SSP = "${S}"

View File

@@ -7,8 +7,6 @@ SRC_URI = "git://git.ti.com/git/wilink8-wlan/wl18xx_fw.git;protocol=https;branch
SRCREV = "5ec05007f2662f460f881c5868311fd3ab7e6e71" SRCREV = "5ec05007f2662f460f881c5868311fd3ab7e6e71"
BRANCH = "master" BRANCH = "master"
S = "${WORKDIR}/git"
CLEANBROKEN = "1" CLEANBROKEN = "1"
do_compile() { do_compile() {

View File

@@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=904443cf7fae5c09c3d5f83f8557c265"
SRCREV = "4371c93ea01b339f6f73f77d6d6bfcc185def8c0" SRCREV = "4371c93ea01b339f6f73f77d6d6bfcc185def8c0"
SRC_URI = "git://git.ti.com/git/cc33xx-wlan/cc33xx-target-scripts.git;protocol=https;branch=master" SRC_URI = "git://git.ti.com/git/cc33xx-wlan/cc33xx-target-scripts.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
FILES:${PN} += "${datadir}/cc33xx/" FILES:${PN} += "${datadir}/cc33xx/"
do_install() { do_install() {

View File

@@ -10,8 +10,6 @@ inherit update-rc.d
SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9" SRCREV = "a75f45be2d5c74fc1dd913d08afc30f09a230aa9"
SRC_URI = "git://git.ti.com/git/ti-bt/uim.git;branch=master;protocol=https" SRC_URI = "git://git.ti.com/git/ti-bt/uim.git;branch=master;protocol=https"
S = "${WORKDIR}/git"
do_install() { do_install() {
install -d ${D}${bindir} install -d ${D}${bindir}
install -m 0755 uim ${D}${bindir} install -m 0755 uim ${D}${bindir}

View File

@@ -11,8 +11,6 @@ SRC_URI = "git://git.ti.com/git/wilink8-wlan/18xx-ti-utils.git;branch=master;pro
file://0001-plt.h-Do-not-define-EFUSE_PARAMETER_TYPE_ENMT-type-e.patch \ file://0001-plt.h-Do-not-define-EFUSE_PARAMETER_TYPE_ENMT-type-e.patch \
" "
S = "${WORKDIR}/git"
export CROSS_COMPILE = "${TARGET_PREFIX}" export CROSS_COMPILE = "${TARGET_PREFIX}"
EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -I${STAGING_INCDIR}/libnl3/ -DCONFIG_LIBNL32 " \ EXTRA_OEMAKE = "CFLAGS="${CFLAGS} -I${STAGING_INCDIR}/libnl3/ -DCONFIG_LIBNL32 " \

View File

@@ -11,8 +11,6 @@ file://0001-print_stat.sh-replace-system-bin-sh-with-bin-sh.patch \
PR = "r1" PR = "r1"
S = "${WORKDIR}/git"
FILES:${PN} += "${datadir}/wl18xx/" FILES:${PN} += "${datadir}/wl18xx/"
do_install() { do_install() {

View File

@@ -10,7 +10,6 @@ SRC_URI = "git://git.ti.com/git/omapzoom/libdce.git;protocol=https;branch=master
SRCREV = "182aea18596eb2b3a82cffc536a6404f5000fb30" SRCREV = "182aea18596eb2b3a82cffc536a6404f5000fb30"
S = "${WORKDIR}/git"
EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm" EXTRA_OECONF += "IPC_HEADERS=${STAGING_INCDIR}/ti/ipc/mm"
COMPATIBLE_HOST ?= "null" COMPATIBLE_HOST ?= "null"

View File

@@ -10,8 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6f02761e31334c48f7021fb94c89aaa"
SRCREV = "05bedba192646152b7bc80b0accaea75aef864e5" SRCREV = "05bedba192646152b7bc80b0accaea75aef864e5"
SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git;protocol=https;branch=master" SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git;protocol=https;branch=master"
S = "${WORKDIR}/git"
do_install() { do_install() {
install -d ${D}${datadir}/${PN} install -d ${D}${datadir}/${PN}
cp -R --no-dereference --preserve=mode,links ${S}/* ${D}${datadir}/${PN} cp -R --no-dereference --preserve=mode,links ${S}/* ${D}${datadir}/${PN}

View File

@@ -13,8 +13,6 @@ DEPENDS = "ti-cgt6x-native \
doxygen-native \ doxygen-native \
swtools" swtools"
S = "${WORKDIR}/git"
DSPLIB_GIT_BRANCH = "master" DSPLIB_GIT_BRANCH = "master"
DSPLIB_GIT_PROTOCOL = "https" DSPLIB_GIT_PROTOCOL = "https"
DSPLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/dsplib.git" DSPLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/dsplib.git"

View File

@@ -43,7 +43,6 @@ export JH_ARCH = "${@map_jh_arch(d.getVar('TARGET_ARCH', True), d)}"
COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux" COMPATIBLE_HOST = "(i.86|x86_64|arm|aarch64).*-linux"
S = "${WORKDIR}/git"
B = "${S}" B = "${S}"
DEPENDS = "virtual/kernel dtc-native python3-mako-native python3-mako make-native" DEPENDS = "virtual/kernel dtc-native python3-mako-native python3-mako make-native"

View File

@@ -13,8 +13,6 @@ DEPENDS = "ti-cgt6x-native \
doxygen-native \ doxygen-native \
swtools" swtools"
S = "${WORKDIR}/git"
MATHLIB_GIT_BRANCH = "master" MATHLIB_GIT_BRANCH = "master"
MATHLIB_GIT_PROTOCOL = "https" MATHLIB_GIT_PROTOCOL = "https"
MATHLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/mathlib.git" MATHLIB_GIT_URI = "git://git.ti.com/git/ep-processor-libraries/mathlib.git"

View File

@@ -12,7 +12,6 @@ DEPENDS = "ti-cgt6x-native \
PV = "5_0_8" PV = "5_0_8"
PR = "r3" PR = "r3"
S = "${WORKDIR}/git"
SWTOOLS_GIT_BRANCH = "master" SWTOOLS_GIT_BRANCH = "master"
SWTOOLS_GIT_PROTOCOL = "https" SWTOOLS_GIT_PROTOCOL = "https"