]> code.ossystems Code Review - openembedded-core.git/commit
scripts: rename yocto-compat-layer to remove "compatible" nomenclature
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 19 Sep 2017 03:57:07 +0000 (15:57 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 21 Sep 2017 10:34:08 +0000 (11:34 +0100)
commit2a6126a115f10750ea89f95629d3699ad41c5665
treef3b795a5b5a5a8228256bf22dcfd335fb3165d1f
parent52d0f351062da730055ffc6b953ff4e68ddb437f
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 <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/checklayer/__init__.py [moved from scripts/lib/compatlayer/__init__.py with 99% similarity]
scripts/lib/checklayer/case.py [moved from scripts/lib/compatlayer/case.py with 77% similarity]
scripts/lib/checklayer/cases/__init__.py [moved from scripts/lib/compatlayer/cases/__init__.py with 100% similarity]
scripts/lib/checklayer/cases/bsp.py [moved from scripts/lib/compatlayer/cases/bsp.py with 96% similarity]
scripts/lib/checklayer/cases/common.py [moved from scripts/lib/compatlayer/cases/common.py with 91% similarity]
scripts/lib/checklayer/cases/distro.py [moved from scripts/lib/compatlayer/cases/distro.py with 77% similarity]
scripts/lib/checklayer/context.py [moved from scripts/lib/compatlayer/context.py with 77% similarity]
scripts/yocto-check-layer [moved from scripts/yocto-compat-layer.py with 91% similarity]
scripts/yocto-check-layer-wrapper [moved from scripts/yocto-compat-layer-wrapper with 73% similarity]