rauc / meta-rauc

Yocto/Open Embedded meta layer for RAUC, the embedded Linux update framework
MIT License
161 stars 90 forks source link

classes: move classes to match bitbake's class scope functionality #266

Closed OnkelUlla closed 1 year ago

OnkelUlla commented 1 year ago

Starting with bitbake-2.2 which is part of yocto-4.1 (langdale) classes can explicitly be classified to be designed for global usage in the overall configuration space or recipe-wise usage by moving them into the directories classes-global or classes-recipe respectively (see Bitbake's commit [1] / Poky's commit [2]).

So let's move meta-rauc's existing classes to match Bitbake's class scope functionality.

[1] f33ce7e742f4 ("BBHandler/cooker: Implement recipe and global classes") [2] 7bd328f9d24b ("bitbake: BBHandler/cooker: Implement recipe and global classes")