diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2017-06-01 21:27:51 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-06-11 18:36:11 -0400 |
commit | adcaa50740e0e9dca17314de2c173472f20d48bc (patch) | |
tree | 44fe1f0c845006f47904ee4ccbfc9f1d2ab06620 /recipes-ti/ti-pdk-build | |
parent | 00fad775e15b59d0da91c97b2dc19b9583073b02 (diff) | |
download | meta-ti-adcaa50740e0e9dca17314de2c173472f20d48bc.tar.gz |
ti-pdk-build-rtos: set PACKAGE_ARCH to MACHINE_ARCH
* The set of files installed varies between machines.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ti-pdk-build')
-rw-r--r-- | recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb index b196ee64..573c48dd 100644 --- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb +++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de | |||
5 | require recipes-ti/includes/ti-paths.inc | 5 | require recipes-ti/includes/ti-paths.inc |
6 | 6 | ||
7 | PV = "01.00.00.04B" | 7 | PV = "01.00.00.04B" |
8 | PR = "r0" | 8 | PR = "r1" |
9 | 9 | ||
10 | PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git" | 10 | PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git" |
11 | PDK_BUILD_GIT_PROTOCOL = "git" | 11 | PDK_BUILD_GIT_PROTOCOL = "git" |
@@ -20,6 +20,7 @@ SRC_URI = "${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BRAN | |||
20 | SRCREV = "${PDK_BUILD_SRCREV}" | 20 | SRCREV = "${PDK_BUILD_SRCREV}" |
21 | 21 | ||
22 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone" | 22 | COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone" |
23 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
23 | 24 | ||
24 | S = "${WORKDIR}/git/" | 25 | S = "${WORKDIR}/git/" |
25 | 26 | ||