summaryrefslogtreecommitdiffstats
path: root/recipes-fsl/images/fsl-image-network-full-cmdline.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-fsl/images/fsl-image-network-full-cmdline.bb')
-rw-r--r--recipes-fsl/images/fsl-image-network-full-cmdline.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-fsl/images/fsl-image-network-full-cmdline.bb b/recipes-fsl/images/fsl-image-network-full-cmdline.bb
new file mode 100644
index 000000000..01f47c3e5
--- /dev/null
+++ b/recipes-fsl/images/fsl-image-network-full-cmdline.bb
@@ -0,0 +1,22 @@
1DESCRIPTION = "A console-only image that includes full cmdline and \
2Freescale's networking packages (QorIQ DPAA/DPAA2) when available."
3
4IMAGE_FEATURES += " \
5 debug-tweaks \
6 tools-profile \
7"
8
9LICENSE = "MIT"
10
11CORE_IMAGE_EXTRA_INSTALL:append = "\
12 packagegroup-core-boot \
13 packagegroup-core-full-cmdline \
14 packagegroup-fsl-network \
15"
16
17# SPI Nor-Flash
18NETWORK_TOOLS:append:fsl-lsch3 = "\
19 mtd-utils \
20"
21
22inherit core-image