how to add package in imx-image-desktop

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

how to add package in imx-image-desktop

265 Views
krunal_dhonde
Contributor I

We are compiling imx desktop image for imx8m plus board. We successfully compiled image for imx-linux-mickledore ( imx-6.1.36-2.1.0.xml). 

 

Now we want to add package called python3.11 which is available in poky layer. after adding python3 to IMAGE_INSTALL:append = "python3" we are getting below error.

 

Error: Transaction test error:
file /usr/lib/python3.11/__pycache__/colorsys.cpython-311.pyc conflicts between attempted installs of python3-image-3.11.2-r0.armv8a and ubuntu-base-22.04.2-r0.armv8a
file /usr/lib/python3.11/__pycache__/imghdr.cpython-311.pyc conflicts between attempted installs of python3-image-3.11.2-r0.armv8a and ubuntu-base-22.04.2-r0.armv8a

 

Any guidance how to solve this issue ?

0 Kudos
Reply
1 Reply

220 Views
Harvey021
NXP TechSupport
NXP TechSupport

From the error, conflicts between attempted installs of python3-image-3.11.2-r0.armv8a and ubuntu-base-22.04.2-r0.armv8a

there is already one in desktop image.

 

Regards

Harvey

0 Kudos
Reply