diff options
188 files changed, 739 insertions, 6 deletions
diff --git a/meta/classes/allarch.bbclass b/meta/classes/allarch.bbclass index a766a654a9..630cd070f6 100644 --- a/meta/classes/allarch.bbclass +++ b/meta/classes/allarch.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # This class is used for architecture independent recipes/data files (usually scripts) | 6 | # This class is used for architecture independent recipes/data files (usually scripts) |
3 | # | 7 | # |
4 | 8 | ||
diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index 5da369d422..c1f403fb69 100644 --- a/meta/classes/archiver.bbclass +++ b/meta/classes/archiver.bbclass | |||
@@ -1,5 +1,7 @@ | |||
1 | # ex:ts=4:sw=4:sts=4:et | 1 | # |
2 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | 2 | # Copyright OpenEmbedded Contributors |
3 | # | ||
4 | |||
3 | # | 5 | # |
4 | # This bbclass is used for creating archive for: | 6 | # This bbclass is used for creating archive for: |
5 | # 1) original (or unpacked) source: ARCHIVER_MODE[src] = "original" | 7 | # 1) original (or unpacked) source: ARCHIVER_MODE[src] = "original" |
diff --git a/meta/classes/autotools-brokensep.bbclass b/meta/classes/autotools-brokensep.bbclass index 71cf97a391..ac9a8d07c9 100644 --- a/meta/classes/autotools-brokensep.bbclass +++ b/meta/classes/autotools-brokensep.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Autotools class for recipes where separate build dir doesn't work | 5 | # Autotools class for recipes where separate build dir doesn't work |
2 | # Ideally we should fix software so it does work. Standard autotools supports | 6 | # Ideally we should fix software so it does work. Standard autotools supports |
3 | # this. | 7 | # this. |
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 4ab2460990..c77ba71a3a 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | def get_autotools_dep(d): | 5 | def get_autotools_dep(d): |
2 | if d.getVar('INHIBIT_AUTOTOOLS_DEPS'): | 6 | if d.getVar('INHIBIT_AUTOTOOLS_DEPS'): |
3 | return '' | 7 | return '' |
diff --git a/meta/classes/baremetal-image.bbclass b/meta/classes/baremetal-image.bbclass index cb9e250350..10ca390c48 100644 --- a/meta/classes/baremetal-image.bbclass +++ b/meta/classes/baremetal-image.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Baremetal image class | 5 | # Baremetal image class |
2 | # | 6 | # |
3 | # This class is meant to be inherited by recipes for baremetal/RTOS applications | 7 | # This class is meant to be inherited by recipes for baremetal/RTOS applications |
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index 571b6754f2..1aa0978f65 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | BB_DEFAULT_TASK ?= "build" | 5 | BB_DEFAULT_TASK ?= "build" |
2 | CLASSOVERRIDE ?= "class-target" | 6 | CLASSOVERRIDE ?= "class-target" |
3 | 7 | ||
diff --git a/meta/classes/bash-completion.bbclass b/meta/classes/bash-completion.bbclass index 803b2cae4d..cefd7dd18d 100644 --- a/meta/classes/bash-completion.bbclass +++ b/meta/classes/bash-completion.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | DEPENDS:append:class-target = " bash-completion" | 5 | DEPENDS:append:class-target = " bash-completion" |
2 | 6 | ||
3 | PACKAGES += "${PN}-bash-completion" | 7 | PACKAGES += "${PN}-bash-completion" |
diff --git a/meta/classes/bin_package.bbclass b/meta/classes/bin_package.bbclass index f0407e1329..9d1b6101d1 100644 --- a/meta/classes/bin_package.bbclass +++ b/meta/classes/bin_package.bbclass | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # ex:ts=4:sw=4:sts=4:et | 2 | # Copyright OpenEmbedded Contributors |
3 | # -*- tab-width: 4; c-basic-offset: 4; indent-tabs-mode: nil -*- | ||
4 | # | 3 | # |
4 | |||
5 | # Common variable and task for the binary package recipe. | 5 | # Common variable and task for the binary package recipe. |
6 | # Basic principle: | 6 | # Basic principle: |
7 | # * The files have been unpacked to ${S} by base.bbclass | 7 | # * The files have been unpacked to ${S} by base.bbclass |
diff --git a/meta/classes/binconfig-disabled.bbclass b/meta/classes/binconfig-disabled.bbclass index e8ac41b2d4..c8f76b790b 100644 --- a/meta/classes/binconfig-disabled.bbclass +++ b/meta/classes/binconfig-disabled.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # Class to disable binconfig files instead of installing them | 6 | # Class to disable binconfig files instead of installing them |
3 | # | 7 | # |
4 | 8 | ||
diff --git a/meta/classes/binconfig.bbclass b/meta/classes/binconfig.bbclass index 6e0c88269a..f50ed36d50 100644 --- a/meta/classes/binconfig.bbclass +++ b/meta/classes/binconfig.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | FILES:${PN}-dev += "${bindir}/*-config" | 5 | FILES:${PN}-dev += "${bindir}/*-config" |
2 | 6 | ||
3 | # The namespaces can clash here hence the two step replace | 7 | # The namespaces can clash here hence the two step replace |
diff --git a/meta/classes/buildstats-summary.bbclass b/meta/classes/buildstats-summary.bbclass index f9b241b6c5..716189fd30 100644 --- a/meta/classes/buildstats-summary.bbclass +++ b/meta/classes/buildstats-summary.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Summarize sstate usage at the end of the build | 5 | # Summarize sstate usage at the end of the build |
2 | python buildstats_summary () { | 6 | python buildstats_summary () { |
3 | import collections | 7 | import collections |
diff --git a/meta/classes/buildstats.bbclass b/meta/classes/buildstats.bbclass index 132ecaa98b..0e4e340ad1 100644 --- a/meta/classes/buildstats.bbclass +++ b/meta/classes/buildstats.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | BUILDSTATS_BASE = "${TMPDIR}/buildstats/" | 5 | BUILDSTATS_BASE = "${TMPDIR}/buildstats/" |
2 | 6 | ||
3 | ################################################################################ | 7 | ################################################################################ |
diff --git a/meta/classes/cargo.bbclass b/meta/classes/cargo.bbclass index 4bfcfe5fc6..d36c3d5071 100644 --- a/meta/classes/cargo.bbclass +++ b/meta/classes/cargo.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | ## | 5 | ## |
2 | ## Purpose: | 6 | ## Purpose: |
3 | ## This class is used by any recipes that are built using | 7 | ## This class is used by any recipes that are built using |
diff --git a/meta/classes/cargo_common.bbclass b/meta/classes/cargo_common.bbclass index 4a419cdd0a..51b1ebb77f 100644 --- a/meta/classes/cargo_common.bbclass +++ b/meta/classes/cargo_common.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | ## | 5 | ## |
2 | ## Purpose: | 6 | ## Purpose: |
3 | ## This class is to support building with cargo. It | 7 | ## This class is to support building with cargo. It |
diff --git a/meta/classes/ccache.bbclass b/meta/classes/ccache.bbclass index 4532894c57..dee6248017 100644 --- a/meta/classes/ccache.bbclass +++ b/meta/classes/ccache.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # Usage: | 6 | # Usage: |
3 | # - Enable ccache | 7 | # - Enable ccache |
4 | # Add the following line to a conffile such as conf/local.conf: | 8 | # Add the following line to a conffile such as conf/local.conf: |
diff --git a/meta/classes/ccmake.bbclass b/meta/classes/ccmake.bbclass index df5134a108..75f68cc8e3 100644 --- a/meta/classes/ccmake.bbclass +++ b/meta/classes/ccmake.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit terminal | 5 | inherit terminal |
2 | 6 | ||
3 | python do_ccmake() { | 7 | python do_ccmake() { |
diff --git a/meta/classes/chrpath.bbclass b/meta/classes/chrpath.bbclass index 26b984c4db..930c53e76f 100644 --- a/meta/classes/chrpath.bbclass +++ b/meta/classes/chrpath.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | CHRPATH_BIN ?= "chrpath" | 5 | CHRPATH_BIN ?= "chrpath" |
2 | PREPROCESS_RELOCATE_DIRS ?= "" | 6 | PREPROCESS_RELOCATE_DIRS ?= "" |
3 | 7 | ||
diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index d9bcddbdbb..cd7031b82d 100644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Path to the CMake file to process. | 5 | # Path to the CMake file to process. |
2 | OECMAKE_SOURCEPATH ??= "${S}" | 6 | OECMAKE_SOURCEPATH ??= "${S}" |
3 | 7 | ||
diff --git a/meta/classes/cml1.bbclass b/meta/classes/cml1.bbclass index d319d66ab2..8c21dff4d2 100644 --- a/meta/classes/cml1.bbclass +++ b/meta/classes/cml1.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # returns all the elements from the src uri that are .cfg files | 5 | # returns all the elements from the src uri that are .cfg files |
2 | def find_cfgs(d): | 6 | def find_cfgs(d): |
3 | sources=src_patches(d, True) | 7 | sources=src_patches(d, True) |
diff --git a/meta/classes/compress_doc.bbclass b/meta/classes/compress_doc.bbclass index 379b6c169e..2298b6ed0c 100644 --- a/meta/classes/compress_doc.bbclass +++ b/meta/classes/compress_doc.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Compress man pages in ${mandir} and info pages in ${infodir} | 5 | # Compress man pages in ${mandir} and info pages in ${infodir} |
2 | # | 6 | # |
3 | # 1. The doc will be compressed to gz format by default. | 7 | # 1. The doc will be compressed to gz format by default. |
diff --git a/meta/classes/copyleft_compliance.bbclass b/meta/classes/copyleft_compliance.bbclass index eabf12ce7a..5bf16a9106 100644 --- a/meta/classes/copyleft_compliance.bbclass +++ b/meta/classes/copyleft_compliance.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Deploy sources for recipes for compliance with copyleft-style licenses | 5 | # Deploy sources for recipes for compliance with copyleft-style licenses |
2 | # Defaults to using symlinks, as it's a quick operation, and one can easily | 6 | # Defaults to using symlinks, as it's a quick operation, and one can easily |
3 | # follow the links when making use of the files (e.g. tar with the -h arg). | 7 | # follow the links when making use of the files (e.g. tar with the -h arg). |
diff --git a/meta/classes/copyleft_filter.bbclass b/meta/classes/copyleft_filter.bbclass index c36bce431a..0e93a3df42 100644 --- a/meta/classes/copyleft_filter.bbclass +++ b/meta/classes/copyleft_filter.bbclass | |||
@@ -1,10 +1,12 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Filter the license, the copyleft_should_include returns True for the | 5 | # Filter the license, the copyleft_should_include returns True for the |
2 | # COPYLEFT_LICENSE_INCLUDE recipe, and False for the | 6 | # COPYLEFT_LICENSE_INCLUDE recipe, and False for the |
3 | # COPYLEFT_LICENSE_EXCLUDE. | 7 | # COPYLEFT_LICENSE_EXCLUDE. |
4 | # | 8 | # |
5 | # By default, includes all GPL and LGPL, and excludes CLOSED and Proprietary. | 9 | # By default, includes all GPL and LGPL, and excludes CLOSED and Proprietary. |
6 | # | ||
7 | # vi:sts=4:sw=4:et | ||
8 | 10 | ||
9 | COPYLEFT_LICENSE_INCLUDE ?= 'GPL* LGPL* AGPL*' | 11 | COPYLEFT_LICENSE_INCLUDE ?= 'GPL* LGPL* AGPL*' |
10 | COPYLEFT_LICENSE_INCLUDE[type] = 'list' | 12 | COPYLEFT_LICENSE_INCLUDE[type] = 'list' |
diff --git a/meta/classes/cpan-base.bbclass b/meta/classes/cpan-base.bbclass index 93d11e1bee..2c53eed3c4 100644 --- a/meta/classes/cpan-base.bbclass +++ b/meta/classes/cpan-base.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # cpan-base providers various perl related information needed for building | 6 | # cpan-base providers various perl related information needed for building |
3 | # cpan modules | 7 | # cpan modules |
4 | # | 8 | # |
diff --git a/meta/classes/cpan.bbclass b/meta/classes/cpan.bbclass index 18f1b9d575..7ab33423c9 100644 --- a/meta/classes/cpan.bbclass +++ b/meta/classes/cpan.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # This is for perl modules that use the old Makefile.PL build system | 6 | # This is for perl modules that use the old Makefile.PL build system |
3 | # | 7 | # |
4 | inherit cpan-base perlnative | 8 | inherit cpan-base perlnative |
diff --git a/meta/classes/cpan_build.bbclass b/meta/classes/cpan_build.bbclass index f3fb4666ef..0ad7d0b3c9 100644 --- a/meta/classes/cpan_build.bbclass +++ b/meta/classes/cpan_build.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # This is for perl modules that use the new Build.PL build system | 6 | # This is for perl modules that use the new Build.PL build system |
3 | # | 7 | # |
4 | inherit cpan-base perlnative | 8 | inherit cpan-base perlnative |
diff --git a/meta/classes/create-spdx.bbclass b/meta/classes/create-spdx.bbclass index 10deba638f..383ca10bab 100644 --- a/meta/classes/create-spdx.bbclass +++ b/meta/classes/create-spdx.bbclass | |||
@@ -1,4 +1,6 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
2 | # SPDX-License-Identifier: GPL-2.0-only | 4 | # SPDX-License-Identifier: GPL-2.0-only |
3 | # | 5 | # |
4 | 6 | ||
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index a0e9d23836..23c864f684 100644 --- a/meta/classes/cross-canadian.bbclass +++ b/meta/classes/cross-canadian.bbclass | |||
@@ -1,4 +1,6 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
2 | # NOTE - When using this class the user is responsible for ensuring that | 4 | # NOTE - When using this class the user is responsible for ensuring that |
3 | # TRANSLATED_TARGET_ARCH is added into PN. This ensures that if the TARGET_ARCH | 5 | # TRANSLATED_TARGET_ARCH is added into PN. This ensures that if the TARGET_ARCH |
4 | # is changed, another nativesdk xxx-canadian-cross can be installed | 6 | # is changed, another nativesdk xxx-canadian-cross can be installed |
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index 9d951076a7..5ed21302ce 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit relocatable | 5 | inherit relocatable |
2 | 6 | ||
3 | # Cross packages are built indirectly via dependency, | 7 | # Cross packages are built indirectly via dependency, |
diff --git a/meta/classes/crosssdk.bbclass b/meta/classes/crosssdk.bbclass index 04aecb694e..3c5a1a3717 100644 --- a/meta/classes/crosssdk.bbclass +++ b/meta/classes/crosssdk.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit cross | 5 | inherit cross |
2 | 6 | ||
3 | CLASSOVERRIDE = "class-crosssdk" | 7 | CLASSOVERRIDE = "class-crosssdk" |
diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index da7f93371c..53790e89d1 100644 --- a/meta/classes/cve-check.bbclass +++ b/meta/classes/cve-check.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This class is used to check recipes against public CVEs. | 5 | # This class is used to check recipes against public CVEs. |
2 | # | 6 | # |
3 | # In order to use this class just inherit the class in the | 7 | # In order to use this class just inherit the class in the |
diff --git a/meta/classes/debian.bbclass b/meta/classes/debian.bbclass index 8367be9f37..2fd1b987dc 100644 --- a/meta/classes/debian.bbclass +++ b/meta/classes/debian.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Debian package renaming only occurs when a package is built | 5 | # Debian package renaming only occurs when a package is built |
2 | # We therefore have to make sure we build all runtime packages | 6 | # We therefore have to make sure we build all runtime packages |
3 | # before building the current package to make the packages runtime | 7 | # before building the current package to make the packages runtime |
diff --git a/meta/classes/deploy.bbclass b/meta/classes/deploy.bbclass index 7fbffe996b..7c28e6934c 100644 --- a/meta/classes/deploy.bbclass +++ b/meta/classes/deploy.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | DEPLOYDIR = "${WORKDIR}/deploy-${PN}" | 5 | DEPLOYDIR = "${WORKDIR}/deploy-${PN}" |
2 | SSTATETASKS += "do_deploy" | 6 | SSTATETASKS += "do_deploy" |
3 | do_deploy[sstate-inputdirs] = "${DEPLOYDIR}" | 7 | do_deploy[sstate-inputdirs] = "${DEPLOYDIR}" |
diff --git a/meta/classes/devicetree.bbclass b/meta/classes/devicetree.bbclass index 2a62ae7bc8..954582bcd3 100644 --- a/meta/classes/devicetree.bbclass +++ b/meta/classes/devicetree.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This bbclass implements device tree compliation for user provided device tree | 5 | # This bbclass implements device tree compliation for user provided device tree |
2 | # sources. The compilation of the device tree sources is the same as the kernel | 6 | # sources. The compilation of the device tree sources is the same as the kernel |
3 | # device tree compilation process, this includes being able to include sources | 7 | # device tree compilation process, this includes being able to include sources |
diff --git a/meta/classes/devshell.bbclass b/meta/classes/devshell.bbclass index 247d04478c..4545d988c1 100644 --- a/meta/classes/devshell.bbclass +++ b/meta/classes/devshell.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit terminal | 5 | inherit terminal |
2 | 6 | ||
3 | DEVSHELL = "${SHELL}" | 7 | DEVSHELL = "${SHELL}" |
diff --git a/meta/classes/devtool-source.bbclass b/meta/classes/devtool-source.bbclass index 41900e651f..7a4568a0e4 100644 --- a/meta/classes/devtool-source.bbclass +++ b/meta/classes/devtool-source.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Development tool - source extraction helper class | 5 | # Development tool - source extraction helper class |
2 | # | 6 | # |
3 | # NOTE: this class is intended for use by devtool and should not be | 7 | # NOTE: this class is intended for use by devtool and should not be |
diff --git a/meta/classes/devupstream.bbclass b/meta/classes/devupstream.bbclass index ba6dc4136c..ad1061b4d1 100644 --- a/meta/classes/devupstream.bbclass +++ b/meta/classes/devupstream.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Class for use in BBCLASSEXTEND to make it easier to have a single recipe that | 5 | # Class for use in BBCLASSEXTEND to make it easier to have a single recipe that |
2 | # can build both stable tarballs and snapshots from upstream source | 6 | # can build both stable tarballs and snapshots from upstream source |
3 | # repositories. | 7 | # repositories. |
diff --git a/meta/classes/distro_features_check.bbclass b/meta/classes/distro_features_check.bbclass index 8124a8ca27..db26c60fab 100644 --- a/meta/classes/distro_features_check.bbclass +++ b/meta/classes/distro_features_check.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Temporarily provide fallback to the old name of the class | 5 | # Temporarily provide fallback to the old name of the class |
2 | 6 | ||
3 | python __anonymous() { | 7 | python __anonymous() { |
diff --git a/meta/classes/distrooverrides.bbclass b/meta/classes/distrooverrides.bbclass index bf3a2b2090..d5f3a06af4 100644 --- a/meta/classes/distrooverrides.bbclass +++ b/meta/classes/distrooverrides.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Turns certain DISTRO_FEATURES into overrides with the same | 5 | # Turns certain DISTRO_FEATURES into overrides with the same |
2 | # name plus a df- prefix. Ensures that these special | 6 | # name plus a df- prefix. Ensures that these special |
3 | # distro features remain set also for native and nativesdk | 7 | # distro features remain set also for native and nativesdk |
diff --git a/meta/classes/dos2unix.bbclass b/meta/classes/dos2unix.bbclass index 3fc17e2196..b02db9b23a 100644 --- a/meta/classes/dos2unix.bbclass +++ b/meta/classes/dos2unix.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Class for use to convert all CRLF line terminators to LF | 5 | # Class for use to convert all CRLF line terminators to LF |
2 | # provided that some projects are being developed/maintained | 6 | # provided that some projects are being developed/maintained |
3 | # on Windows so they have different line terminators(CRLF) vs | 7 | # on Windows so they have different line terminators(CRLF) vs |
diff --git a/meta/classes/extrausers.bbclass b/meta/classes/extrausers.bbclass index a8ef660b30..e4059872d8 100644 --- a/meta/classes/extrausers.bbclass +++ b/meta/classes/extrausers.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This bbclass is used for image level user/group configuration. | 5 | # This bbclass is used for image level user/group configuration. |
2 | # Inherit this class if you want to make EXTRA_USERS_PARAMS effective. | 6 | # Inherit this class if you want to make EXTRA_USERS_PARAMS effective. |
3 | 7 | ||
diff --git a/meta/classes/fontcache.bbclass b/meta/classes/fontcache.bbclass index 442bfc7392..2ca51c5337 100644 --- a/meta/classes/fontcache.bbclass +++ b/meta/classes/fontcache.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # This class will generate the proper postinst/postrm scriptlets for font | 6 | # This class will generate the proper postinst/postrm scriptlets for font |
3 | # packages. | 7 | # packages. |
4 | # | 8 | # |
diff --git a/meta/classes/fs-uuid.bbclass b/meta/classes/fs-uuid.bbclass index 9b53dfba7a..93a3e420d5 100644 --- a/meta/classes/fs-uuid.bbclass +++ b/meta/classes/fs-uuid.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Extract UUID from ${ROOTFS}, which must have been built | 5 | # Extract UUID from ${ROOTFS}, which must have been built |
2 | # by the time that this function gets called. Only works | 6 | # by the time that this function gets called. Only works |
3 | # on ext file systems and depends on tune2fs. | 7 | # on ext file systems and depends on tune2fs. |
diff --git a/meta/classes/gconf.bbclass b/meta/classes/gconf.bbclass index 9d3668edd3..d4d94583ab 100644 --- a/meta/classes/gconf.bbclass +++ b/meta/classes/gconf.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | DEPENDS += "gconf" | 5 | DEPENDS += "gconf" |
2 | PACKAGE_WRITE_DEPS += "gconf-native" | 6 | PACKAGE_WRITE_DEPS += "gconf-native" |
3 | 7 | ||
diff --git a/meta/classes/gettext.bbclass b/meta/classes/gettext.bbclass index f11cb04456..4aecbb4413 100644 --- a/meta/classes/gettext.bbclass +++ b/meta/classes/gettext.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | def gettext_dependencies(d): | 5 | def gettext_dependencies(d): |
2 | if d.getVar('INHIBIT_DEFAULT_DEPS') and not oe.utils.inherits(d, 'cross-canadian'): | 6 | if d.getVar('INHIBIT_DEFAULT_DEPS') and not oe.utils.inherits(d, 'cross-canadian'): |
3 | return "" | 7 | return "" |
diff --git a/meta/classes/gi-docgen.bbclass b/meta/classes/gi-docgen.bbclass index 15581ca127..3a3966c801 100644 --- a/meta/classes/gi-docgen.bbclass +++ b/meta/classes/gi-docgen.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # gi-docgen is a new gnome documentation generator, which | 5 | # gi-docgen is a new gnome documentation generator, which |
2 | # seems to be a successor to gtk-doc: | 6 | # seems to be a successor to gtk-doc: |
3 | # https://gitlab.gnome.org/GNOME/gi-docgen | 7 | # https://gitlab.gnome.org/GNOME/gi-docgen |
diff --git a/meta/classes/gio-module-cache.bbclass b/meta/classes/gio-module-cache.bbclass index 021eeb1cf8..788ca99c1c 100644 --- a/meta/classes/gio-module-cache.bbclass +++ b/meta/classes/gio-module-cache.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | PACKAGE_WRITE_DEPS += "qemu-native" | 5 | PACKAGE_WRITE_DEPS += "qemu-native" |
2 | inherit qemu | 6 | inherit qemu |
3 | 7 | ||
diff --git a/meta/classes/glide.bbclass b/meta/classes/glide.bbclass index 2db4ac6846..ee073b9fbd 100644 --- a/meta/classes/glide.bbclass +++ b/meta/classes/glide.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Handle Glide Vendor Package Management use | 5 | # Handle Glide Vendor Package Management use |
2 | # | 6 | # |
3 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 7 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
diff --git a/meta/classes/gnomebase.bbclass b/meta/classes/gnomebase.bbclass index 9a5bd9a232..d424091bc0 100644 --- a/meta/classes/gnomebase.bbclass +++ b/meta/classes/gnomebase.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | def gnome_verdir(v): | 5 | def gnome_verdir(v): |
2 | return ".".join(v.split(".")[:-1]) | 6 | return ".".join(v.split(".")[:-1]) |
3 | 7 | ||
diff --git a/meta/classes/go-mod.bbclass b/meta/classes/go-mod.bbclass index 674d2434e0..a428471e3a 100644 --- a/meta/classes/go-mod.bbclass +++ b/meta/classes/go-mod.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Handle Go Modules support | 5 | # Handle Go Modules support |
2 | # | 6 | # |
3 | # When using Go Modules, the the current working directory MUST be at or below | 7 | # When using Go Modules, the the current working directory MUST be at or below |
diff --git a/meta/classes/go-ptest.bbclass b/meta/classes/go-ptest.bbclass index b282ff7374..2493b305a5 100644 --- a/meta/classes/go-ptest.bbclass +++ b/meta/classes/go-ptest.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit go ptest | 5 | inherit go ptest |
2 | 6 | ||
3 | do_compile_ptest_base() { | 7 | do_compile_ptest_base() { |
diff --git a/meta/classes/go.bbclass b/meta/classes/go.bbclass index cd2daed70b..d86c5859b8 100644 --- a/meta/classes/go.bbclass +++ b/meta/classes/go.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit goarch | 5 | inherit goarch |
2 | inherit linuxloader | 6 | inherit linuxloader |
3 | 7 | ||
diff --git a/meta/classes/goarch.bbclass b/meta/classes/goarch.bbclass index 92fec16b82..0bfc1c1e0d 100644 --- a/meta/classes/goarch.bbclass +++ b/meta/classes/goarch.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | BUILD_GOOS = "${@go_map_os(d.getVar('BUILD_OS'), d)}" | 5 | BUILD_GOOS = "${@go_map_os(d.getVar('BUILD_OS'), d)}" |
2 | BUILD_GOARCH = "${@go_map_arch(d.getVar('BUILD_ARCH'), d)}" | 6 | BUILD_GOARCH = "${@go_map_arch(d.getVar('BUILD_ARCH'), d)}" |
3 | BUILD_GOTUPLE = "${BUILD_GOOS}_${BUILD_GOARCH}" | 7 | BUILD_GOTUPLE = "${BUILD_GOOS}_${BUILD_GOARCH}" |
diff --git a/meta/classes/gobject-introspection-data.bbclass b/meta/classes/gobject-introspection-data.bbclass index d90cdb4839..8ec2cfe4e6 100644 --- a/meta/classes/gobject-introspection-data.bbclass +++ b/meta/classes/gobject-introspection-data.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This variable is set to True if gobject-introspection-data is in | 5 | # This variable is set to True if gobject-introspection-data is in |
2 | # DISTRO_FEATURES and qemu-usermode is in MACHINE_FEATURES, and False otherwise. | 6 | # DISTRO_FEATURES and qemu-usermode is in MACHINE_FEATURES, and False otherwise. |
3 | # | 7 | # |
diff --git a/meta/classes/gobject-introspection.bbclass b/meta/classes/gobject-introspection.bbclass index 7bf9feb0d6..91b728214a 100644 --- a/meta/classes/gobject-introspection.bbclass +++ b/meta/classes/gobject-introspection.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Inherit this class in recipes to enable building their introspection files | 5 | # Inherit this class in recipes to enable building their introspection files |
2 | 6 | ||
3 | # python3native is inherited to prevent introspection tools being run with | 7 | # python3native is inherited to prevent introspection tools being run with |
diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass index 8fc6999e52..79049440bf 100644 --- a/meta/classes/grub-efi.bbclass +++ b/meta/classes/grub-efi.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit grub-efi-cfg | 5 | inherit grub-efi-cfg |
2 | require conf/image-uefi.conf | 6 | require conf/image-uefi.conf |
3 | 7 | ||
diff --git a/meta/classes/gsettings.bbclass b/meta/classes/gsettings.bbclass index 3fa5bd40b3..d811a0e034 100644 --- a/meta/classes/gsettings.bbclass +++ b/meta/classes/gsettings.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # A bbclass to handle installed GSettings (glib) schemas, updated the compiled | 5 | # A bbclass to handle installed GSettings (glib) schemas, updated the compiled |
2 | # form on package install and remove. | 6 | # form on package install and remove. |
3 | # | 7 | # |
diff --git a/meta/classes/gtk-doc.bbclass b/meta/classes/gtk-doc.bbclass index 07b46ac829..a32901305c 100644 --- a/meta/classes/gtk-doc.bbclass +++ b/meta/classes/gtk-doc.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Helper class to pull in the right gtk-doc dependencies and configure | 5 | # Helper class to pull in the right gtk-doc dependencies and configure |
2 | # gtk-doc to enable or disable documentation building (which requries the | 6 | # gtk-doc to enable or disable documentation building (which requries the |
3 | # use of usermode qemu). | 7 | # use of usermode qemu). |
diff --git a/meta/classes/gtk-icon-cache.bbclass b/meta/classes/gtk-icon-cache.bbclass index 6808339b90..399d107ce7 100644 --- a/meta/classes/gtk-icon-cache.bbclass +++ b/meta/classes/gtk-icon-cache.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | FILES:${PN} += "${datadir}/icons/hicolor" | 5 | FILES:${PN} += "${datadir}/icons/hicolor" |
2 | 6 | ||
3 | GTKIC_VERSION ??= '3' | 7 | GTKIC_VERSION ??= '3' |
diff --git a/meta/classes/gtk-immodules-cache.bbclass b/meta/classes/gtk-immodules-cache.bbclass index 2107517540..97e9162fa7 100644 --- a/meta/classes/gtk-immodules-cache.bbclass +++ b/meta/classes/gtk-immodules-cache.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This class will update the inputmethod module cache for virtual keyboards | 5 | # This class will update the inputmethod module cache for virtual keyboards |
2 | # | 6 | # |
3 | # Usage: Set GTKIMMODULES_PACKAGES to the packages that needs to update the inputmethod modules | 7 | # Usage: Set GTKIMMODULES_PACKAGES to the packages that needs to update the inputmethod modules |
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 9b912a3083..cf08db8cf3 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # IceCream distributed compiling support | 5 | # IceCream distributed compiling support |
2 | # | 6 | # |
3 | # Stages directories with symlinks from gcc/g++ to icecc, for both | 7 | # Stages directories with symlinks from gcc/g++ to icecc, for both |
diff --git a/meta/classes/image-artifact-names.bbclass b/meta/classes/image-artifact-names.bbclass index f5769e520f..425683a7e1 100644 --- a/meta/classes/image-artifact-names.bbclass +++ b/meta/classes/image-artifact-names.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | ################################################################## | 5 | ################################################################## |
2 | # Specific image creation and rootfs population info. | 6 | # Specific image creation and rootfs population info. |
3 | ################################################################## | 7 | ################################################################## |
diff --git a/meta/classes/image-combined-dbg.bbclass b/meta/classes/image-combined-dbg.bbclass index e5dc61f857..0e8e8183ac 100644 --- a/meta/classes/image-combined-dbg.bbclass +++ b/meta/classes/image-combined-dbg.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | IMAGE_PREPROCESS_COMMAND:append = " combine_dbg_image; " | 5 | IMAGE_PREPROCESS_COMMAND:append = " combine_dbg_image; " |
2 | 6 | ||
3 | combine_dbg_image () { | 7 | combine_dbg_image () { |
diff --git a/meta/classes/image-container.bbclass b/meta/classes/image-container.bbclass index 3d1993576a..10036151c0 100644 --- a/meta/classes/image-container.bbclass +++ b/meta/classes/image-container.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | ROOTFS_BOOTSTRAP_INSTALL = "" | 5 | ROOTFS_BOOTSTRAP_INSTALL = "" |
2 | IMAGE_TYPES_MASKED += "container" | 6 | IMAGE_TYPES_MASKED += "container" |
3 | IMAGE_TYPEDEP:container = "tar.bz2" | 7 | IMAGE_TYPEDEP:container = "tar.bz2" |
diff --git a/meta/classes/image-postinst-intercepts.bbclass b/meta/classes/image-postinst-intercepts.bbclass index ed30bbd98d..af81910bc7 100644 --- a/meta/classes/image-postinst-intercepts.bbclass +++ b/meta/classes/image-postinst-intercepts.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Gather existing and candidate postinst intercepts from BBPATH | 5 | # Gather existing and candidate postinst intercepts from BBPATH |
2 | POSTINST_INTERCEPTS_DIR ?= "${COREBASE}/scripts/postinst-intercepts" | 6 | POSTINST_INTERCEPTS_DIR ?= "${COREBASE}/scripts/postinst-intercepts" |
3 | POSTINST_INTERCEPTS_PATHS ?= "${@':'.join('%s/postinst-intercepts' % p for p in '${BBPATH}'.split(':'))}:${POSTINST_INTERCEPTS_DIR}" | 7 | POSTINST_INTERCEPTS_PATHS ?= "${@':'.join('%s/postinst-intercepts' % p for p in '${BBPATH}'.split(':'))}:${POSTINST_INTERCEPTS_DIR}" |
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index 2139a7e576..816a76ad73 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass | |||
@@ -1,3 +1,6 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
1 | 4 | ||
2 | IMAGE_CLASSES ??= "" | 5 | IMAGE_CLASSES ??= "" |
3 | 6 | ||
diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 0ffea91195..c6c44db7c7 100644 --- a/meta/classes/image_types.bbclass +++ b/meta/classes/image_types.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # The default aligment of the size of the rootfs is set to 1KiB. In case | 5 | # The default aligment of the size of the rootfs is set to 1KiB. In case |
2 | # you're using the SD card emulation of a QEMU system simulator you may | 6 | # you're using the SD card emulation of a QEMU system simulator you may |
3 | # set this value to 2048 (2MiB alignment). | 7 | # set this value to 2048 (2MiB alignment). |
diff --git a/meta/classes/image_types_wic.bbclass b/meta/classes/image_types_wic.bbclass index 8497916d48..e388fa6797 100644 --- a/meta/classes/image_types_wic.bbclass +++ b/meta/classes/image_types_wic.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # The WICVARS variable is used to define list of bitbake variables used in wic code | 5 | # The WICVARS variable is used to define list of bitbake variables used in wic code |
2 | # variables from this list is written to <image>.env file | 6 | # variables from this list is written to <image>.env file |
3 | WICVARS ?= "\ | 7 | WICVARS ?= "\ |
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index c8b434bb54..f6a82cc44f 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # BB Class inspired by ebuild.sh | 5 | # BB Class inspired by ebuild.sh |
2 | # | 6 | # |
3 | # This class will test files after installation for certain | 7 | # This class will test files after installation for certain |
diff --git a/meta/classes/kernel-arch.bbclass b/meta/classes/kernel-arch.bbclass index 348a3adf22..f25ad44a3d 100644 --- a/meta/classes/kernel-arch.bbclass +++ b/meta/classes/kernel-arch.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # set the ARCH environment variable for kernel compilation (including | 6 | # set the ARCH environment variable for kernel compilation (including |
3 | # modules). return value must match one of the architecture directories | 7 | # modules). return value must match one of the architecture directories |
4 | # in the kernel source "arch" directory | 8 | # in the kernel source "arch" directory |
diff --git a/meta/classes/kernel-artifact-names.bbclass b/meta/classes/kernel-artifact-names.bbclass index e77107c893..ce58e2af63 100644 --- a/meta/classes/kernel-artifact-names.bbclass +++ b/meta/classes/kernel-artifact-names.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | ################################################################## | 5 | ################################################################## |
2 | # Specific kernel creation info | 6 | # Specific kernel creation info |
3 | # for recipes/bbclasses which need to reuse some of the kernel | 7 | # for recipes/bbclasses which need to reuse some of the kernel |
diff --git a/meta/classes/kernel-devicetree.bbclass b/meta/classes/kernel-devicetree.bbclass index b4338da1b1..28330151ec 100644 --- a/meta/classes/kernel-devicetree.bbclass +++ b/meta/classes/kernel-devicetree.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Support for device tree generation | 5 | # Support for device tree generation |
2 | python () { | 6 | python () { |
3 | if not bb.data.inherits_class('nopackages', d): | 7 | if not bb.data.inherits_class('nopackages', d): |
diff --git a/meta/classes/kernel-fitimage.bbclass b/meta/classes/kernel-fitimage.bbclass index 753164551c..a0d2e444b2 100644 --- a/meta/classes/kernel-fitimage.bbclass +++ b/meta/classes/kernel-fitimage.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit kernel-uboot kernel-artifact-names uboot-sign | 5 | inherit kernel-uboot kernel-artifact-names uboot-sign |
2 | 6 | ||
3 | def get_fit_replacement_type(d): | 7 | def get_fit_replacement_type(d): |
diff --git a/meta/classes/kernel-grub.bbclass b/meta/classes/kernel-grub.bbclass index 44b2015468..8475e0f9da 100644 --- a/meta/classes/kernel-grub.bbclass +++ b/meta/classes/kernel-grub.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # While installing a rpm to update kernel on a deployed target, it will update | 6 | # While installing a rpm to update kernel on a deployed target, it will update |
3 | # the boot area and the boot menu with the kernel as the priority but allow | 7 | # the boot area and the boot menu with the kernel as the priority but allow |
4 | # you to fall back to the original kernel as well. | 8 | # you to fall back to the original kernel as well. |
diff --git a/meta/classes/kernel-module-split.bbclass b/meta/classes/kernel-module-split.bbclass index a29c294810..df18f5d0f0 100644 --- a/meta/classes/kernel-module-split.bbclass +++ b/meta/classes/kernel-module-split.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | pkg_postinst:modules () { | 5 | pkg_postinst:modules () { |
2 | if [ -z "$D" ]; then | 6 | if [ -z "$D" ]; then |
3 | depmod -a ${KERNEL_VERSION} | 7 | depmod -a ${KERNEL_VERSION} |
diff --git a/meta/classes/kernel-uboot.bbclass b/meta/classes/kernel-uboot.bbclass index 1bc98e042d..9eb934919b 100644 --- a/meta/classes/kernel-uboot.bbclass +++ b/meta/classes/kernel-uboot.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # fitImage kernel compression algorithm | 5 | # fitImage kernel compression algorithm |
2 | FIT_KERNEL_COMP_ALG ?= "gzip" | 6 | FIT_KERNEL_COMP_ALG ?= "gzip" |
3 | FIT_KERNEL_COMP_ALG_EXTENSION ?= ".gz" | 7 | FIT_KERNEL_COMP_ALG_EXTENSION ?= ".gz" |
diff --git a/meta/classes/kernel-uimage.bbclass b/meta/classes/kernel-uimage.bbclass index 2e661ea916..8cc1dc50cc 100644 --- a/meta/classes/kernel-uimage.bbclass +++ b/meta/classes/kernel-uimage.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit kernel-uboot | 5 | inherit kernel-uboot |
2 | 6 | ||
3 | python __anonymous () { | 7 | python __anonymous () { |
diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index ce1446f7aa..9f327933a1 100644 --- a/meta/classes/kernel-yocto.bbclass +++ b/meta/classes/kernel-yocto.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # remove tasks that modify the source tree in case externalsrc is inherited | 5 | # remove tasks that modify the source tree in case externalsrc is inherited |
2 | SRCTREECOVEREDTASKS += "do_validate_branches do_kernel_configcheck do_kernel_checkout do_fetch do_unpack do_patch" | 6 | SRCTREECOVEREDTASKS += "do_validate_branches do_kernel_configcheck do_kernel_checkout do_fetch do_unpack do_patch" |
3 | PATCH_GIT_USER_EMAIL ?= "kernel-yocto@oe" | 7 | PATCH_GIT_USER_EMAIL ?= "kernel-yocto@oe" |
diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 61b3e8c956..209a7d13cd 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit linux-kernel-base kernel-module-split | 5 | inherit linux-kernel-base kernel-module-split |
2 | 6 | ||
3 | COMPATIBLE_HOST = ".*-linux" | 7 | COMPATIBLE_HOST = ".*-linux" |
diff --git a/meta/classes/kernelsrc.bbclass b/meta/classes/kernelsrc.bbclass index a951ba3325..f40e3c8819 100644 --- a/meta/classes/kernelsrc.bbclass +++ b/meta/classes/kernelsrc.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | S = "${STAGING_KERNEL_DIR}" | 5 | S = "${STAGING_KERNEL_DIR}" |
2 | deltask do_fetch | 6 | deltask do_fetch |
3 | deltask do_unpack | 7 | deltask do_unpack |
diff --git a/meta/classes/lib_package.bbclass b/meta/classes/lib_package.bbclass index 8849f59042..07f3f258d2 100644 --- a/meta/classes/lib_package.bbclass +++ b/meta/classes/lib_package.bbclass | |||
@@ -1,4 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | # | ||
2 | # ${PN}-bin is defined in bitbake.conf | 5 | # ${PN}-bin is defined in bitbake.conf |
3 | # | 6 | # |
4 | # We need to allow the other packages to be greedy with what they | 7 | # We need to allow the other packages to be greedy with what they |
diff --git a/meta/classes/libc-package.bbclass b/meta/classes/libc-package.bbclass index 13ef8cdc0d..580c02948e 100644 --- a/meta/classes/libc-package.bbclass +++ b/meta/classes/libc-package.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # This class knows how to package up [e]glibc. Its shared since prebuild binary toolchains | 6 | # This class knows how to package up [e]glibc. Its shared since prebuild binary toolchains |
3 | # may need packaging and its pointless to duplicate this code. | 7 | # may need packaging and its pointless to duplicate this code. |
4 | # | 8 | # |
diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index 4ebfc4fb92..f08bacff12 100644 --- a/meta/classes/license.bbclass +++ b/meta/classes/license.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Populates LICENSE_DIRECTORY as set in distro config with the license files as set by | 5 | # Populates LICENSE_DIRECTORY as set in distro config with the license files as set by |
2 | # LIC_FILES_CHKSUM. | 6 | # LIC_FILES_CHKSUM. |
3 | # TODO: | 7 | # TODO: |
diff --git a/meta/classes/license_image.bbclass b/meta/classes/license_image.bbclass index 3213ea758e..0cda839c94 100644 --- a/meta/classes/license_image.bbclass +++ b/meta/classes/license_image.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | ROOTFS_LICENSE_DIR = "${IMAGE_ROOTFS}/usr/share/common-licenses" | 5 | ROOTFS_LICENSE_DIR = "${IMAGE_ROOTFS}/usr/share/common-licenses" |
2 | 6 | ||
3 | # This requires LICENSE_CREATE_PACKAGE=1 to work too | 7 | # This requires LICENSE_CREATE_PACKAGE=1 to work too |
diff --git a/meta/classes/linux-dummy.bbclass b/meta/classes/linux-dummy.bbclass index 9a06a509dd..90b932c590 100644 --- a/meta/classes/linux-dummy.bbclass +++ b/meta/classes/linux-dummy.bbclass | |||
@@ -1,3 +1,6 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
1 | 4 | ||
2 | python __anonymous () { | 5 | python __anonymous () { |
3 | if d.getVar('PREFERRED_PROVIDER_virtual/kernel') == 'linux-dummy': | 6 | if d.getVar('PREFERRED_PROVIDER_virtual/kernel') == 'linux-dummy': |
diff --git a/meta/classes/linux-kernel-base.bbclass b/meta/classes/linux-kernel-base.bbclass index ba59222c24..36f9caac69 100644 --- a/meta/classes/linux-kernel-base.bbclass +++ b/meta/classes/linux-kernel-base.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # parse kernel ABI version out of <linux/version.h> | 5 | # parse kernel ABI version out of <linux/version.h> |
2 | def get_kernelversion_headers(p): | 6 | def get_kernelversion_headers(p): |
3 | import re | 7 | import re |
diff --git a/meta/classes/linuxloader.bbclass b/meta/classes/linuxloader.bbclass index 4447c8847c..6bd8a62da9 100644 --- a/meta/classes/linuxloader.bbclass +++ b/meta/classes/linuxloader.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | def get_musl_loader_arch(d): | 5 | def get_musl_loader_arch(d): |
2 | import re | 6 | import re |
3 | ldso_arch = "NotSupported" | 7 | ldso_arch = "NotSupported" |
diff --git a/meta/classes/live-vm-common.bbclass b/meta/classes/live-vm-common.bbclass index 74e7074a53..99b92b6155 100644 --- a/meta/classes/live-vm-common.bbclass +++ b/meta/classes/live-vm-common.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Some of the vars for vm and live image are conflicted, this function | 5 | # Some of the vars for vm and live image are conflicted, this function |
2 | # is used for fixing the problem. | 6 | # is used for fixing the problem. |
3 | def set_live_vm_vars(d, suffix): | 7 | def set_live_vm_vars(d, suffix): |
diff --git a/meta/classes/logging.bbclass b/meta/classes/logging.bbclass index a0c94e98c7..0d59ae2631 100644 --- a/meta/classes/logging.bbclass +++ b/meta/classes/logging.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # The following logging mechanisms are to be used in bash functions of recipes. | 5 | # The following logging mechanisms are to be used in bash functions of recipes. |
2 | # They are intended to map one to one in intention and output format with the | 6 | # They are intended to map one to one in intention and output format with the |
3 | # python recipe logging functions of a similar naming convention: bb.plain(), | 7 | # python recipe logging functions of a similar naming convention: bb.plain(), |
diff --git a/meta/classes/manpages.bbclass b/meta/classes/manpages.bbclass index 5e09c77fe6..57b9be0650 100644 --- a/meta/classes/manpages.bbclass +++ b/meta/classes/manpages.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Inherit this class to enable or disable building and installation of manpages | 5 | # Inherit this class to enable or disable building and installation of manpages |
2 | # depending on whether 'api-documentation' is in DISTRO_FEATURES. Such building | 6 | # depending on whether 'api-documentation' is in DISTRO_FEATURES. Such building |
3 | # tends to pull in the entire XML stack and other tools, so it's not enabled | 7 | # tends to pull in the entire XML stack and other tools, so it's not enabled |
diff --git a/meta/classes/mcextend.bbclass b/meta/classes/mcextend.bbclass index 0f8f962298..33833c3b9e 100644 --- a/meta/classes/mcextend.bbclass +++ b/meta/classes/mcextend.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | python mcextend_virtclass_handler () { | 5 | python mcextend_virtclass_handler () { |
2 | cls = e.data.getVar("BBEXTENDCURR") | 6 | cls = e.data.getVar("BBEXTENDCURR") |
3 | variant = e.data.getVar("BBEXTENDVARIANT") | 7 | variant = e.data.getVar("BBEXTENDVARIANT") |
diff --git a/meta/classes/meson-routines.bbclass b/meta/classes/meson-routines.bbclass index be3aeedeba..6827bdb21d 100644 --- a/meta/classes/meson-routines.bbclass +++ b/meta/classes/meson-routines.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit siteinfo | 5 | inherit siteinfo |
2 | 6 | ||
3 | def meson_array(var, d): | 7 | def meson_array(var, d): |
diff --git a/meta/classes/meson.bbclass b/meta/classes/meson.bbclass index 546cd0476f..17c6abbd60 100644 --- a/meta/classes/meson.bbclass +++ b/meta/classes/meson.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit python3native meson-routines qemu | 5 | inherit python3native meson-routines qemu |
2 | 6 | ||
3 | DEPENDS:append = " meson-native ninja-native" | 7 | DEPENDS:append = " meson-native ninja-native" |
diff --git a/meta/classes/metadata_scm.bbclass b/meta/classes/metadata_scm.bbclass index f646b3159a..f17cdcccf1 100644 --- a/meta/classes/metadata_scm.bbclass +++ b/meta/classes/metadata_scm.bbclass | |||
@@ -1,3 +1,6 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
1 | 4 | ||
2 | METADATA_BRANCH := "${@oe.buildcfg.detect_branch(d)}" | 5 | METADATA_BRANCH := "${@oe.buildcfg.detect_branch(d)}" |
3 | METADATA_BRANCH[vardepvalue] = "${METADATA_BRANCH}" | 6 | METADATA_BRANCH[vardepvalue] = "${METADATA_BRANCH}" |
diff --git a/meta/classes/migrate_localcount.bbclass b/meta/classes/migrate_localcount.bbclass index 810a541316..cb0d1c698b 100644 --- a/meta/classes/migrate_localcount.bbclass +++ b/meta/classes/migrate_localcount.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | PRSERV_DUMPDIR ??= "${LOG_DIR}/db" | 5 | PRSERV_DUMPDIR ??= "${LOG_DIR}/db" |
2 | LOCALCOUNT_DUMPFILE ??= "${PRSERV_DUMPDIR}/prserv-localcount-exports.inc" | 6 | LOCALCOUNT_DUMPFILE ??= "${PRSERV_DUMPDIR}/prserv-localcount-exports.inc" |
3 | 7 | ||
diff --git a/meta/classes/mime-xdg.bbclass b/meta/classes/mime-xdg.bbclass index 271f48dd72..9e596c25fe 100644 --- a/meta/classes/mime-xdg.bbclass +++ b/meta/classes/mime-xdg.bbclass | |||
@@ -1,4 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | # | ||
2 | # This class creates mime <-> application associations based on entry | 5 | # This class creates mime <-> application associations based on entry |
3 | # 'MimeType' in *.desktop files | 6 | # 'MimeType' in *.desktop files |
4 | # | 7 | # |
diff --git a/meta/classes/mime.bbclass b/meta/classes/mime.bbclass index 8d176a884e..e036bb23a1 100644 --- a/meta/classes/mime.bbclass +++ b/meta/classes/mime.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # This class is used by recipes installing mime types | 6 | # This class is used by recipes installing mime types |
3 | # | 7 | # |
4 | 8 | ||
diff --git a/meta/classes/mirrors.bbclass b/meta/classes/mirrors.bbclass index ffdccff5fb..e56f90a7e8 100644 --- a/meta/classes/mirrors.bbclass +++ b/meta/classes/mirrors.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | MIRRORS += "\ | 5 | MIRRORS += "\ |
2 | ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \ | 6 | ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian/20180310T215105Z/pool \ |
3 | ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \ | 7 | ${DEBIAN_MIRROR} http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool \ |
diff --git a/meta/classes/module-base.bbclass b/meta/classes/module-base.bbclass index 27bd69ff33..3f3d60947e 100644 --- a/meta/classes/module-base.bbclass +++ b/meta/classes/module-base.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit kernel-arch | 5 | inherit kernel-arch |
2 | 6 | ||
3 | # We do the dependency this way because the output is not preserved | 7 | # We do the dependency this way because the output is not preserved |
diff --git a/meta/classes/module.bbclass b/meta/classes/module.bbclass index a09ec3ed1e..bcc46ab1d8 100644 --- a/meta/classes/module.bbclass +++ b/meta/classes/module.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit module-base kernel-module-split pkgconfig | 5 | inherit module-base kernel-module-split pkgconfig |
2 | 6 | ||
3 | EXTRA_OEMAKE += "KERNEL_SRC=${STAGING_KERNEL_DIR}" | 7 | EXTRA_OEMAKE += "KERNEL_SRC=${STAGING_KERNEL_DIR}" |
diff --git a/meta/classes/multilib.bbclass b/meta/classes/multilib.bbclass index 5859ca8d21..2931aed834 100644 --- a/meta/classes/multilib.bbclass +++ b/meta/classes/multilib.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | python multilib_virtclass_handler () { | 5 | python multilib_virtclass_handler () { |
2 | cls = e.data.getVar("BBEXTENDCURR") | 6 | cls = e.data.getVar("BBEXTENDCURR") |
3 | variant = e.data.getVar("BBEXTENDVARIANT") | 7 | variant = e.data.getVar("BBEXTENDVARIANT") |
diff --git a/meta/classes/multilib_global.bbclass b/meta/classes/multilib_global.bbclass index e06307d057..7d9f48e9d9 100644 --- a/meta/classes/multilib_global.bbclass +++ b/meta/classes/multilib_global.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | def preferred_ml_updates(d): | 5 | def preferred_ml_updates(d): |
2 | # If any of PREFERRED_PROVIDER, PREFERRED_RPROVIDER, REQUIRED_VERSION | 6 | # If any of PREFERRED_PROVIDER, PREFERRED_RPROVIDER, REQUIRED_VERSION |
3 | # or PREFERRED_VERSION are set, we need to mirror these variables in | 7 | # or PREFERRED_VERSION are set, we need to mirror these variables in |
diff --git a/meta/classes/multilib_header.bbclass b/meta/classes/multilib_header.bbclass index efbc24f59b..403a24667b 100644 --- a/meta/classes/multilib_header.bbclass +++ b/meta/classes/multilib_header.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit siteinfo | 5 | inherit siteinfo |
2 | 6 | ||
3 | # If applicable on the architecture, this routine will rename the header and | 7 | # If applicable on the architecture, this routine will rename the header and |
diff --git a/meta/classes/multilib_script.bbclass b/meta/classes/multilib_script.bbclass index 41597341cd..0cf6d502bb 100644 --- a/meta/classes/multilib_script.bbclass +++ b/meta/classes/multilib_script.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # Recipe needs to set MULTILIB_SCRIPTS in the form <pkgname>:<scriptname>, e.g. | 6 | # Recipe needs to set MULTILIB_SCRIPTS in the form <pkgname>:<scriptname>, e.g. |
3 | # MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/file1 ${PN}:${base_bindir}/file2" | 7 | # MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/file1 ${PN}:${base_bindir}/file2" |
4 | # to indicate which script files to process from which packages. | 8 | # to indicate which script files to process from which packages. |
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 5a273cdebb..1d9c3a7266 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # We want native packages to be relocatable | 5 | # We want native packages to be relocatable |
2 | inherit relocatable | 6 | inherit relocatable |
3 | 7 | ||
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index e46739e325..78f94c79ca 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # SDK packages are built either explicitly by the user, | 5 | # SDK packages are built either explicitly by the user, |
2 | # or indirectly via dependency. No need to be in 'world'. | 6 | # or indirectly via dependency. No need to be in 'world'. |
3 | EXCLUDE_FROM_WORLD = "1" | 7 | EXCLUDE_FROM_WORLD = "1" |
diff --git a/meta/classes/nopackages.bbclass b/meta/classes/nopackages.bbclass index 7a4f632d71..22017524cd 100644 --- a/meta/classes/nopackages.bbclass +++ b/meta/classes/nopackages.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | deltask do_package | 5 | deltask do_package |
2 | deltask do_package_write_rpm | 6 | deltask do_package_write_rpm |
3 | deltask do_package_write_ipk | 7 | deltask do_package_write_ipk |
diff --git a/meta/classes/oelint.bbclass b/meta/classes/oelint.bbclass index 2589d34059..a4ee7d6e33 100644 --- a/meta/classes/oelint.bbclass +++ b/meta/classes/oelint.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | addtask lint before do_build | 5 | addtask lint before do_build |
2 | do_lint[nostamp] = "1" | 6 | do_lint[nostamp] = "1" |
3 | python do_lint() { | 7 | python do_lint() { |
diff --git a/meta/classes/overlayfs-etc.bbclass b/meta/classes/overlayfs-etc.bbclass index 91afee695c..5c1e8f9beb 100644 --- a/meta/classes/overlayfs-etc.bbclass +++ b/meta/classes/overlayfs-etc.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Class for setting up /etc in overlayfs | 5 | # Class for setting up /etc in overlayfs |
2 | # | 6 | # |
3 | # In order to have /etc directory in overlayfs a special handling at early boot stage is required | 7 | # In order to have /etc directory in overlayfs a special handling at early boot stage is required |
diff --git a/meta/classes/overlayfs.bbclass b/meta/classes/overlayfs.bbclass index f7069edd41..ccc88bb4ac 100644 --- a/meta/classes/overlayfs.bbclass +++ b/meta/classes/overlayfs.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Class for generation of overlayfs mount units | 5 | # Class for generation of overlayfs mount units |
2 | # | 6 | # |
3 | # It's often desired in Embedded System design to have a read-only rootfs. | 7 | # It's often desired in Embedded System design to have a read-only rootfs. |
diff --git a/meta/classes/own-mirrors.bbclass b/meta/classes/own-mirrors.bbclass index ef972740ce..699eb3628b 100644 --- a/meta/classes/own-mirrors.bbclass +++ b/meta/classes/own-mirrors.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | PREMIRRORS:prepend = " \ | 5 | PREMIRRORS:prepend = " \ |
2 | cvs://.*/.* ${SOURCE_MIRROR_URL} \ | 6 | cvs://.*/.* ${SOURCE_MIRROR_URL} \ |
3 | svn://.*/.* ${SOURCE_MIRROR_URL} \ | 7 | svn://.*/.* ${SOURCE_MIRROR_URL} \ |
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 97e97d2703..a4b6263884 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # Packaging process | 6 | # Packaging process |
3 | # | 7 | # |
4 | # Executive summary: This class iterates over the functions listed in PACKAGEFUNCS | 8 | # Executive summary: This class iterates over the functions listed in PACKAGEFUNCS |
diff --git a/meta/classes/package_ipk.bbclass b/meta/classes/package_ipk.bbclass index 9fe3c52fae..552361e8fd 100644 --- a/meta/classes/package_ipk.bbclass +++ b/meta/classes/package_ipk.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit package | 5 | inherit package |
2 | 6 | ||
3 | IMAGE_PKGTYPE ?= "ipk" | 7 | IMAGE_PKGTYPE ?= "ipk" |
diff --git a/meta/classes/package_pkgdata.bbclass b/meta/classes/package_pkgdata.bbclass index a1ea8fc041..e495eaf6bd 100644 --- a/meta/classes/package_pkgdata.bbclass +++ b/meta/classes/package_pkgdata.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | WORKDIR_PKGDATA = "${WORKDIR}/pkgdata-sysroot" | 5 | WORKDIR_PKGDATA = "${WORKDIR}/pkgdata-sysroot" |
2 | 6 | ||
3 | def package_populate_pkgdata_dir(pkgdatadir, d): | 7 | def package_populate_pkgdata_dir(pkgdatadir, d): |
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index e9ff1f7e65..a24ffb719a 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_rpm.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit package | 5 | inherit package |
2 | 6 | ||
3 | IMAGE_PKGTYPE ?= "rpm" | 7 | IMAGE_PKGTYPE ?= "rpm" |
diff --git a/meta/classes/package_tar.bbclass b/meta/classes/package_tar.bbclass index d6c1b306fc..0c5c3e58e8 100644 --- a/meta/classes/package_tar.bbclass +++ b/meta/classes/package_tar.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit package | 5 | inherit package |
2 | 6 | ||
3 | IMAGE_PKGTYPE ?= "tar" | 7 | IMAGE_PKGTYPE ?= "tar" |
diff --git a/meta/classes/packagedata.bbclass b/meta/classes/packagedata.bbclass index c2760e2bf0..89a015b879 100644 --- a/meta/classes/packagedata.bbclass +++ b/meta/classes/packagedata.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | python read_subpackage_metadata () { | 5 | python read_subpackage_metadata () { |
2 | import oe.packagedata | 6 | import oe.packagedata |
3 | 7 | ||
diff --git a/meta/classes/packagegroup.bbclass b/meta/classes/packagegroup.bbclass index 557b1b6382..54917942a4 100644 --- a/meta/classes/packagegroup.bbclass +++ b/meta/classes/packagegroup.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Class for packagegroup (package group) recipes | 5 | # Class for packagegroup (package group) recipes |
2 | 6 | ||
3 | # By default, only the packagegroup package itself is in PACKAGES. | 7 | # By default, only the packagegroup package itself is in PACKAGES. |
diff --git a/meta/classes/perl-version.bbclass b/meta/classes/perl-version.bbclass index 84b67b8180..c314b4b575 100644 --- a/meta/classes/perl-version.bbclass +++ b/meta/classes/perl-version.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | PERL_OWN_DIR = "" | 5 | PERL_OWN_DIR = "" |
2 | 6 | ||
3 | # Determine the staged version of perl from the perl configuration file | 7 | # Determine the staged version of perl from the perl configuration file |
diff --git a/meta/classes/perlnative.bbclass b/meta/classes/perlnative.bbclass index cc8de8b381..4d6ddd83cb 100644 --- a/meta/classes/perlnative.bbclass +++ b/meta/classes/perlnative.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | EXTRANATIVEPATH += "perl-native" | 5 | EXTRANATIVEPATH += "perl-native" |
2 | DEPENDS += "perl-native" | 6 | DEPENDS += "perl-native" |
3 | OECMAKE_PERLNATIVE_DIR = "${STAGING_BINDIR_NATIVE}/perl-native" | 7 | OECMAKE_PERLNATIVE_DIR = "${STAGING_BINDIR_NATIVE}/perl-native" |
diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index 886bf195b3..b451f5a7dd 100644 --- a/meta/classes/pixbufcache.bbclass +++ b/meta/classes/pixbufcache.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # This class will generate the proper postinst/postrm scriptlets for pixbuf | 6 | # This class will generate the proper postinst/postrm scriptlets for pixbuf |
3 | # packages. | 7 | # packages. |
4 | # | 8 | # |
diff --git a/meta/classes/pkgconfig.bbclass b/meta/classes/pkgconfig.bbclass index fa94527ce9..db57ce4472 100644 --- a/meta/classes/pkgconfig.bbclass +++ b/meta/classes/pkgconfig.bbclass | |||
@@ -1,2 +1,6 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | DEPENDS:prepend = "pkgconfig-native " | 5 | DEPENDS:prepend = "pkgconfig-native " |
2 | 6 | ||
diff --git a/meta/classes/populate_sdk.bbclass b/meta/classes/populate_sdk.bbclass index f64a911b72..3e3a290ef2 100644 --- a/meta/classes/populate_sdk.bbclass +++ b/meta/classes/populate_sdk.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # The majority of populate_sdk is located in populate_sdk_base | 5 | # The majority of populate_sdk is located in populate_sdk_base |
2 | # This chunk simply facilitates compatibility with SDK only recipes. | 6 | # This chunk simply facilitates compatibility with SDK only recipes. |
3 | 7 | ||
diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index 175c7dafb2..df8ef8ef12 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | PACKAGES = "" | 5 | PACKAGES = "" |
2 | 6 | ||
3 | inherit image-postinst-intercepts image-artifact-names | 7 | inherit image-postinst-intercepts image-artifact-names |
diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index d58b2ba5d0..a28588a384 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Extensible SDK | 5 | # Extensible SDK |
2 | 6 | ||
3 | inherit populate_sdk_base | 7 | inherit populate_sdk_base |
diff --git a/meta/classes/prexport.bbclass b/meta/classes/prexport.bbclass index 6dcf99e29f..ddd0ce68db 100644 --- a/meta/classes/prexport.bbclass +++ b/meta/classes/prexport.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | PRSERV_DUMPOPT_VERSION = "${PRAUTOINX}" | 5 | PRSERV_DUMPOPT_VERSION = "${PRAUTOINX}" |
2 | PRSERV_DUMPOPT_PKGARCH = "" | 6 | PRSERV_DUMPOPT_PKGARCH = "" |
3 | PRSERV_DUMPOPT_CHECKSUM = "" | 7 | PRSERV_DUMPOPT_CHECKSUM = "" |
diff --git a/meta/classes/primport.bbclass b/meta/classes/primport.bbclass index 8ed45f03f0..4d577bf830 100644 --- a/meta/classes/primport.bbclass +++ b/meta/classes/primport.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | python primport_handler () { | 5 | python primport_handler () { |
2 | import bb.event | 6 | import bb.event |
3 | if not e.data: | 7 | if not e.data: |
diff --git a/meta/classes/ptest-gnome.bbclass b/meta/classes/ptest-gnome.bbclass index 18bd3dbff9..d68df978d7 100644 --- a/meta/classes/ptest-gnome.bbclass +++ b/meta/classes/ptest-gnome.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit ptest | 5 | inherit ptest |
2 | 6 | ||
3 | EXTRA_OECONF:append = " ${@bb.utils.contains('PTEST_ENABLED', '1', '--enable-installed-tests', '--disable-installed-tests', d)}" | 7 | EXTRA_OECONF:append = " ${@bb.utils.contains('PTEST_ENABLED', '1', '--enable-installed-tests', '--disable-installed-tests', d)}" |
diff --git a/meta/classes/ptest-perl.bbclass b/meta/classes/ptest-perl.bbclass index 5dd72c9dad..fba13934c9 100644 --- a/meta/classes/ptest-perl.bbclass +++ b/meta/classes/ptest-perl.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit ptest | 5 | inherit ptest |
2 | 6 | ||
3 | FILESEXTRAPATHS:prepend := "${COREBASE}/meta/files:" | 7 | FILESEXTRAPATHS:prepend := "${COREBASE}/meta/files:" |
diff --git a/meta/classes/ptest.bbclass b/meta/classes/ptest.bbclass index c162f5d934..bdb50ff39a 100644 --- a/meta/classes/ptest.bbclass +++ b/meta/classes/ptest.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | SUMMARY:${PN}-ptest ?= "${SUMMARY} - Package test files" | 5 | SUMMARY:${PN}-ptest ?= "${SUMMARY} - Package test files" |
2 | DESCRIPTION:${PN}-ptest ?= "${DESCRIPTION} \ | 6 | DESCRIPTION:${PN}-ptest ?= "${DESCRIPTION} \ |
3 | This package contains a test directory ${PTEST_PATH} for package test purposes." | 7 | This package contains a test directory ${PTEST_PATH} for package test purposes." |
diff --git a/meta/classes/pypi.bbclass b/meta/classes/pypi.bbclass index 5fa7b8a6ae..b59f0d33ac 100644 --- a/meta/classes/pypi.bbclass +++ b/meta/classes/pypi.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | def pypi_package(d): | 5 | def pypi_package(d): |
2 | bpn = d.getVar('BPN') | 6 | bpn = d.getVar('BPN') |
3 | if bpn.startswith('python-'): | 7 | if bpn.startswith('python-'): |
diff --git a/meta/classes/python3-dir.bbclass b/meta/classes/python3-dir.bbclass index ff03e584d4..f98380d331 100644 --- a/meta/classes/python3-dir.bbclass +++ b/meta/classes/python3-dir.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | PYTHON_BASEVERSION = "3.10" | 5 | PYTHON_BASEVERSION = "3.10" |
2 | PYTHON_ABI = "" | 6 | PYTHON_ABI = "" |
3 | PYTHON_DIR = "python${PYTHON_BASEVERSION}" | 7 | PYTHON_DIR = "python${PYTHON_BASEVERSION}" |
diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass index 3783c0c47e..ec7402d904 100644 --- a/meta/classes/python3native.bbclass +++ b/meta/classes/python3native.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit python3-dir | 5 | inherit python3-dir |
2 | 6 | ||
3 | PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" | 7 | PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3" |
diff --git a/meta/classes/python3targetconfig.bbclass b/meta/classes/python3targetconfig.bbclass index 2476858cae..ad3629180d 100644 --- a/meta/classes/python3targetconfig.bbclass +++ b/meta/classes/python3targetconfig.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit python3native | 5 | inherit python3native |
2 | 6 | ||
3 | EXTRA_PYTHON_DEPENDS ?= "" | 7 | EXTRA_PYTHON_DEPENDS ?= "" |
diff --git a/meta/classes/python_flit_core.bbclass b/meta/classes/python_flit_core.bbclass index 7109307de5..0f5301084f 100644 --- a/meta/classes/python_flit_core.bbclass +++ b/meta/classes/python_flit_core.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit python_pep517 python3native python3-dir setuptools3-base | 5 | inherit python_pep517 python3native python3-dir setuptools3-base |
2 | 6 | ||
3 | DEPENDS += "python3 python3-flit-core-native" | 7 | DEPENDS += "python3 python3-flit-core-native" |
diff --git a/meta/classes/python_hatchling.bbclass b/meta/classes/python_hatchling.bbclass index 984eb6bb5d..502ec877c1 100644 --- a/meta/classes/python_hatchling.bbclass +++ b/meta/classes/python_hatchling.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit python_pep517 python3native python3-dir setuptools3-base | 5 | inherit python_pep517 python3native python3-dir setuptools3-base |
2 | 6 | ||
3 | DEPENDS += "python3-hatchling-native" | 7 | DEPENDS += "python3-hatchling-native" |
diff --git a/meta/classes/python_pep517.bbclass b/meta/classes/python_pep517.bbclass index 7cdb9c8f9d..c001b7d157 100644 --- a/meta/classes/python_pep517.bbclass +++ b/meta/classes/python_pep517.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Common infrastructure for Python packages that use PEP-517 compliant packaging. | 5 | # Common infrastructure for Python packages that use PEP-517 compliant packaging. |
2 | # https://www.python.org/dev/peps/pep-0517/ | 6 | # https://www.python.org/dev/peps/pep-0517/ |
3 | # | 7 | # |
diff --git a/meta/classes/python_poetry_core.bbclass b/meta/classes/python_poetry_core.bbclass index 0aaf66b194..5de90a7be3 100644 --- a/meta/classes/python_poetry_core.bbclass +++ b/meta/classes/python_poetry_core.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit python_pep517 python3native setuptools3-base | 5 | inherit python_pep517 python3native setuptools3-base |
2 | 6 | ||
3 | DEPENDS += "python3-poetry-core-native" | 7 | DEPENDS += "python3-poetry-core-native" |
diff --git a/meta/classes/python_pyo3.bbclass b/meta/classes/python_pyo3.bbclass index b41e3ba075..3b938667b5 100644 --- a/meta/classes/python_pyo3.bbclass +++ b/meta/classes/python_pyo3.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # This class helps make sure that Python extensions built with PyO3 | 6 | # This class helps make sure that Python extensions built with PyO3 |
3 | # and setuptools_rust properly set up the environment for cross compilation | 7 | # and setuptools_rust properly set up the environment for cross compilation |
4 | # | 8 | # |
diff --git a/meta/classes/python_setuptools3_rust.bbclass b/meta/classes/python_setuptools3_rust.bbclass index f12e5d0cbd..0a4eaddc11 100644 --- a/meta/classes/python_setuptools3_rust.bbclass +++ b/meta/classes/python_setuptools3_rust.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit python_pyo3 setuptools3 | 5 | inherit python_pyo3 setuptools3 |
2 | 6 | ||
3 | DEPENDS += "python3-setuptools-rust-native" | 7 | DEPENDS += "python3-setuptools-rust-native" |
diff --git a/meta/classes/python_setuptools_build_meta.bbclass b/meta/classes/python_setuptools_build_meta.bbclass index 974054fe5a..346b13337e 100644 --- a/meta/classes/python_setuptools_build_meta.bbclass +++ b/meta/classes/python_setuptools_build_meta.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit setuptools3-base python_pep517 | 5 | inherit setuptools3-base python_pep517 |
2 | 6 | ||
3 | DEPENDS += "python3-setuptools-native python3-wheel-native" | 7 | DEPENDS += "python3-setuptools-native python3-wheel-native" |
diff --git a/meta/classes/qemu.bbclass b/meta/classes/qemu.bbclass index 7493ac34d4..924457a497 100644 --- a/meta/classes/qemu.bbclass +++ b/meta/classes/qemu.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # This class contains functions for recipes that need QEMU or test for its | 6 | # This class contains functions for recipes that need QEMU or test for its |
3 | # existence. | 7 | # existence. |
4 | # | 8 | # |
diff --git a/meta/classes/qemuboot.bbclass b/meta/classes/qemuboot.bbclass index ad8489902a..54cfcd25f2 100644 --- a/meta/classes/qemuboot.bbclass +++ b/meta/classes/qemuboot.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Help runqemu boot target board, "QB" means Qemu Boot, the following | 5 | # Help runqemu boot target board, "QB" means Qemu Boot, the following |
2 | # vars can be set in conf files, such as <bsp.conf> to make it can be | 6 | # vars can be set in conf files, such as <bsp.conf> to make it can be |
3 | # boot by runqemu: | 7 | # boot by runqemu: |
diff --git a/meta/classes/recipe_sanity.bbclass b/meta/classes/recipe_sanity.bbclass index 7fa4a849ea..c09a551a4f 100644 --- a/meta/classes/recipe_sanity.bbclass +++ b/meta/classes/recipe_sanity.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | def __note(msg, d): | 5 | def __note(msg, d): |
2 | bb.note("%s: recipe_sanity: %s" % (d.getVar("P"), msg)) | 6 | bb.note("%s: recipe_sanity: %s" % (d.getVar("P"), msg)) |
3 | 7 | ||
diff --git a/meta/classes/relative_symlinks.bbclass b/meta/classes/relative_symlinks.bbclass index 3157737347..15674db495 100644 --- a/meta/classes/relative_symlinks.bbclass +++ b/meta/classes/relative_symlinks.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | do_install[postfuncs] += "install_relative_symlinks" | 5 | do_install[postfuncs] += "install_relative_symlinks" |
2 | 6 | ||
3 | python install_relative_symlinks () { | 7 | python install_relative_symlinks () { |
diff --git a/meta/classes/relocatable.bbclass b/meta/classes/relocatable.bbclass index af04be5cca..7b691fe654 100644 --- a/meta/classes/relocatable.bbclass +++ b/meta/classes/relocatable.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit chrpath | 5 | inherit chrpath |
2 | 6 | ||
3 | SYSROOT_PREPROCESS_FUNCS += "relocatable_binaries_preprocess relocatable_native_pcfiles" | 7 | SYSROOT_PREPROCESS_FUNCS += "relocatable_binaries_preprocess relocatable_native_pcfiles" |
diff --git a/meta/classes/remove-libtool.bbclass b/meta/classes/remove-libtool.bbclass index 3fd0cd58f9..ef79151aa9 100644 --- a/meta/classes/remove-libtool.bbclass +++ b/meta/classes/remove-libtool.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This class removes libtool .la files after do_install | 5 | # This class removes libtool .la files after do_install |
2 | 6 | ||
3 | REMOVE_LIBTOOL_LA ?= "1" | 7 | REMOVE_LIBTOOL_LA ?= "1" |
diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass index 5f12d5aaeb..445d80c82a 100644 --- a/meta/classes/rm_work.bbclass +++ b/meta/classes/rm_work.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # Removes source after build | 6 | # Removes source after build |
3 | # | 7 | # |
4 | # To use it add that line to conf/local.conf: | 8 | # To use it add that line to conf/local.conf: |
diff --git a/meta/classes/rootfs-postcommands.bbclass b/meta/classes/rootfs-postcommands.bbclass index a8a952f31d..cce804c8a0 100644 --- a/meta/classes/rootfs-postcommands.bbclass +++ b/meta/classes/rootfs-postcommands.bbclass | |||
@@ -1,3 +1,6 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
1 | 4 | ||
2 | # Zap the root password if debug-tweaks and empty-root-password features are not enabled | 5 | # Zap the root password if debug-tweaks and empty-root-password features are not enabled |
3 | ROOTFS_POSTPROCESS_COMMAND += '${@bb.utils.contains_any("IMAGE_FEATURES", [ 'debug-tweaks', 'empty-root-password' ], "", "zap_empty_root_password; ",d)}' | 6 | ROOTFS_POSTPROCESS_COMMAND += '${@bb.utils.contains_any("IMAGE_FEATURES", [ 'debug-tweaks', 'empty-root-password' ], "", "zap_empty_root_password; ",d)}' |
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index 245c256a6f..48732e9784 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # Creates a root filesystem out of IPKs | 6 | # Creates a root filesystem out of IPKs |
3 | # | 7 | # |
4 | # This rootfs can be mounted via root-nfs or it can be put into an cramfs/jffs etc. | 8 | # This rootfs can be mounted via root-nfs or it can be put into an cramfs/jffs etc. |
diff --git a/meta/classes/rootfs_rpm.bbclass b/meta/classes/rootfs_rpm.bbclass index bec4d63ed6..629e1d41a9 100644 --- a/meta/classes/rootfs_rpm.bbclass +++ b/meta/classes/rootfs_rpm.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # Creates a root filesystem out of rpm packages | 6 | # Creates a root filesystem out of rpm packages |
3 | # | 7 | # |
4 | 8 | ||
diff --git a/meta/classes/rootfsdebugfiles.bbclass b/meta/classes/rootfsdebugfiles.bbclass index 85c7ec7434..98cea38de0 100644 --- a/meta/classes/rootfsdebugfiles.bbclass +++ b/meta/classes/rootfsdebugfiles.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This class installs additional files found on the build host | 5 | # This class installs additional files found on the build host |
2 | # directly into the rootfs. | 6 | # directly into the rootfs. |
3 | # | 7 | # |
diff --git a/meta/classes/rust-bin.bbclass b/meta/classes/rust-bin.bbclass index 7a70a7b6ba..369c574ed0 100644 --- a/meta/classes/rust-bin.bbclass +++ b/meta/classes/rust-bin.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit rust | 5 | inherit rust |
2 | 6 | ||
3 | RDEPENDS:${PN}:append:class-target = " ${RUSTLIB_DEP}" | 7 | RDEPENDS:${PN}:append:class-target = " ${RUSTLIB_DEP}" |
diff --git a/meta/classes/rust-common.bbclass b/meta/classes/rust-common.bbclass index 4c1a63df0d..344e658615 100644 --- a/meta/classes/rust-common.bbclass +++ b/meta/classes/rust-common.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit python3native | 5 | inherit python3native |
2 | inherit rust-target-config | 6 | inherit rust-target-config |
3 | 7 | ||
diff --git a/meta/classes/rust-target-config.bbclass b/meta/classes/rust-target-config.bbclass index 135ed86308..b77984dcbc 100644 --- a/meta/classes/rust-target-config.bbclass +++ b/meta/classes/rust-target-config.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Right now this is focused on arm-specific tune features. | 5 | # Right now this is focused on arm-specific tune features. |
2 | # We get away with this for now as one can only use x86-64 as the build host | 6 | # We get away with this for now as one can only use x86-64 as the build host |
3 | # (not arm). | 7 | # (not arm). |
diff --git a/meta/classes/rust.bbclass b/meta/classes/rust.bbclass index 2639cecfd4..b91de85db2 100644 --- a/meta/classes/rust.bbclass +++ b/meta/classes/rust.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit rust-common | 5 | inherit rust-common |
2 | 6 | ||
3 | RUSTC = "rustc" | 7 | RUSTC = "rustc" |
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index b1fac107d5..f1ebdf5684 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # Sanity check the users setup for common misconfigurations | 6 | # Sanity check the users setup for common misconfigurations |
3 | # | 7 | # |
4 | 8 | ||
diff --git a/meta/classes/scons.bbclass b/meta/classes/scons.bbclass index 80f8382107..ead5ec4ce1 100644 --- a/meta/classes/scons.bbclass +++ b/meta/classes/scons.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit python3native | 5 | inherit python3native |
2 | 6 | ||
3 | DEPENDS += "python3-scons-native" | 7 | DEPENDS += "python3-scons-native" |
diff --git a/meta/classes/setuptools3-base.bbclass b/meta/classes/setuptools3-base.bbclass index 15abe1dd63..5d90ec1b19 100644 --- a/meta/classes/setuptools3-base.bbclass +++ b/meta/classes/setuptools3-base.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | DEPENDS:append:class-target = " ${PYTHON_PN}-native ${PYTHON_PN}" | 5 | DEPENDS:append:class-target = " ${PYTHON_PN}-native ${PYTHON_PN}" |
2 | DEPENDS:append:class-nativesdk = " ${PYTHON_PN}-native ${PYTHON_PN}" | 6 | DEPENDS:append:class-nativesdk = " ${PYTHON_PN}-native ${PYTHON_PN}" |
3 | RDEPENDS:${PN}:append:class-target = " ${PYTHON_PN}-core" | 7 | RDEPENDS:${PN}:append:class-target = " ${PYTHON_PN}-core" |
diff --git a/meta/classes/setuptools3.bbclass b/meta/classes/setuptools3.bbclass index 66c94660d8..c08178fcf5 100644 --- a/meta/classes/setuptools3.bbclass +++ b/meta/classes/setuptools3.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit setuptools3-base python_pep517 | 5 | inherit setuptools3-base python_pep517 |
2 | 6 | ||
3 | DEPENDS += "python3-setuptools-native python3-wheel-native" | 7 | DEPENDS += "python3-setuptools-native python3-wheel-native" |
diff --git a/meta/classes/setuptools3_legacy.bbclass b/meta/classes/setuptools3_legacy.bbclass index 5a99daadb5..0d9345d847 100644 --- a/meta/classes/setuptools3_legacy.bbclass +++ b/meta/classes/setuptools3_legacy.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This class is for packages which use the deprecated setuptools behaviour, | 5 | # This class is for packages which use the deprecated setuptools behaviour, |
2 | # specifically custom install tasks which don't work correctly with bdist_wheel. | 6 | # specifically custom install tasks which don't work correctly with bdist_wheel. |
3 | # This behaviour is deprecated in setuptools[1] and won't work in the future, so | 7 | # This behaviour is deprecated in setuptools[1] and won't work in the future, so |
diff --git a/meta/classes/sign_ipk.bbclass b/meta/classes/sign_ipk.bbclass index e5057b7799..940d29f451 100644 --- a/meta/classes/sign_ipk.bbclass +++ b/meta/classes/sign_ipk.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Class for generating signed IPK packages. | 5 | # Class for generating signed IPK packages. |
2 | # | 6 | # |
3 | # Configuration variables used by this class: | 7 | # Configuration variables used by this class: |
diff --git a/meta/classes/sign_package_feed.bbclass b/meta/classes/sign_package_feed.bbclass index f1504c2225..d29985d532 100644 --- a/meta/classes/sign_package_feed.bbclass +++ b/meta/classes/sign_package_feed.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Class for signing package feeds | 5 | # Class for signing package feeds |
2 | # | 6 | # |
3 | # Related configuration variables that will be used after this class is | 7 | # Related configuration variables that will be used after this class is |
diff --git a/meta/classes/sign_rpm.bbclass b/meta/classes/sign_rpm.bbclass index 73a55a512d..159d525261 100644 --- a/meta/classes/sign_rpm.bbclass +++ b/meta/classes/sign_rpm.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Class for generating signed RPM packages. | 5 | # Class for generating signed RPM packages. |
2 | # | 6 | # |
3 | # Configuration variables used by this class: | 7 | # Configuration variables used by this class: |
diff --git a/meta/classes/siteconfig.bbclass b/meta/classes/siteconfig.bbclass index 0cfa5a6834..96491cf828 100644 --- a/meta/classes/siteconfig.bbclass +++ b/meta/classes/siteconfig.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | python siteconfig_do_siteconfig () { | 5 | python siteconfig_do_siteconfig () { |
2 | shared_state = sstate_state_fromvars(d) | 6 | shared_state = sstate_state_fromvars(d) |
3 | if shared_state['task'] != 'populate_sysroot': | 7 | if shared_state['task'] != 'populate_sysroot': |
diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass index 3555d5a663..2f20ad781f 100644 --- a/meta/classes/siteinfo.bbclass +++ b/meta/classes/siteinfo.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This class exists to provide information about the targets that | 5 | # This class exists to provide information about the targets that |
2 | # may be needed by other classes and/or recipes. If you add a new | 6 | # may be needed by other classes and/or recipes. If you add a new |
3 | # target this will probably need to be updated. | 7 | # target this will probably need to be updated. |
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 0aa901fe89..5009ce825c 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | SSTATE_VERSION = "10" | 5 | SSTATE_VERSION = "10" |
2 | 6 | ||
3 | SSTATE_ZSTD_CLEVEL ??= "8" | 7 | SSTATE_ZSTD_CLEVEL ??= "8" |
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass index bf8ca58b0b..55df9d1c91 100644 --- a/meta/classes/staging.bbclass +++ b/meta/classes/staging.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # These directories will be staged in the sysroot | 5 | # These directories will be staged in the sysroot |
2 | SYSROOT_DIRS = " \ | 6 | SYSROOT_DIRS = " \ |
3 | ${includedir} \ | 7 | ${includedir} \ |
diff --git a/meta/classes/systemd-boot-cfg.bbclass b/meta/classes/systemd-boot-cfg.bbclass index b3e0e6ad41..64fe81d6d0 100644 --- a/meta/classes/systemd-boot-cfg.bbclass +++ b/meta/classes/systemd-boot-cfg.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | SYSTEMD_BOOT_CFG ?= "${S}/loader.conf" | 5 | SYSTEMD_BOOT_CFG ?= "${S}/loader.conf" |
2 | SYSTEMD_BOOT_ENTRIES ?= "" | 6 | SYSTEMD_BOOT_ENTRIES ?= "" |
3 | SYSTEMD_BOOT_TIMEOUT ?= "10" | 7 | SYSTEMD_BOOT_TIMEOUT ?= "10" |
diff --git a/meta/classes/systemd.bbclass b/meta/classes/systemd.bbclass index 09ec52792d..c24ed90664 100644 --- a/meta/classes/systemd.bbclass +++ b/meta/classes/systemd.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # The list of packages that should have systemd packaging scripts added. For | 5 | # The list of packages that should have systemd packaging scripts added. For |
2 | # each entry, optionally have a SYSTEMD_SERVICE:[package] that lists the service | 6 | # each entry, optionally have a SYSTEMD_SERVICE:[package] that lists the service |
3 | # files in this package. If this variable isn't set, [package].service is used. | 7 | # files in this package. If this variable isn't set, [package].service is used. |
diff --git a/meta/classes/terminal.bbclass b/meta/classes/terminal.bbclass index a564ee7494..5ca9104641 100644 --- a/meta/classes/terminal.bbclass +++ b/meta/classes/terminal.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | OE_TERMINAL ?= 'auto' | 5 | OE_TERMINAL ?= 'auto' |
2 | OE_TERMINAL[type] = 'choice' | 6 | OE_TERMINAL[type] = 'choice' |
3 | OE_TERMINAL[choices] = 'auto none \ | 7 | OE_TERMINAL[choices] = 'auto none \ |
diff --git a/meta/classes/texinfo.bbclass b/meta/classes/texinfo.bbclass index 68c9d4fb70..d7afbc7d6a 100644 --- a/meta/classes/texinfo.bbclass +++ b/meta/classes/texinfo.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This class is inherited by recipes whose upstream packages invoke the | 5 | # This class is inherited by recipes whose upstream packages invoke the |
2 | # texinfo utilities at build-time. Native and cross recipes are made to use the | 6 | # texinfo utilities at build-time. Native and cross recipes are made to use the |
3 | # dummy scripts provided by texinfo-dummy-native, for improved performance. | 7 | # dummy scripts provided by texinfo-dummy-native, for improved performance. |
diff --git a/meta/classes/toolchain-scripts-base.bbclass b/meta/classes/toolchain-scripts-base.bbclass index 2489b9dbeb..e0719e584b 100644 --- a/meta/classes/toolchain-scripts-base.bbclass +++ b/meta/classes/toolchain-scripts-base.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | #This function create a version information file | 5 | #This function create a version information file |
2 | toolchain_create_sdk_version () { | 6 | toolchain_create_sdk_version () { |
3 | local versionfile=$1 | 7 | local versionfile=$1 |
diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index 16f1e17607..eec7780530 100644 --- a/meta/classes/toolchain-scripts.bbclass +++ b/meta/classes/toolchain-scripts.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit toolchain-scripts-base siteinfo kernel-arch | 5 | inherit toolchain-scripts-base siteinfo kernel-arch |
2 | 6 | ||
3 | # We want to be able to change the value of MULTIMACH_TARGET_SYS, because it | 7 | # We want to be able to change the value of MULTIMACH_TARGET_SYS, because it |
diff --git a/meta/classes/typecheck.bbclass b/meta/classes/typecheck.bbclass index 72da932232..86fcf28942 100644 --- a/meta/classes/typecheck.bbclass +++ b/meta/classes/typecheck.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Check types of bitbake configuration variables | 5 | # Check types of bitbake configuration variables |
2 | # | 6 | # |
3 | # See oe.types for details. | 7 | # See oe.types for details. |
diff --git a/meta/classes/uboot-sign.bbclass b/meta/classes/uboot-sign.bbclass index eecdec9160..970f20407b 100644 --- a/meta/classes/uboot-sign.bbclass +++ b/meta/classes/uboot-sign.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This file is part of U-Boot verified boot support and is intended to be | 5 | # This file is part of U-Boot verified boot support and is intended to be |
2 | # inherited from u-boot recipe and from kernel-fitimage.bbclass. | 6 | # inherited from u-boot recipe and from kernel-fitimage.bbclass. |
3 | # | 7 | # |
diff --git a/meta/classes/uninative.bbclass b/meta/classes/uninative.bbclass index 6a9e862bcd..76999eb653 100644 --- a/meta/classes/uninative.bbclass +++ b/meta/classes/uninative.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | UNINATIVE_LOADER ?= "${UNINATIVE_STAGING_DIR}-uninative/${BUILD_ARCH}-linux/lib/${@bb.utils.contains('BUILD_ARCH', 'x86_64', 'ld-linux-x86-64.so.2', '', d)}${@bb.utils.contains('BUILD_ARCH', 'i686', 'ld-linux.so.2', '', d)}${@bb.utils.contains('BUILD_ARCH', 'aarch64', 'ld-linux-aarch64.so.1', '', d)}${@bb.utils.contains('BUILD_ARCH', 'ppc64le', 'ld64.so.2', '', d)}" | 5 | UNINATIVE_LOADER ?= "${UNINATIVE_STAGING_DIR}-uninative/${BUILD_ARCH}-linux/lib/${@bb.utils.contains('BUILD_ARCH', 'x86_64', 'ld-linux-x86-64.so.2', '', d)}${@bb.utils.contains('BUILD_ARCH', 'i686', 'ld-linux.so.2', '', d)}${@bb.utils.contains('BUILD_ARCH', 'aarch64', 'ld-linux-aarch64.so.1', '', d)}${@bb.utils.contains('BUILD_ARCH', 'ppc64le', 'ld64.so.2', '', d)}" |
2 | UNINATIVE_STAGING_DIR ?= "${STAGING_DIR}" | 6 | UNINATIVE_STAGING_DIR ?= "${STAGING_DIR}" |
3 | 7 | ||
diff --git a/meta/classes/update-alternatives.bbclass b/meta/classes/update-alternatives.bbclass index fc1ffd828c..0946589868 100644 --- a/meta/classes/update-alternatives.bbclass +++ b/meta/classes/update-alternatives.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This class is used to help the alternatives system which is useful when | 5 | # This class is used to help the alternatives system which is useful when |
2 | # multiple sources provide same command. You can use update-alternatives | 6 | # multiple sources provide same command. You can use update-alternatives |
3 | # command directly in your recipe, but in most cases this class simplifies | 7 | # command directly in your recipe, but in most cases this class simplifies |
diff --git a/meta/classes/update-rc.d.bbclass b/meta/classes/update-rc.d.bbclass index 0a3a608662..b92ff5a4fa 100644 --- a/meta/classes/update-rc.d.bbclass +++ b/meta/classes/update-rc.d.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | UPDATERCPN ?= "${PN}" | 5 | UPDATERCPN ?= "${PN}" |
2 | 6 | ||
3 | DEPENDS:append:class-target = "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', ' update-rc.d initscripts', '', d)}" | 7 | DEPENDS:append:class-target = "${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', ' update-rc.d initscripts', '', d)}" |
diff --git a/meta/classes/upstream-version-is-even.bbclass b/meta/classes/upstream-version-is-even.bbclass index 256c752423..b89a13414d 100644 --- a/meta/classes/upstream-version-is-even.bbclass +++ b/meta/classes/upstream-version-is-even.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This class ensures that the upstream version check only | 5 | # This class ensures that the upstream version check only |
2 | # accepts even minor versions (i.e. 3.0.x, 3.2.x, 3.4.x, etc.) | 6 | # accepts even minor versions (i.e. 3.0.x, 3.2.x, 3.4.x, etc.) |
3 | # This scheme is used by Gnome and a number of other projects | 7 | # This scheme is used by Gnome and a number of other projects |
diff --git a/meta/classes/useradd-staticids.bbclass b/meta/classes/useradd-staticids.bbclass index 3acf59cd46..c994b5979e 100644 --- a/meta/classes/useradd-staticids.bbclass +++ b/meta/classes/useradd-staticids.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # In order to support a deterministic set of 'dynamic' users/groups, | 5 | # In order to support a deterministic set of 'dynamic' users/groups, |
2 | # we need a function to reformat the params based on a static file | 6 | # we need a function to reformat the params based on a static file |
3 | def update_useradd_static_config(d): | 7 | def update_useradd_static_config(d): |
diff --git a/meta/classes/useradd.bbclass b/meta/classes/useradd.bbclass index 20771a0ce5..2aff3eda42 100644 --- a/meta/classes/useradd.bbclass +++ b/meta/classes/useradd.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | inherit useradd_base | 5 | inherit useradd_base |
2 | 6 | ||
3 | # base-passwd-cross provides the default passwd and group files in the | 7 | # base-passwd-cross provides the default passwd and group files in the |
diff --git a/meta/classes/useradd_base.bbclass b/meta/classes/useradd_base.bbclass index 7f5b9b7219..ee8cc6c843 100644 --- a/meta/classes/useradd_base.bbclass +++ b/meta/classes/useradd_base.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # This bbclass provides basic functionality for user/group settings. | 5 | # This bbclass provides basic functionality for user/group settings. |
2 | # This bbclass is intended to be inherited by useradd.bbclass and | 6 | # This bbclass is intended to be inherited by useradd.bbclass and |
3 | # extrausers.bbclass. | 7 | # extrausers.bbclass. |
diff --git a/meta/classes/utility-tasks.bbclass b/meta/classes/utility-tasks.bbclass index 0466325c13..1275a45861 100644 --- a/meta/classes/utility-tasks.bbclass +++ b/meta/classes/utility-tasks.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | addtask listtasks | 5 | addtask listtasks |
2 | do_listtasks[nostamp] = "1" | 6 | do_listtasks[nostamp] = "1" |
3 | python do_listtasks() { | 7 | python do_listtasks() { |
diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass index e6f7f95d80..27f6f8d324 100644 --- a/meta/classes/utils.bbclass +++ b/meta/classes/utils.bbclass | |||
@@ -1,3 +1,6 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
1 | 4 | ||
2 | oe_soinstall() { | 5 | oe_soinstall() { |
3 | # Purpose: Install shared library file and | 6 | # Purpose: Install shared library file and |
diff --git a/meta/classes/vala.bbclass b/meta/classes/vala.bbclass index bfcceff7cf..65e15013e1 100644 --- a/meta/classes/vala.bbclass +++ b/meta/classes/vala.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # Everyone needs vala-native and targets need vala, too, | 5 | # Everyone needs vala-native and targets need vala, too, |
2 | # because that is where target builds look for .vapi files. | 6 | # because that is where target builds look for .vapi files. |
3 | # | 7 | # |
diff --git a/meta/classes/waf.bbclass b/meta/classes/waf.bbclass index 464564afa1..ef24c61dd8 100644 --- a/meta/classes/waf.bbclass +++ b/meta/classes/waf.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | # avoids build breaks when using no-static-libs.inc | 5 | # avoids build breaks when using no-static-libs.inc |
2 | DISABLE_STATIC = "" | 6 | DISABLE_STATIC = "" |
3 | 7 | ||
diff --git a/meta/classes/xmlcatalog.bbclass b/meta/classes/xmlcatalog.bbclass index be155b7bc2..14a1094d0f 100644 --- a/meta/classes/xmlcatalog.bbclass +++ b/meta/classes/xmlcatalog.bbclass | |||
@@ -1,3 +1,7 @@ | |||
1 | # | ||
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
1 | DEPENDS = "libxml2-native" | 5 | DEPENDS = "libxml2-native" |
2 | 6 | ||
3 | # A whitespace-separated list of XML catalogs to be registered, for example | 7 | # A whitespace-separated list of XML catalogs to be registered, for example |
diff --git a/meta/classes/yocto-check-layer.bbclass b/meta/classes/yocto-check-layer.bbclass index 329d3f8edb..2d21676ec2 100644 --- a/meta/classes/yocto-check-layer.bbclass +++ b/meta/classes/yocto-check-layer.bbclass | |||
@@ -1,4 +1,8 @@ | |||
1 | # | 1 | # |
2 | # Copyright OpenEmbedded Contributors | ||
3 | # | ||
4 | |||
5 | # | ||
2 | # This class is used by yocto-check-layer script for additional per-recipe tests | 6 | # This class is used by yocto-check-layer script for additional per-recipe tests |
3 | # The first test ensures that the layer has no recipes skipping 'installed-vs-shipped' QA checks | 7 | # The first test ensures that the layer has no recipes skipping 'installed-vs-shipped' QA checks |
4 | # | 8 | # |