summaryrefslogtreecommitdiffstats
path: root/recipes-fsl/images/fsl-image-network-full-cmdline.bb
blob: 6b9fa705ec711ebf4e2a7ba0f0d8752146bdd910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "A console-only image that includes full cmdline and \
               Freescale's networking packages (QorIQ DPAA/DPAA2) when available."

IMAGE_FEATURES += "\
    debug-tweaks \
    tools-profile \
"

LICENSE = "MIT"

CORE_IMAGE_EXTRA_INSTALL:append = "\
    packagegroup-core-boot \
    packagegroup-core-full-cmdline \
    packagegroup-fsl-network \
"

# SPI Nor-Flash
NETWORK_TOOLS:append:fsl-lsch3 = "\
    mtd-utils \
"

inherit core-image