From 2a6126a115f10750ea89f95629d3699ad41c5665 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 19 Sep 2017 15:57:07 +1200 Subject: scripts: rename yocto-compat-layer to remove "compatible" nomenclature "Yocto Project Compatible" [1] is a programme which requires you meet specific criteria including going through an application process - it is not sufficient simply to run the script we have created here and have it produce no warnings/errors. To avoid people being confused by the fact that this script uses the term "compatible" or variations thereof, substitute usage of that word with "check" instead. The functionality of the script is unchanged. [1] https://www.yoctoproject.org/ecosystem/yocto-project-branding-program Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton --- scripts/lib/compatlayer/context.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 scripts/lib/compatlayer/context.py (limited to 'scripts/lib/compatlayer/context.py') diff --git a/scripts/lib/compatlayer/context.py b/scripts/lib/compatlayer/context.py deleted file mode 100644 index 7811d4ac20..0000000000 --- a/scripts/lib/compatlayer/context.py +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright (C) 2017 Intel Corporation -# Released under the MIT license (see COPYING.MIT) - -import os -import sys -import glob -import re - -from oeqa.core.context import OETestContext - -class CompatLayerTestContext(OETestContext): - def __init__(self, td=None, logger=None, layer=None, test_software_layer_signatures=True): - super(CompatLayerTestContext, self).__init__(td, logger) - self.layer = layer - self.test_software_layer_signatures = test_software_layer_signatures -- cgit v1.2.3