From: Denys Dmytriyenko <denys@ti.com>
To: Sam Nelson <sam.nelson@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 1/2] packagegroup-arago-mcsdk-toolchain-target: Add package group for mcsdk toolchain
Date: Mon, 8 Jun 2015 18:27:08 -0400 [thread overview]
Message-ID: <20150608222708.GD4019@edge> (raw)
In-Reply-To: <1424897759-23944-1-git-send-email-sam.nelson@ti.com>
2 comments here as well:
1. This belongs to meta-arago-distro as well, as extras is reserved for more
generic stuff.
2. This packagegroup requires PACKAGE_ARCH = MACHINE_ARCH
--
Denys
On Wed, Feb 25, 2015 at 03:55:58PM -0500, Sam Nelson wrote:
> - 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
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2015-06-08 22:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150608222708.GD4019@edge \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=sam.nelson@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.