diff options
Diffstat (limited to 'meta-ti-extras/recipes-connectivity')
7 files changed, 3 insertions, 11 deletions
diff --git a/meta-ti-extras/recipes-connectivity/cc33calibrator/cc33calibrator_git.bb b/meta-ti-extras/recipes-connectivity/cc33calibrator/cc33calibrator_git.bb index cd5b7dc5..57311667 100644 --- a/meta-ti-extras/recipes-connectivity/cc33calibrator/cc33calibrator_git.bb +++ b/meta-ti-extras/recipes-connectivity/cc33calibrator/cc33calibrator_git.bb | |||
@@ -9,7 +9,7 @@ PV = "1.0.0.50" | |||
9 | 9 | ||
10 | DEPENDS = "libnl" | 10 | DEPENDS = "libnl" |
11 | 11 | ||
12 | S = "${WORKDIR}/git/cc33calibrator" | 12 | S:append = "/cc33calibrator" |
13 | 13 | ||
14 | export CROSS_COMPILE = "${TARGET_PREFIX}" | 14 | export CROSS_COMPILE = "${TARGET_PREFIX}" |
15 | 15 | ||
diff --git a/meta-ti-extras/recipes-connectivity/cc33conf/cc33conf_git.bb b/meta-ti-extras/recipes-connectivity/cc33conf/cc33conf_git.bb index 096bf9bc..724be6e5 100644 --- a/meta-ti-extras/recipes-connectivity/cc33conf/cc33conf_git.bb +++ b/meta-ti-extras/recipes-connectivity/cc33conf/cc33conf_git.bb | |||
@@ -7,7 +7,7 @@ SRC_URI = "git://git.ti.com/git/cc33xx-wlan/cc33xx-utils.git;branch=master;proto | |||
7 | 7 | ||
8 | PV = "1.7.0.120" | 8 | PV = "1.7.0.120" |
9 | 9 | ||
10 | S = "${WORKDIR}/git/cc33conf" | 10 | S:append = "/cc33conf" |
11 | 11 | ||
12 | EXTRA_OEMAKE = "CC="${CC}"" | 12 | EXTRA_OEMAKE = "CC="${CC}"" |
13 | 13 | ||
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-connectivity/wlconf/wlconf_8.7.3.bb b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb index a23db663..8285bf9f 100644 --- a/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb +++ b/meta-ti-extras/recipes-connectivity/wlconf/wlconf_8.7.3.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=1;endline=21;md5=adc05a1903d3f107f85 | |||
6 | SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2" | 6 | SRCREV = "5048b59a444ac59ba7171d6e122d5a84581aebf2" |
7 | SRC_URI = "git://git.ti.com/git/wilink8-wlan/18xx-ti-utils.git;branch=master;protocol=https" | 7 | SRC_URI = "git://git.ti.com/git/wilink8-wlan/18xx-ti-utils.git;branch=master;protocol=https" |
8 | 8 | ||
9 | S = "${WORKDIR}/git/wlconf" | 9 | S:append = "/wlconf" |
10 | 10 | ||
11 | EXTRA_OEMAKE = "CC="${CC}"" | 11 | EXTRA_OEMAKE = "CC="${CC}"" |
12 | 12 | ||