diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 15:55:50 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 15:55:50 -0300 |
| commit | 2d0bdc93bd8eb274c24d127405e54cecd0a744b6 (patch) | |
| tree | 5b9de8c9449854f5749e4f2d37413155831516f5 /recipes-graphics/imx-g2d | |
| parent | c2b3b1594cc2d49f16c5713504327ef14768b2ea (diff) | |
| download | meta-freescale-2d0bdc93bd8eb274c24d127405e54cecd0a744b6.tar.gz | |
global: Use single space around variable assignmentsoelint-cleanup-2-homepage-section
meta-freescale used columnar alignment (multiple spaces padding the
variable name out to a common column) for tables of assignments such as
the fsl-eula-unpack MD5 sums and PACKAGECONFIG[...] entries. The Yocto
Recipe Style Guide and oelint-adv (oelint.vars.spacesassignment) call for
a single space around the assignment operator.
Collapse the padding to a single space on every flagged assignment. The
change is purely whitespace around the operator: variable names, operators
and values (including whitespace inside quoted values) are untouched, as
confirmed by an empty 'git diff -w'.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-graphics/imx-g2d')
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb | 2 | ||||
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-g2d-samples_git.bb | 12 | ||||
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb | 2 | ||||
| -rw-r--r-- | recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | 2 |
4 files changed, 9 insertions, 9 deletions
diff --git a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb index 5d7d2a893..e5d902091 100644 --- a/recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb +++ b/recipes-graphics/imx-g2d/imx-dpu-g2d_2.5.0.2.bb | |||
| @@ -7,7 +7,7 @@ LICENSE = "Proprietary" | |||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" |
| 8 | 8 | ||
| 9 | DEPENDS = "libdrm ${LIBGAL_IMX}" | 9 | DEPENDS = "libdrm ${LIBGAL_IMX}" |
| 10 | LIBGAL_IMX = "" | 10 | LIBGAL_IMX = "" |
| 11 | LIBGAL_IMX:imxviv = "libgal-imx" | 11 | LIBGAL_IMX:imxviv = "libgal-imx" |
| 12 | 12 | ||
| 13 | PROVIDES += "virtual/libg2d" | 13 | PROVIDES += "virtual/libg2d" |
diff --git a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb index d5f3de343..35d0b0e68 100644 --- a/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb +++ b/recipes-graphics/imx-g2d/imx-g2d-samples_git.bb | |||
| @@ -16,13 +16,13 @@ SRCREV = "22ca65feb57702832fbaca7f7c9c8d691466e649" | |||
| 16 | inherit pkgconfig | 16 | inherit pkgconfig |
| 17 | 17 | ||
| 18 | PACKAGECONFIG ??= "${PACKAGECONFIG_IMPLEMENTATION}" | 18 | PACKAGECONFIG ??= "${PACKAGECONFIG_IMPLEMENTATION}" |
| 19 | PACKAGECONFIG_IMPLEMENTATION = "" | 19 | PACKAGECONFIG_IMPLEMENTATION = "" |
| 20 | PACKAGECONFIG_IMPLEMENTATION:imxgpu2d:imxdpu = "dpu" | 20 | PACKAGECONFIG_IMPLEMENTATION:imxgpu2d:imxdpu = "dpu" |
| 21 | PACKAGECONFIG_IMPLEMENTATION:mx95-nxp-bsp = "dpu95" | 21 | PACKAGECONFIG_IMPLEMENTATION:mx95-nxp-bsp = "dpu95" |
| 22 | PACKAGECONFIG_IMPLEMENTATION:imxgpu2d = "gpu-drm" | 22 | PACKAGECONFIG_IMPLEMENTATION:imxgpu2d = "gpu-drm" |
| 23 | PACKAGECONFIG_IMPLEMENTATION:imxgpu2d:imxfbdev = "gpu-fbdev" | 23 | PACKAGECONFIG_IMPLEMENTATION:imxgpu2d:imxfbdev = "gpu-fbdev" |
| 24 | PACKAGECONFIG_IMPLEMENTATION:mx93-nxp-bsp = "pxp" | 24 | PACKAGECONFIG_IMPLEMENTATION:mx93-nxp-bsp = "pxp" |
| 25 | PACKAGECONFIG_IMPLEMENTATION:mx943-nxp-bsp = "pxp" | 25 | PACKAGECONFIG_IMPLEMENTATION:mx943-nxp-bsp = "pxp" |
| 26 | 26 | ||
| 27 | PACKAGECONFIG[dpu] = " \ | 27 | PACKAGECONFIG[dpu] = " \ |
| 28 | BUILD_IMPLEMENTATION=dpu, \ | 28 | BUILD_IMPLEMENTATION=dpu, \ |
diff --git a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb index 1a359676f..c1f8ddb02 100644 --- a/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb +++ b/recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb | |||
| @@ -19,7 +19,7 @@ S = "${UNPACKDIR}/${IMX_BIN_NAME}" | |||
| 19 | 19 | ||
| 20 | inherit fsl-eula-unpack | 20 | inherit fsl-eula-unpack |
| 21 | 21 | ||
| 22 | SOC_INSTALL_DIR = "SOC_INSTALL_DIR_NOT_SET" | 22 | SOC_INSTALL_DIR = "SOC_INSTALL_DIR_NOT_SET" |
| 23 | SOC_INSTALL_DIR:mx8mm-nxp-bsp = "mx8mm" | 23 | SOC_INSTALL_DIR:mx8mm-nxp-bsp = "mx8mm" |
| 24 | 24 | ||
| 25 | do_install () { | 25 | do_install () { |
diff --git a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb index b228d3109..404ca09e5 100644 --- a/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb +++ b/recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb | |||
| @@ -19,7 +19,7 @@ SRCREV = "7dd4ca631b894a29389dadda5bd112cfa576b2d9" | |||
| 19 | inherit use-imx-headers | 19 | inherit use-imx-headers |
| 20 | 20 | ||
| 21 | EXTRA_OEMAKE = "PLATFORM=${IMX_PLATFORM} INCLUDE='-I${STAGING_INCDIR_IMX}' DEST_DIR=${D}" | 21 | EXTRA_OEMAKE = "PLATFORM=${IMX_PLATFORM} INCLUDE='-I${STAGING_INCDIR_IMX}' DEST_DIR=${D}" |
| 22 | IMX_PLATFORM:mx93-nxp-bsp = "IMX93" | 22 | IMX_PLATFORM:mx93-nxp-bsp = "IMX93" |
| 23 | IMX_PLATFORM:mx943-nxp-bsp = "IMX943" | 23 | IMX_PLATFORM:mx943-nxp-bsp = "IMX943" |
| 24 | 24 | ||
| 25 | do_install() { | 25 | do_install() { |
