diff options
author | Gou, Hongmei <h-gou@ti.com> | 2017-06-27 00:23:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-06-27 11:51:14 -0400 |
commit | 9c5134756911a016c90e3ca4e431290f3d5dedd1 (patch) | |
tree | 2fbe2f74a5d6ab9902acc261eced7075d8327bf9 /recipes-ti/uio-test-pruss | |
parent | 508101b378aee98634843be88ee40bb1bc0e60f7 (diff) | |
download | meta-ti-9c5134756911a016c90e3ca4e431290f3d5dedd1.tar.gz |
uio-test-pruss: version bump to 1.0.1.0 and add support for am3/am4
* Also defined variables for GIT SRC_URI parameters
Signed-off-by: Hongmei Gou <h-gou@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/uio-test-pruss')
-rw-r--r-- | recipes-ti/uio-test-pruss/uio-test-pruss_git.bb | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb index a342fe35..724ca077 100644 --- a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb +++ b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Provides test pruss firmware for uio based tests" | 1 | DESCRIPTION = "Provides test pruss firmware for uio based tests" |
2 | LICENSE = "BSD-3-Clause" | 2 | LICENSE = "BSD-3-Clause" |
3 | PV = "1.0.0.0" | 3 | PV = "1.0.1.0" |
4 | require recipes-ti/includes/ti-paths.inc | 4 | require recipes-ti/includes/ti-paths.inc |
5 | 5 | ||
6 | S = "${WORKDIR}/git" | 6 | S = "${WORKDIR}/git" |
@@ -8,20 +8,27 @@ S = "${WORKDIR}/git" | |||
8 | DEPENDS = "ti-cgt-pru-native" | 8 | DEPENDS = "ti-cgt-pru-native" |
9 | 9 | ||
10 | BRANCH = "master" | 10 | BRANCH = "master" |
11 | SRC_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git;protocol=git;branch=${BRANCH}" | ||
12 | LIC_FILES_CHKSUM = "file://Makefile;startline=1;endline=31;md5=0ee4f2c42eb6b04e37859bb55a18b144" | 11 | LIC_FILES_CHKSUM = "file://Makefile;startline=1;endline=31;md5=0ee4f2c42eb6b04e37859bb55a18b144" |
13 | 12 | ||
14 | # Corresponds to version 01.00.00.00A | 13 | UIO_TEST_PRUSS_GIT_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git" |
15 | SRCREV = "88e78564ff9094ecb13b53d627fa6bfb25d9ac03" | 14 | UIO_TEST_PRUSS_GIT_PROTOCOL = "git" |
15 | SRC_URI = "${UIO_TEST_PRUSS_GIT_URI};protocol=${UIO_TEST_PRUSS_GIT_PROTOCOL};branch=${BRANCH}" | ||
16 | 16 | ||
17 | PR = "r1" | 17 | # Corresponds to version 01.00.01.00 |
18 | UIO_TEST_PRUSS_SRCREV = "72f7454c2460bd7d52dab70631b38bf5d3585542" | ||
18 | 19 | ||
19 | COMPATIBLE_MACHINE = "omap-a15" | 20 | SRCREV = "${UIO_TEST_PRUSS_SRCREV}" |
21 | |||
22 | PR = "r2" | ||
23 | |||
24 | COMPATIBLE_MACHINE = "omap-a15|ti33x|ti43x" | ||
20 | 25 | ||
21 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 26 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
22 | 27 | ||
23 | DEVICE_NAME = "" | 28 | DEVICE_NAME = "" |
24 | DEVICE_NAME_append_am57xx-evm = "am57xx" | 29 | DEVICE_NAME_append_am57xx-evm = "am57xx" |
30 | DEVICE_NAME_append_ti33x = "am33xx" | ||
31 | DEVICE_NAME_append_ti43x = "am43xx" | ||
25 | 32 | ||
26 | EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR} DEVICE=${DEVICE_NAME}" | 33 | EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR} DEVICE=${DEVICE_NAME}" |
27 | 34 | ||