[meta-freescale] [distro][PATCH 4/5] fsl-image-networking: add recipes

Chunrong Guo B40290 at freescale.com
Wed Apr 26 02:45:18 PDT 2017


From: Chunrong Guo <chunrong.guo at nxp.com>

   * fsl-image-networking is the image which includes some helpful tools and \
   NXP-specific packages  for networking core features support.

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
Signed-off-by: Chunrong Guo <B40290 at freescale.com>
---
 recipes-fsl/images/fsl-image-networking.bb | 52 ++++++++++++++++++++++++++++++
 1 file changed, 52 insertions(+)
 create mode 100644 recipes-fsl/images/fsl-image-networking.bb

diff --git a/recipes-fsl/images/fsl-image-networking.bb b/recipes-fsl/images/fsl-image-networking.bb
new file mode 100644
index 0000000..c8726b7
--- /dev/null
+++ b/recipes-fsl/images/fsl-image-networking.bb
@@ -0,0 +1,52 @@
+# Copyright (C) 2017 NXP Semiconductors
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+DESCRIPTION = "The networking image  used by NXP Community to provide networking packages"
+SUMMARY = "NXP Community Package - networking"
+
+require fsl-image-networking-minimal.bb
+
+LICENSE = "MIT"
+
+IMAGE_INSTALL_append_qoriq = " \
+    bc \
+    chkconfig \
+    cronie \
+    db \
+    debianutils \
+    dtc \
+    lsof \
+    man \
+    man-pages \
+    oprofile \
+    parted \
+    perf \
+    rng-tools \
+    rt-tests \
+    sqlite3 \
+    strongswan \
+    texinfo \
+    u-boot-mkimage \
+    unzip \
+    usbutils \
+    watchdog \
+    which \
+    xz  \
+    zip \
+"
+IMAGE_INSTALL_append_qoriq = " \
+    bind \
+    curl \
+    dhcp-client \
+    libnfnetlink \
+    linuxptp \
+    ntpdate \
+    ppp \
+    ppp-dialin \
+    ptpd \
+    resolvconf \
+    rp-pppoe \
+    samba \
+    wget \
+    xinetd \
+"
-- 
1.9.0



More information about the meta-freescale mailing list