diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2016-02-09 21:35:11 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-02-09 15:47:35 -0500 |
| commit | 68cd1e1d95ad3ca723be7b7c7b20951c5566cdfc (patch) | |
| tree | d49ca9eaf97a1a3fd741b164aa21662a20332107 | |
| parent | c27b74eadb853f1b155533c686224ea66bc6fb3a (diff) | |
| download | meta-ti-68cd1e1d95ad3ca723be7b7c7b20951c5566cdfc.tar.gz | |
common-csl-ip: only rtos part is machine-specific, not main package
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | 4 | ||||
| -rw-r--r-- | recipes-bsp/common-csl-ip/common-csl-ip.inc | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb index 6f7d3ccc..41a0d432 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | require common-csl-ip.inc | 1 | require common-csl-ip.inc |
| 2 | PR = "${INC_PR}.0" | 2 | PR = "${INC_PR}.1" |
| 3 | |||
| 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 3 | 5 | ||
| 4 | inherit ti-pdk | 6 | inherit ti-pdk |
| 5 | 7 | ||
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-bsp/common-csl-ip/common-csl-ip.inc index c81b0f13..e51dd7ba 100644 --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc | |||
| @@ -3,10 +3,9 @@ LICENSE = "BSD-3-Clause" | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" | 3 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21" |
| 4 | 4 | ||
| 5 | COMPATIBLE_MACHINE = "keystone|dra7xx" | 5 | COMPATIBLE_MACHINE = "keystone|dra7xx" |
| 6 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 7 | 6 | ||
| 8 | PV = "3.3.0.1B" | 7 | PV = "3.3.0.1B" |
| 9 | INC_PR = "r0" | 8 | INC_PR = "r1" |
| 10 | 9 | ||
| 11 | CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" | 10 | CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git" |
| 12 | CSL_GIT_PROTOCOL ="git" | 11 | CSL_GIT_PROTOCOL ="git" |
