Discussion:
[meta-arago] [rocko/master][PATCH] packagegroup-*-addons*: add CAN utils to K3
Denys Dmytriyenko
2018-10-01 15:55:44 UTC
Permalink
Signed-off-by: Denys Dmytriyenko <***@ti.com>
---
.../packagegroup-arago-tisdk-addons-sdk-target.bb | 3 ++-
.../packagegroups/packagegroup-arago-tisdk-addons.bb | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
index 4ff30cd4..8106cafa 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Task to install headers and libraries related to addons into the SDK"
LICENSE = "MIT"
-PR = "r38"
+PR = "r39"

PACKAGE_ARCH = "${MACHINE_ARCH}"

@@ -128,6 +128,7 @@ UTILS_append_dra7xx = " can-utils-dev \
elfutils-staticdev \
"
UTILS_append_k2g = " can-utils-dev"
+UTILS_append_k3 = " can-utils-dev"

EXTRA_LIBS = ""
EXTRA_LIBS_append_ti43x = "\
diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
index 5c77d8b8..f0177ef7 100644
--- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "Task to install additional utilities/demos for SDKs"
LICENSE = "MIT"
-PR = "r69"
+PR = "r70"

PACKAGE_ARCH = "${MACHINE_ARCH}"

@@ -64,6 +64,7 @@ UTILS_append_omap-a15 = " mmc-utils \
"

UTILS_append_k3 = " mmc-utils \
+ can-utils \
parted \
switch-config \
pru-icss \
--
2.17.1
Loading...