diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-04-01 09:21:20 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-01 09:21:20 -0300 |
| commit | 36589d57ee3fa9d3aac891f42c16d45622b00750 (patch) | |
| tree | e48267fc91c3f0be063de5e6838e8b3a264c3d9e /recipes-graphics | |
| parent | 65398605b9f412ac851c945f4cbe36a81b899a8f (diff) | |
| parent | eb5a7835a726073ed0cf0055aabb9c3fdeb6d947 (diff) | |
| download | meta-freescale-36589d57ee3fa9d3aac891f42c16d45622b00750.tar.gz | |
Merge pull request #1028 from thochstein/master
Fix mx8dx machine override hierarchy
Diffstat (limited to 'recipes-graphics')
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 3 | ||||
| -rw-r--r-- | recipes-graphics/wayland/weston-init.bbappend | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index 3dd2f55c0..7816ec407 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
| @@ -147,9 +147,10 @@ HAS_GBM:mx8-nxp-bsp = "true" | |||
| 147 | 147 | ||
| 148 | IMX_SOC = "IMX_SOC_NOT_SET" | 148 | IMX_SOC = "IMX_SOC_NOT_SET" |
| 149 | IMX_SOC:mx8qm-nxp-bsp = "mx8qm" | 149 | IMX_SOC:mx8qm-nxp-bsp = "mx8qm" |
| 150 | IMX_SOC:mx8qxp-nxp-bsp = "mx8qxp" | ||
| 151 | IMX_SOC:mx8dx-nxp-bsp = "mx8qxp" | ||
| 150 | IMX_SOC:mx8mp-nxp-bsp = "mx8mp" | 152 | IMX_SOC:mx8mp-nxp-bsp = "mx8mp" |
| 151 | IMX_SOC:mx8mq-nxp-bsp = "mx8mq" | 153 | IMX_SOC:mx8mq-nxp-bsp = "mx8mq" |
| 152 | IMX_SOC:mx8qxp-nxp-bsp = "mx8qxp" | ||
| 153 | IMX_SOC:mx8mn-nxp-bsp = "mx8mn" | 154 | IMX_SOC:mx8mn-nxp-bsp = "mx8mn" |
| 154 | IMX_SOC:mx8ulp-nxp-bsp = "mx8ulp" | 155 | IMX_SOC:mx8ulp-nxp-bsp = "mx8ulp" |
| 155 | 156 | ||
diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index 7aceb6b17..4ba6cba7f 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend | |||
| @@ -27,9 +27,10 @@ INI_UNCOMMENT_ASSIGNMENTS:append:mx8mq-nxp-bsp = " \ | |||
| 27 | # FIXME: The 8QM and 8QXP SoCs have better performance without G2D so don't enable it | 27 | # FIXME: The 8QM and 8QXP SoCs have better performance without G2D so don't enable it |
| 28 | # Ideally, this should be seamless and Vivante ought to handle it internally and take the fastest | 28 | # Ideally, this should be seamless and Vivante ought to handle it internally and take the fastest |
| 29 | # rendering code. | 29 | # rendering code. |
| 30 | INI_UNCOMMENT_USE_G2D:imxgpu2d ?= "use-g2d=1" | 30 | INI_UNCOMMENT_USE_G2D:imxgpu2d ?= "use-g2d=1" |
| 31 | INI_UNCOMMENT_USE_G2D:mx8qm-nxp-bsp = "" | 31 | INI_UNCOMMENT_USE_G2D:mx8qm-nxp-bsp = "" |
| 32 | INI_UNCOMMENT_USE_G2D:mx8qxp-nxp-bsp = "" | 32 | INI_UNCOMMENT_USE_G2D:mx8qxp-nxp-bsp = "" |
| 33 | INI_UNCOMMENT_USE_G2D:mx8dx-nxp-bsp = "" | ||
| 33 | INI_UNCOMMENT_ASSIGNMENTS:append:imxgpu2d = " \ | 34 | INI_UNCOMMENT_ASSIGNMENTS:append:imxgpu2d = " \ |
| 34 | ${INI_UNCOMMENT_USE_G2D} \ | 35 | ${INI_UNCOMMENT_USE_G2D} \ |
| 35 | " | 36 | " |
