diff options
| author | Hiago De Franco <hiago.franco@toradex.com> | 2025-04-22 17:50:44 -0300 |
|---|---|---|
| committer | Hiago De Franco <hiago.franco@toradex.com> | 2025-04-22 19:37:01 -0300 |
| commit | 10b651b0d1ded461f00f519b2effd0e8d11d3001 (patch) | |
| tree | c84c1f515002ca6d66de1bc9be48d03ddc906870 /recipes-multimedia | |
| parent | 60cdd1c6c7d8a7bfbad213f5da09f7f2d0f8585e (diff) | |
| download | meta-freescale-10b651b0d1ded461f00f519b2effd0e8d11d3001.tar.gz | |
recipes: fix whitespace warnings
Since OE bitbake commit 24772dd2ae6c ("parse/ConfHandler: Add warning for
deprecated whitespace usage"), the current build generates the following
warning (as example):
WARNING:
/var/home/frh/bsp-master/build/../layers/meta-freescale/recipes-kernel/linux/linux-imx.inc:36
has a lack of whitespace around the assignment:
'KCONFIG_MODE="--alldefconfig"'
Fix all the warnings.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
Diffstat (limited to 'recipes-multimedia')
| -rw-r--r-- | recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb index 16710ec32..81d9ac0b6 100644 --- a/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb +++ b/recipes-multimedia/gstreamer/imx-gst1.0-plugin_git.bb | |||
| @@ -49,8 +49,8 @@ PLATFORM:mx6sl-nxp-bsp = "MX6SL" | |||
| 49 | PLATFORM:mx6sx-nxp-bsp = "MX6SX" | 49 | PLATFORM:mx6sx-nxp-bsp = "MX6SX" |
| 50 | PLATFORM:mx6ul-nxp-bsp = "MX6UL" | 50 | PLATFORM:mx6ul-nxp-bsp = "MX6UL" |
| 51 | PLATFORM:mx6sll-nxp-bsp = "MX6SLL" | 51 | PLATFORM:mx6sll-nxp-bsp = "MX6SLL" |
| 52 | PLATFORM:mx7-nxp-bsp= "MX7D" | 52 | PLATFORM:mx7-nxp-bsp = "MX7D" |
| 53 | PLATFORM:mx7ulp-nxp-bsp= "MX7ULP" | 53 | PLATFORM:mx7ulp-nxp-bsp = "MX7ULP" |
| 54 | PLATFORM:mx8-nxp-bsp = "MX8" | 54 | PLATFORM:mx8-nxp-bsp = "MX8" |
| 55 | PLATFORM:mx9-nxp-bsp = "MX9" | 55 | PLATFORM:mx9-nxp-bsp = "MX9" |
| 56 | 56 | ||
