mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-05 10:21:52 +00:00
ipc-transport: Clean up recipe
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
7663c3bcf5
commit
185cbba966
@@ -3,7 +3,9 @@ LICENSE = "BSD-3-Clause"
|
||||
|
||||
require ipc-transport.inc
|
||||
|
||||
INC_PR_append = ".0"
|
||||
INC_PR_append = ".1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02"
|
||||
|
||||
COMPATIBLE_MACHINE = "keystone"
|
||||
|
||||
|
||||
@@ -3,7 +3,9 @@ LICENSE = "BSD-3-Clause"
|
||||
|
||||
require ipc-transport.inc
|
||||
|
||||
INC_PR_append = ".0"
|
||||
INC_PR_append = ".1"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02"
|
||||
|
||||
COMPATIBLE_MACHINE = "k2hk-evm"
|
||||
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=27bb0deb260c60120a8d7b91da7c3b02"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
IPC_TRANSPORT_GIT_URI = "git://git.ti.com/keystone-linux/ipc-transport.git"
|
||||
IPC_TRANSPORT_GIT_BRANCH = "master"
|
||||
IPC_TRANSPORT_GIT_PROTOCOL = "git"
|
||||
IPC_TRANSPORT_GIT_BRANCH = "master"
|
||||
|
||||
# Below commit ID corresponds to DEV.IPC-TRANSPORT.02.00.00.01
|
||||
# Below commit ID corresponds to "DEV.IPC-TRANSPORT.02.00.00.01"
|
||||
IPC_TRANSPORT_SRCREV = "88ea336c584ccec4b2c281cd7f75df9dff6d4edf"
|
||||
|
||||
BRANCH="${IPC_TRANSPORT_GIT_BRANCH}"
|
||||
BRANCH = "${IPC_TRANSPORT_GIT_BRANCH}"
|
||||
SRC_URI = "${IPC_TRANSPORT_GIT_URI};protocol=${IPC_TRANSPORT_GIT_PROTOCOL};branch=${BRANCH}"
|
||||
|
||||
SRCREV = "${IPC_TRANSPORT_SRCREV}"
|
||||
PV = "02.00.00.01"
|
||||
|
||||
INC_PR = "r1"
|
||||
INC_PR = "r2"
|
||||
|
||||
Reference in New Issue
Block a user