summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:01 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-06-14 02:04:01 -0300
commitea8a78d328ad024301b8991367c3b7e25974730e (patch)
treeeaa2420516834772a4566a1503d866e818b46ace
parentf0665e342618ced8190f4d00145ab948760a6359 (diff)
downloadmeta-freescale-ea8a78d328ad024301b8991367c3b7e25974730e.tar.gz
fsl-image-network-full-cmdline: import from meta-freescale-distro
Move the recipe into meta-freescale as part of consolidating all recipe content into a single layer. meta-freescale-distro is becoming a thin backward-compatibility layer that only keeps the distro definitions for the wrynose LTS lifetime and is no longer used for recipe development. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-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