diff options
Diffstat (limited to 'recipes-fsl')
6 files changed, 10 insertions, 10 deletions
diff --git a/recipes-fsl/images/fsl-image-machine-test.bb b/recipes-fsl/images/fsl-image-machine-test.bb index 43af6f7e9..382210126 100644 --- a/recipes-fsl/images/fsl-image-machine-test.bb +++ b/recipes-fsl/images/fsl-image-machine-test.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "A console-only image that includes gstreamer packages, \ | |||
| 2 | Freescale's multimedia packages (VPU and GPU) when available, and \ | 2 | Freescale's multimedia packages (VPU and GPU) when available, and \ |
| 3 | test and benchmark applications." | 3 | test and benchmark applications." |
| 4 | 4 | ||
| 5 | IMAGE_FEATURES += " \ | 5 | IMAGE_FEATURES += "\ |
| 6 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ | 6 | ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', '', \ |
| 7 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11-base', \ | 7 | bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11-base', \ |
| 8 | '', d), d)} \ | 8 | '', d), d)} \ |
| @@ -15,7 +15,7 @@ LICENSE = "MIT" | |||
| 15 | 15 | ||
| 16 | inherit core-image | 16 | inherit core-image |
| 17 | 17 | ||
| 18 | CORE_IMAGE_EXTRA_INSTALL += " \ | 18 | CORE_IMAGE_EXTRA_INSTALL += "\ |
| 19 | packagegroup-fsl-gstreamer1.0 \ | 19 | packagegroup-fsl-gstreamer1.0 \ |
| 20 | packagegroup-fsl-gstreamer1.0-full \ | 20 | packagegroup-fsl-gstreamer1.0-full \ |
| 21 | packagegroup-fsl-tools-gpu \ | 21 | packagegroup-fsl-tools-gpu \ |
diff --git a/recipes-fsl/images/fsl-image-multimedia-full.bb b/recipes-fsl/images/fsl-image-multimedia-full.bb index 0384162bc..24fdeae9e 100644 --- a/recipes-fsl/images/fsl-image-multimedia-full.bb +++ b/recipes-fsl/images/fsl-image-multimedia-full.bb | |||
| @@ -3,6 +3,6 @@ | |||
| 3 | 3 | ||
| 4 | require fsl-image-multimedia.bb | 4 | require fsl-image-multimedia.bb |
| 5 | 5 | ||
| 6 | CORE_IMAGE_EXTRA_INSTALL += " \ | 6 | CORE_IMAGE_EXTRA_INSTALL += "\ |
| 7 | packagegroup-fsl-gstreamer1.0-full \ | 7 | packagegroup-fsl-gstreamer1.0-full \ |
| 8 | " | 8 | " |
diff --git a/recipes-fsl/images/fsl-image-multimedia.bb b/recipes-fsl/images/fsl-image-multimedia.bb index 3a3ce28b8..3a320f7b7 100644 --- a/recipes-fsl/images/fsl-image-multimedia.bb +++ b/recipes-fsl/images/fsl-image-multimedia.bb | |||
| @@ -12,7 +12,7 @@ LICENSE = "MIT" | |||
| 12 | 12 | ||
| 13 | inherit core-image | 13 | inherit core-image |
| 14 | 14 | ||
| 15 | CORE_IMAGE_EXTRA_INSTALL += " \ | 15 | CORE_IMAGE_EXTRA_INSTALL += "\ |
| 16 | packagegroup-fsl-tools-gpu \ | 16 | packagegroup-fsl-tools-gpu \ |
| 17 | packagegroup-fsl-gstreamer1.0 \ | 17 | packagegroup-fsl-gstreamer1.0 \ |
| 18 | packagegroup-imx-tools-audio \ | 18 | packagegroup-imx-tools-audio \ |
diff --git a/recipes-fsl/images/fsl-image-network-full-cmdline.bb b/recipes-fsl/images/fsl-image-network-full-cmdline.bb index 01f47c3e5..86f13a339 100644 --- a/recipes-fsl/images/fsl-image-network-full-cmdline.bb +++ b/recipes-fsl/images/fsl-image-network-full-cmdline.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "A console-only image that includes full cmdline and \ | 1 | DESCRIPTION = "A console-only image that includes full cmdline and \ |
| 2 | Freescale's networking packages (QorIQ DPAA/DPAA2) when available." | 2 | Freescale's networking packages (QorIQ DPAA/DPAA2) when available." |
| 3 | 3 | ||
| 4 | IMAGE_FEATURES += " \ | 4 | IMAGE_FEATURES += "\ |
| 5 | debug-tweaks \ | 5 | debug-tweaks \ |
| 6 | tools-profile \ | 6 | tools-profile \ |
| 7 | " | 7 | " |
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb index aef582a57..fe34a1942 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-gstreamer1.0.bb | |||
| @@ -6,7 +6,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 6 | 6 | ||
| 7 | inherit packagegroup | 7 | inherit packagegroup |
| 8 | 8 | ||
| 9 | PACKAGES += " \ | 9 | PACKAGES += "\ |
| 10 | ${PN}-base \ | 10 | ${PN}-base \ |
| 11 | ${PN}-audio \ | 11 | ${PN}-audio \ |
| 12 | ${PN}-video \ | 12 | ${PN}-video \ |
diff --git a/recipes-fsl/packagegroups/packagegroup-fsl-network.bb b/recipes-fsl/packagegroups/packagegroup-fsl-network.bb index 96e3097d5..218b9eca8 100644 --- a/recipes-fsl/packagegroups/packagegroup-fsl-network.bb +++ b/recipes-fsl/packagegroups/packagegroup-fsl-network.bb | |||
| @@ -21,24 +21,24 @@ NETWORK_TOOLS:append:qoriq = " \ | |||
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | # Data Place Acceleration Architecture | 23 | # Data Place Acceleration Architecture |
| 24 | NETWORK_TOOLS:append:fsl-lsch2 = "\ | 24 | NETWORK_TOOLS:append:fsl-lsch2 = " \ |
| 25 | eth-config \ | 25 | eth-config \ |
| 26 | " | 26 | " |
| 27 | 27 | ||
| 28 | # 2nd generation Data Place Acceleration Architecture | 28 | # 2nd generation Data Place Acceleration Architecture |
| 29 | NETWORK_TOOLS:append:ls1088a = "\ | 29 | NETWORK_TOOLS:append:ls1088a = " \ |
| 30 | aiopsl \ | 30 | aiopsl \ |
| 31 | gpp-aioptool \ | 31 | gpp-aioptool \ |
| 32 | ofp \ | 32 | ofp \ |
| 33 | " | 33 | " |
| 34 | 34 | ||
| 35 | NETWORK_TOOLS:append:ls2088a = "\ | 35 | NETWORK_TOOLS:append:ls2088a = " \ |
| 36 | aiopsl \ | 36 | aiopsl \ |
| 37 | gpp-aioptool \ | 37 | gpp-aioptool \ |
| 38 | ofp \ | 38 | ofp \ |
| 39 | " | 39 | " |
| 40 | 40 | ||
| 41 | NETWORK_TOOLS:append:fsl-lsch3 = "\ | 41 | NETWORK_TOOLS:append:fsl-lsch3 = " \ |
| 42 | dce \ | 42 | dce \ |
| 43 | restool \ | 43 | restool \ |
| 44 | spc \ | 44 | spc \ |
