> -----Original Message-----
> From: Cooper Jr., Franklin
> Sent: Friday, February 27, 2015 7:42 AM
> To: Nelson, Sam
> Cc: [email protected]
> Subject: Re: [meta-arago] [PATCH 1/2] packagegroup-arago-mcsdk-toolchain-
> target: Add package group for mcsdk toolchain
> 
> 
> 
> 
> > On Feb 25, 2015, at 6:39 PM, Nelson, Sam <[email protected]> wrote:
> >
> > I think the intention was to allow users to choose either static or shared
> library based on their preference.
> > If we have to decide on one, not sure what is the criteria to be used.
> If that's is best for the user then that's fine.
> 
> Also I thought I remember some software licenses have a restriction regarding
> using static libraries (ex Qt?)  but if that isn't a concern for the software 
> your
> including then that should be fine.
[Sam] I am not aware of any issue with static libraries for MCSDK.
> 
> > Sam
> >
> >> -----Original Message-----
> >> From: Cooper Jr., Franklin
> >> Sent: Wednesday, February 25, 2015 4:17 PM
> >> To: Nelson, Sam; [email protected]
> >> Subject: RE: [meta-arago] [PATCH 1/2] packagegroup-arago-mcsdk-
> toolchain-
> >> target: Add package group for mcsdk toolchain
> >>
> >> Do you really need both shared libraries and static libraries? Usually I've
> seen
> >> people just include one or the other.
> >>
> >>> -----Original Message-----
> >>> From: [email protected] [mailto:meta-arago-
> >>> [email protected]] On Behalf Of Nelson, Sam
> >>> Sent: Wednesday, February 25, 2015 2:56 PM
> >>> To: [email protected]
> >>> Subject: [meta-arago] [PATCH 1/2] packagegroup-arago-mcsdk-toolchain-
> >>> target: Add package group for mcsdk toolchain
> >>>
> >>> - Adds ti dev packages, platform specific packages and other additional
> >>> packages
> >>>
> >>> Signed-off-by: Sam Nelson <[email protected]>
> >>> ---
> >>> .../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
> >>> [email protected]
> >>> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to