linux-automation / meta-lxatac

Build your own LXA TAC images and bundles
MIT License
5 stars 15 forks source link

meta-lxatac-software: uhubctl: backport from meta-oe master #7

Closed hnez closed 1 year ago

hnez commented 1 year ago

meta-oe master now has version 2.5.0, which we want. No need to use a _git.bb version anymore. Copy the recipe from there instead.

Also move the recipe to a recipes-backports folder so we know we should re-check if it is still needed when upgrading yocto for the next time.

I don't know about the best practices when it comes to recipe-* folders, especially for backported recipes and if this goes against them. Usually we name them just like the the folder the recipe came from, but this makes it hard to differentiate between backports (which should be re-evaluated with every yocto upgrade) and recipes created by us.

hnez commented 1 year ago

Makes sense! Have updated the commit message and force-pushed the change. (Also rebased on top of the newest meta-lxatac langdale branch for linear history).