diff mbox series

qemu.bbclass: move to classes/ directory so that INHERIT can use it

Message ID 20250403074552.971291-1-Qi.Chen@windriver.com
State New
Headers show
Series qemu.bbclass: move to classes/ directory so that INHERIT can use it | expand

Commit Message

ChenQi April 3, 2025, 7:45 a.m. UTC
From: Chen Qi <Qi.Chen@windriver.com>

The functions in this bbclass is useful. Move it to classes/ directory
so that it could both inherited by individual recipes and via INHERIT.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/{classes-recipe => classes}/qemu.bbclass | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta/{classes-recipe => classes}/qemu.bbclass (100%)

Comments

Alexander Kanavin April 3, 2025, 8:32 a.m. UTC | #1
On Thu, 3 Apr 2025 at 09:46, Chen Qi via lists.openembedded.org
<Qi.Chen=windriver.com@lists.openembedded.org> wrote:
> The functions in this bbclass is useful. Move it to classes/ directory
> so that it could both inherited by individual recipes and via INHERIT.

If the functions are useful, they should be moved into meta/lib/oe. It
would also be good to explain what is specifically useful and why.

Alex
diff mbox series

Patch

diff --git a/meta/classes-recipe/qemu.bbclass b/meta/classes/qemu.bbclass
similarity index 100%
rename from meta/classes-recipe/qemu.bbclass
rename to meta/classes/qemu.bbclass