All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] packagegroup-arago-base-tisdk-server-extra: Add new package group
@ 2015-02-25 21:06 Sam Nelson
  2015-02-25 21:06 ` [PATCH v2 2/2] tisdk-server-rootfs-image: Add extra components for server Sam Nelson
  2015-03-21  5:31 ` [PATCH v2 1/2] packagegroup-arago-base-tisdk-server-extra: Add new package group Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Sam Nelson @ 2015-02-25 21:06 UTC (permalink / raw)
  To: meta-arago

- Adds other packages libnl, perl, ndisc6, python and other ti packages
  meant to be shared by tisdk server filesystem.

Signed-off-by: Sam Nelson <sam.nelson@ti.com>

---
Update from previous version for patch
-- Reorganised to separate Machine specific packages
-- Added additional components
---
---
 .../packagegroup-arago-base-tisdk-server-extra.bb  |  163 ++++++++++++++++++++
 1 file changed, 163 insertions(+)
 create mode 100644 meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb

diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
new file mode 100644
index 0000000..5f71b2f
--- /dev/null
+++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb
@@ -0,0 +1,163 @@
+DESCRIPTION = "Additional packages beyond console packages shared by TI SDKs"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+PR = "r0"
+
+inherit packagegroup
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+ARAGO_LIBNL = "\
+    libnl-route \
+    libnl-nf \
+    libnl-genl \
+    libnl-cli \
+    "
+
+ARAGO_PERL = "\
+    perl \
+    perl-module-carp \
+    perl-module-class-struct \
+    perl-module-errno \
+    perl-module-exporter \
+    perl-module-exporter-heavy \
+    perl-module-fcntl \
+    perl-module-file-spec \
+    perl-module-file-spec-unix \
+    perl-module-file-stat \
+    perl-module-io-dir \
+    perl-module-io-file \
+    perl-module-io-handle \
+    perl-module-io-pipe \
+    perl-module-io-poll \
+    perl-module-io-seekable \
+    perl-module-io-select \
+    perl-module-io-socket-inet \
+    perl-module-io-socket-unix \
+    perl-module-io-socket \
+    perl-module-io \
+    perl-module-list-util \
+    perl-module-selectsaver \
+    perl-module-socket \
+    perl-module-strict \
+    perl-module-symbol \
+    perl-module-tie-handle \
+    perl-module-tie-hash \
+    perl-module-tie-stdhandle \
+    perl-module-vars \
+    perl-module-warnings-register \
+    perl-module-warnings \
+    perl-module-xsloader \
+    "
+
+ARAGO_NDISC6 = "\
+    ndisc6-ndisc6 \
+    ndisc6-rdisc6 \
+    ndisc6-rltraceroute6 \
+    ndisc6-tcpspray6 \
+    ndisc6-tcptraceroute6 \
+    ndisc6-tracert6 \
+    "
+
+ARAGO_PYTHON = "\
+    python-core \
+    python-io \
+    python-ctypes \
+    python-json \
+    python-numpy \
+    python-codecs \
+    python-subprocess \
+    python-pickle \
+    python-shell \
+    python-logging \
+    python-mmap \
+    python-profile \
+    python \
+    "
+
+ARAGO_SECURE_STORAGE = "\
+    ti-softhsmv2 \
+    libp11 \
+    engine-pkcs11 \
+    "
+
+ARAGO_TI_KEYSTONE_PKGS = "\
+    ${ARAGO_SECURE_STORAGE} \
+    uio-module-drv \
+    multiprocmgr \
+    mpm-transport \
+    traceframework \
+    cuia \
+    hplib \
+    hplib-mod \
+    netapi \
+    netapi-test \
+    ipsecmgr-mod \
+    libnl-xfrm \
+    demo-image-proc \
+    ti-ipc \
+    rm-lld \
+    cmem \
+    cmem-mod \
+    mmap-lld \
+    udma \
+    cuia \
+    qmss-lld \
+    pa-lld \
+    cppi-lld \
+    edma3-lld \
+    hyplnk-lld \
+    pktlib \
+    nwal-lld \
+    srss-tc \
+    "
+
+ARAGO_TI_PKGS = "\
+    uio-module-drv \
+    cmem \
+    cmem-mod \
+    "
+ARAGO_TI_PKGS_append_keystone = "${ARAGO_TI_KEYSTONE_PKGS}"
+ARAGO_TI_PKGS_append_k2l-evm = "\
+    dfe-lld \
+    iqn2-lld \
+    "
+
+ARAGO_TI_PKGS_append_k2hk-evm = "\
+    srio-lld \
+    "
+
+RDEPENDS_${PN} = "\
+    ${ARAGO_LIBNL} \
+    ${ARAGO_PERL} \
+    ${ARAGO_NDISC6} \
+    ${ARAGO_PYTHON} \
+    ${ARAGO_TI_PKGS} \
+    ptpd \
+    vsftpd \
+    syslog-ng \
+    dtc \
+    strongswan \
+    procps \
+    dhcp-client \
+    ipsec-tools \
+    kexec \
+    kdump \
+    tzdata \
+    lksctp-tools \
+    lksctp-tools-utils \
+    libdnet \
+    vtun \
+    bridge-utils \
+    ebtables \
+    rng-tools \
+    elfutils \
+    zip \
+    libsdl \
+    libgomp \
+    libgomp-dev \
+    file \
+    libbz2 \
+    boost \
+    libgl \
+	"
-- 
1.7.9.5



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

end of thread, other threads:[~2015-03-21 17:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 21:06 [PATCH v2 1/2] packagegroup-arago-base-tisdk-server-extra: Add new package group Sam Nelson
2015-02-25 21:06 ` [PATCH v2 2/2] tisdk-server-rootfs-image: Add extra components for server Sam Nelson
2015-03-21  5:31 ` [PATCH v2 1/2] packagegroup-arago-base-tisdk-server-extra: Add new package group Denys Dmytriyenko
2015-03-21 17:35   ` Nelson, Sam

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.