summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-g2d
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 15:55:50 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2026-07-12 15:55:50 -0300
commit2d0bdc93bd8eb274c24d127405e54cecd0a744b6 (patch)
tree5b9de8c9449854f5749e4f2d37413155831516f5 /recipes-graphics/imx-g2d
parentc2b3b1594cc2d49f16c5713504327ef14768b2ea (diff)
downloadmeta-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.bb2
-rw-r--r--recipes-graphics/imx-g2d/imx-g2d-samples_git.bb12
-rw-r--r--recipes-graphics/imx-g2d/imx-gpu-g2d_6.4.11.p4.4.bb2
-rw-r--r--recipes-graphics/imx-g2d/imx-pxp-g2d_git.bb2
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"
7LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac" 7LIC_FILES_CHKSUM = "file://COPYING;md5=bc649096ad3928ec06a8713b8d787eac"
8 8
9DEPENDS = "libdrm ${LIBGAL_IMX}" 9DEPENDS = "libdrm ${LIBGAL_IMX}"
10LIBGAL_IMX = "" 10LIBGAL_IMX = ""
11LIBGAL_IMX:imxviv = "libgal-imx" 11LIBGAL_IMX:imxviv = "libgal-imx"
12 12
13PROVIDES += "virtual/libg2d" 13PROVIDES += "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"
16inherit pkgconfig 16inherit pkgconfig
17 17
18PACKAGECONFIG ??= "${PACKAGECONFIG_IMPLEMENTATION}" 18PACKAGECONFIG ??= "${PACKAGECONFIG_IMPLEMENTATION}"
19PACKAGECONFIG_IMPLEMENTATION = "" 19PACKAGECONFIG_IMPLEMENTATION = ""
20PACKAGECONFIG_IMPLEMENTATION:imxgpu2d:imxdpu = "dpu" 20PACKAGECONFIG_IMPLEMENTATION:imxgpu2d:imxdpu = "dpu"
21PACKAGECONFIG_IMPLEMENTATION:mx95-nxp-bsp = "dpu95" 21PACKAGECONFIG_IMPLEMENTATION:mx95-nxp-bsp = "dpu95"
22PACKAGECONFIG_IMPLEMENTATION:imxgpu2d = "gpu-drm" 22PACKAGECONFIG_IMPLEMENTATION:imxgpu2d = "gpu-drm"
23PACKAGECONFIG_IMPLEMENTATION:imxgpu2d:imxfbdev = "gpu-fbdev" 23PACKAGECONFIG_IMPLEMENTATION:imxgpu2d:imxfbdev = "gpu-fbdev"
24PACKAGECONFIG_IMPLEMENTATION:mx93-nxp-bsp = "pxp" 24PACKAGECONFIG_IMPLEMENTATION:mx93-nxp-bsp = "pxp"
25PACKAGECONFIG_IMPLEMENTATION:mx943-nxp-bsp = "pxp" 25PACKAGECONFIG_IMPLEMENTATION:mx943-nxp-bsp = "pxp"
26 26
27PACKAGECONFIG[dpu] = " \ 27PACKAGECONFIG[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
20inherit fsl-eula-unpack 20inherit fsl-eula-unpack
21 21
22SOC_INSTALL_DIR = "SOC_INSTALL_DIR_NOT_SET" 22SOC_INSTALL_DIR = "SOC_INSTALL_DIR_NOT_SET"
23SOC_INSTALL_DIR:mx8mm-nxp-bsp = "mx8mm" 23SOC_INSTALL_DIR:mx8mm-nxp-bsp = "mx8mm"
24 24
25do_install () { 25do_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"
19inherit use-imx-headers 19inherit use-imx-headers
20 20
21EXTRA_OEMAKE = "PLATFORM=${IMX_PLATFORM} INCLUDE='-I${STAGING_INCDIR_IMX}' DEST_DIR=${D}" 21EXTRA_OEMAKE = "PLATFORM=${IMX_PLATFORM} INCLUDE='-I${STAGING_INCDIR_IMX}' DEST_DIR=${D}"
22IMX_PLATFORM:mx93-nxp-bsp = "IMX93" 22IMX_PLATFORM:mx93-nxp-bsp = "IMX93"
23IMX_PLATFORM:mx943-nxp-bsp = "IMX943" 23IMX_PLATFORM:mx943-nxp-bsp = "IMX943"
24 24
25do_install() { 25do_install() {