Searched +full:extend +full:- +full:variant +full:- +full:schema (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: Apache-2.05 ## A pykwalify schema for basic validation of the structure of a10 schema;variant-schema:14 - type: map24 include: variant-schema26 schema;extend-variant-schema:30 - type: map39 schema;board-schema:43 required: false # Note: either name or extend is required, but that is handled in python50 extend:[all …]
4 # SPDX-License-Identifier: Apache-2.023 BOARD_SCHEMA_PATH = str(Path(__file__).parent / 'schemas' / 'board-schema.yml')53 class Variant: class58 def from_dict(variant): argument60 for v in variant.get('variants', []):61 variants.append(Variant.from_dict(v))62 return Variant(variant['name'], variants)85 [Variant.from_dict(v) for v in variants if c == v['cpucluster']]88 return Soc(soc.name, variants=[Variant.from_dict(v) for v in variants])134 node = Variant(None)[all …]
2 # SPDX-License-Identifier: GPL-2.07 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>8 # (c) 2010-2018 Joe Perches <joe@perches.com>67 my $git_command ='export LANGUAGE=en_US.UTF-8; git';78 -q, --quiet quiet79 --no-tree run without a kernel tree80 --no-signoff do not check for 'Signed-off-by' line81 --patch treat FILE as patchfile (default)82 --emacs emacs compile window format83 --terse one line per report[all …]
22 out-of-tree SoCs and boards to be ported to the new model. See the25 * The following build-time generated headers:27 .. list-table::28 :header-rows: 130 * - Affected header files31 * - ``app_version.h``32 * - ``autoconf.h``33 * - ``cmake_intdef.h``34 * - ``core-isa-dM.h``35 * - ``devicetree_generated.h``[all …]