From b6a535068dadbc6540c6f5cf49cb9fba777fe727 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 13 Mar 2022 09:39:44 +0000 Subject: [PATCH] bitbake: toaster: move gen_fixtures to the correct path Fix a bad patch merge and move the file to the correct path. (Bitbake rev: d173f45a88cc9460734e7cc0b87952c0ea0ff270) Signed-off-by: Richard Purdie --- bitbake/{bitbake => }/lib/toaster/orm/fixtures/gen_fixtures.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bitbake/{bitbake => }/lib/toaster/orm/fixtures/gen_fixtures.py (100%) diff --git a/bitbake/bitbake/lib/toaster/orm/fixtures/gen_fixtures.py b/bitbake/lib/toaster/orm/fixtures/gen_fixtures.py similarity index 100% rename from bitbake/bitbake/lib/toaster/orm/fixtures/gen_fixtures.py rename to bitbake/lib/toaster/orm/fixtures/gen_fixtures.py