From ec73e8a3d3149f3866b7bfc06f169c6e05e2d338 Mon Sep 17 00:00:00 2001 From: =?utf8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Wed, 9 Nov 2016 14:57:40 -0600 Subject: [PATCH] oeqa: Move common files to oeqa/files instead of runtime only MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Those files are used by runtime and sdk test cases, so move to base directory of oeqa module. [YOCTO #10599] Signed-off-by: Aníbal Limón Signed-off-by: Mariano Lopez --- meta/lib/oeqa/{runtime => }/files/test.c | 0 meta/lib/oeqa/{runtime => }/files/test.cpp | 0 meta/lib/oeqa/{runtime => }/files/test.pl | 0 meta/lib/oeqa/{runtime => }/files/test.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename meta/lib/oeqa/{runtime => }/files/test.c (100%) rename meta/lib/oeqa/{runtime => }/files/test.cpp (100%) rename meta/lib/oeqa/{runtime => }/files/test.pl (100%) rename meta/lib/oeqa/{runtime => }/files/test.py (100%) diff --git a/meta/lib/oeqa/runtime/files/test.c b/meta/lib/oeqa/files/test.c similarity index 100% rename from meta/lib/oeqa/runtime/files/test.c rename to meta/lib/oeqa/files/test.c diff --git a/meta/lib/oeqa/runtime/files/test.cpp b/meta/lib/oeqa/files/test.cpp similarity index 100% rename from meta/lib/oeqa/runtime/files/test.cpp rename to meta/lib/oeqa/files/test.cpp diff --git a/meta/lib/oeqa/runtime/files/test.pl b/meta/lib/oeqa/files/test.pl similarity index 100% rename from meta/lib/oeqa/runtime/files/test.pl rename to meta/lib/oeqa/files/test.pl diff --git a/meta/lib/oeqa/runtime/files/test.py b/meta/lib/oeqa/files/test.py similarity index 100% rename from meta/lib/oeqa/runtime/files/test.py rename to meta/lib/oeqa/files/test.py -- 2.40.1