]> code.ossystems Code Review - meta-freescale.git/commit
imx-gpu-viv: Fix rootfs conflict with libvulkan-dev
authorTom Hochstein <tom.hochstein@nxp.com>
Fri, 23 Oct 2020 18:17:49 +0000 (11:17 -0700)
committerOtavio Salvador <otavio@ossystems.com.br>
Fri, 13 Nov 2020 22:04:43 +0000 (19:04 -0300)
commitaa6064a5c2d1e897ddf7d4c895d2c4b1729080f1
tree1b694cba002201a82c82eb10c0382fff5883b061
parent8183e74d1e34974a6992396fc5e1cab5696a91e5
imx-gpu-viv: Fix rootfs conflict with libvulkan-dev

The rootfs stage is failing with the following error:

```
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libvulkan-imx-dev : Conflicts: libvulkan-dev
                     Recommends: libglslc-imx-dev but it is not installable
                     Recommends: libvsc-imx-dev but it is not installable
E: Unable to correct problems, you have held broken packages.
```

It seems this is a result of disabling debian renaming. This was
originally added in an NXP layer due to a conflict with a vulkan
recipe that is no longer being used. Restoring the overrides
for libvulkan-imx to the default state fixes the build break.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc