All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] packagegroup-arago-mcsdk-toolchain-target: Add package group for mcsdk toolchain
@ 2015-02-25 20:55 Sam Nelson
  2015-02-25 20:55 ` [PATCH 2/2] meta-toolchain_arago-mcsdk: Add toolchain build for MCSDK Sam Nelson
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Sam Nelson @ 2015-02-25 20:55 UTC (permalink / raw)
  To: meta-arago

- Adds ti dev packages, platform specific packages and other additional packages

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 .../packagegroup-arago-mcsdk-toolchain-target.bb   |   94 ++++++++++++++++++++
 1 file changed, 94 insertions(+)
 create mode 100644 meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-mcsdk-toolchain-target.bb

diff --git a/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-mcsdk-toolchain-target.bb b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-mcsdk-toolchain-target.bb
new file mode 100644
index 0000000..9265a8c
--- /dev/null
+++ b/meta-arago-extras/recipes-core/packagegroups/packagegroup-arago-mcsdk-toolchain-target.bb
@@ -0,0 +1,94 @@
+DESCRIPTION = "Target dev packages for MCSDK SDK"
+LICENSE = "BSD-3-Clause"
+
+PR = "r0"
+
+inherit packagegroup
+
+TI_PKGS_DEV = "\
+	cmem-dev \
+	cmem-staticdev \
+	"
+TI_SECURE_STORAGE_DEV = "\
+	ti-softhsmv2-dev \
+	libp11-dev \
+	libp11-staticdev \
+	"
+
+TI_PKGS_DEV_append_keystone = "\
+	${TI_SECURE_STORAGE_DEV} \
+	udma-dev \
+	udma-staticdev \
+	traceframework-dev \
+	traceframework-staticdev \
+	cuia-dev \
+	cuia-staticdev \
+	common-csl-ip-dev \
+	cppi-lld-dev \
+	cppi-lld-staticdev \
+	qmss-lld-dev \
+	qmss-lld-staticdev \
+	pa-lld-dev \
+	pa-lld-staticdev \
+	rm-lld-dev \
+	rm-lld-staticdev \
+	hyplnk-lld-dev \
+	hyplnk-lld-staticdev \
+	sa-lld-dev \
+	sa-lld-staticdev \
+	hplib-dev \
+	hplib-staticdev \
+	nwal-lld-dev \
+	nwal-lld-staticdev \
+	pktlib-dev \
+	pktlib-staticdev \
+	mmap-lld \
+	mmap-lld-staticdev \
+	netapi-dev \
+	netapi-staticdev \
+	ipsecmgr-dev \
+	ipsecmgr-staticdev \
+	libnl-xfrm-dev \
+	libnl-xfrm-staticdev \
+	libnl-dev \
+	libnl-staticdev \
+	ti-ipc-dev \
+	ti-ipc-staticdev \
+	multiprocmgr-dev \
+	multiprocmgr-staticdev \
+	mpm-transport-dev \
+	mpm-transport-staticdev \
+	edma3-lld-dev \
+	edma3-lld-staticdev \
+	lksctp-tools-dev \
+	lksctp-tools-staticdev \
+	"
+
+TI_PKGS_DEV_append_k2l-evm = "\
+	dfe-lld-dev \
+	dfe-lld-staticdev \
+	iqn2-lld-dev \
+	iqn2-lld-staticdev \
+	"
+
+TI_PKGS_DEV_append_k2hk-evm = "\
+	srio-lld-dev \
+	srio-lld-staticdev \
+	"
+
+RDEPENDS_${PN} += " \
+	packagegroup-arago-standalone-sdk-target \
+	kernel-dev \
+	${TI_PKGS_DEV} \
+	libdnet-dev \
+	libdnet-staticdev \
+	binutils-dev \
+	binutils-staticdev \
+	elfutils-dev \
+	elfutils-staticdev \
+	libbz2-dev \
+	libbz2-staticdev \
+	libgl-mesa-dev \
+	boost-dev \
+	libsdl-dev \
+	"
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-06-08 22:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 20:55 [PATCH 1/2] packagegroup-arago-mcsdk-toolchain-target: Add package group for mcsdk toolchain Sam Nelson
2015-02-25 20:55 ` [PATCH 2/2] meta-toolchain_arago-mcsdk: Add toolchain build for MCSDK Sam Nelson
2015-06-08 22:19   ` Denys Dmytriyenko
2015-02-25 21:16 ` [PATCH 1/2] packagegroup-arago-mcsdk-toolchain-target: Add package group for mcsdk toolchain Cooper Jr., Franklin
2015-02-26  0:39   ` Nelson, Sam
2015-02-27 12:42     ` Cooper Jr., Franklin
2015-03-11 13:58       ` Nelson, Sam
2015-06-08 22:27 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.