RobertCNelson / omap-image-builder

omap image builder
http://elinux.org/BeagleBoardUbuntu
MIT License
152 stars 201 forks source link

update to python3 version of hvcc compiler #205

Closed krvprashanth closed 1 year ago

krvprashanth commented 1 year ago

The exsisting hvcc in bela-bullseye chroot script has python2 dependencies of pip2, enum, jinja2 and in bullseye, python2 is gone. So, updated python3 version of hvcc and added dependency package tox in bela-bullseye conf and also removed enum package no more it required.