1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-05 02:11:00 +00:00

common-csl-ip: only rtos part is machine-specific, not main package

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2016-02-09 21:35:11 +00:00
parent c27b74eadb
commit 68cd1e1d95
2 changed files with 4 additions and 3 deletions
@@ -1,5 +1,7 @@
require common-csl-ip.inc
PR = "${INC_PR}.0"
PR = "${INC_PR}.1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit ti-pdk
+1 -2
View File
@@ -3,10 +3,9 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
COMPATIBLE_MACHINE = "keystone|dra7xx"
PACKAGE_ARCH = "${MACHINE_ARCH}"
PV = "3.3.0.1B"
INC_PR = "r0"
INC_PR = "r1"
CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
CSL_GIT_PROTOCOL ="git"