]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts: rename yocto-compat-layer to remove "compatible" nomenclature paule/yocto-compat-rename
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 11 Sep 2017 23:24:38 +0000 (11:24 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 19 Sep 2017 03:44:36 +0000 (15:44 +1200)
commit052822083c17d3dee526e9197c38b428bf40673d
tree8eb35877fb1167302f3e7257aaa11be707853dfb
parentcbc396dd10488990c98bb6fd94c7d10a736d57c1
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>
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]