diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:01 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-06-14 02:04:01 -0300 |
| commit | ea8a78d328ad024301b8991367c3b7e25974730e (patch) | |
| tree | eaa2420516834772a4566a1503d866e818b46ace | |
| parent | f0665e342618ced8190f4d00145ab948760a6359 (diff) | |
| download | meta-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.bb | 22 |
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 @@ | |||
| 1 | DESCRIPTION = "A console-only image that includes full cmdline and \ | ||
| 2 | Freescale's networking packages (QorIQ DPAA/DPAA2) when available." | ||
| 3 | |||
| 4 | IMAGE_FEATURES += " \ | ||
| 5 | debug-tweaks \ | ||
| 6 | tools-profile \ | ||
| 7 | " | ||
| 8 | |||
| 9 | LICENSE = "MIT" | ||
| 10 | |||
| 11 | CORE_IMAGE_EXTRA_INSTALL:append = "\ | ||
| 12 | packagegroup-core-boot \ | ||
| 13 | packagegroup-core-full-cmdline \ | ||
| 14 | packagegroup-fsl-network \ | ||
| 15 | " | ||
| 16 | |||
| 17 | # SPI Nor-Flash | ||
| 18 | NETWORK_TOOLS:append:fsl-lsch3 = "\ | ||
| 19 | mtd-utils \ | ||
| 20 | " | ||
| 21 | |||
| 22 | inherit core-image | ||
