diff options
Diffstat (limited to 'meta/conf')
| -rw-r--r-- | meta/conf/bitbake.conf | 2 | ||||
| -rw-r--r-- | meta/conf/distro/defaultsetup.conf | 3 | ||||
| -rw-r--r-- | meta/conf/documentation.conf | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 7faf6f05f4..d60f6facd6 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -90,6 +90,8 @@ ROOT_HOME ??= "/home/root" | |||
| 90 | # If set to boolean false ('no', 'n', 'false', 'f', '0'), /var/log is on persistent storage. | 90 | # If set to boolean false ('no', 'n', 'false', 'f', '0'), /var/log is on persistent storage. |
| 91 | VOLATILE_LOG_DIR ?= "yes" | 91 | VOLATILE_LOG_DIR ?= "yes" |
| 92 | 92 | ||
| 93 | BB_RENAMED_VARIABLES[PNBLACKLIST] = "SKIP_RECIPE" | ||
| 94 | |||
| 93 | ################################################################## | 95 | ################################################################## |
| 94 | # Architecture-dependent build variables. | 96 | # Architecture-dependent build variables. |
| 95 | ################################################################## | 97 | ################################################################## |
diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf index b36a4ffffe..f6894f3ab5 100644 --- a/meta/conf/distro/defaultsetup.conf +++ b/meta/conf/distro/defaultsetup.conf | |||
| @@ -14,9 +14,8 @@ TMPDIR .= "${TCLIBCAPPEND}" | |||
| 14 | 14 | ||
| 15 | USER_CLASSES ?= "" | 15 | USER_CLASSES ?= "" |
| 16 | PACKAGE_CLASSES ?= "package_ipk" | 16 | PACKAGE_CLASSES ?= "package_ipk" |
| 17 | INHERIT_BLACKLIST = "blacklist" | ||
| 18 | INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool" | 17 | INHERIT_DISTRO ?= "debian devshell sstate license remove-libtool" |
| 19 | INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} ${INHERIT_DISTRO} ${INHERIT_BLACKLIST}" | 18 | INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} ${INHERIT_DISTRO}" |
| 20 | 19 | ||
| 21 | INIT_MANAGER ??= "none" | 20 | INIT_MANAGER ??= "none" |
| 22 | require conf/distro/include/init-manager-${INIT_MANAGER}.inc | 21 | require conf/distro/include/init-manager-${INIT_MANAGER}.inc |
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index 6b50ad08a8..9614448a1f 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf | |||
| @@ -331,7 +331,6 @@ PKGDATA_DIR[doc] = "Points to a shared, global-state directory that holds data g | |||
| 331 | PKGDEST[doc] = "Points to the parent directory for files to be packaged after they have been split into individual packages." | 331 | PKGDEST[doc] = "Points to the parent directory for files to be packaged after they have been split into individual packages." |
| 332 | PKGDESTWORK[doc] = "Points to a temporary work area used by the do_package task to write output from the do_packagedata task." | 332 | PKGDESTWORK[doc] = "Points to a temporary work area used by the do_package task to write output from the do_packagedata task." |
| 333 | PN[doc] = "PN refers to a recipe name in the context of a file used by the OpenEmbedded build system as input to create a package. It refers to a package name in the context of a file created or produced by the OpenEmbedded build system." | 333 | PN[doc] = "PN refers to a recipe name in the context of a file used by the OpenEmbedded build system as input to create a package. It refers to a package name in the context of a file created or produced by the OpenEmbedded build system." |
| 334 | PNBLACKLIST[doc] = "Lists recipes you do not want the OpenEmbedded build system to build." | ||
| 335 | PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'." | 334 | PR[doc] = "The revision of the recipe. The default value for this variable is 'r0'." |
| 336 | PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference." | 335 | PREFERRED_PROVIDER[doc] = "If multiple recipes provide an item, this variable determines which recipe should be given preference." |
| 337 | PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference." | 336 | PREFERRED_VERSION[doc] = "If there are multiple versions of recipes available, this variable determines which recipe should be given preference." |
| @@ -385,6 +384,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS[doc] = "A list of recipe dependencies that shoul | |||
| 385 | SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change." | 384 | SIGGEN_EXCLUDERECIPES_ABISAFE[doc] = "A list of recipes that are completely stable and will never change." |
| 386 | SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU." | 385 | SITEINFO_BITS[doc] = "Specifies the number of bits for the target system CPU." |
| 387 | SITEINFO_ENDIANNESS[doc] = "Specifies the endian byte order of the target system. The value should be either 'le' for 'little-endian' or 'be' for 'big-endian'." | 386 | SITEINFO_ENDIANNESS[doc] = "Specifies the endian byte order of the target system. The value should be either 'le' for 'little-endian' or 'be' for 'big-endian'." |
| 387 | SKIP_RECIPE[doc] = "Lists recipes you do not want the OpenEmbedded build system to build." | ||
| 388 | SOC_FAMILY[doc] = "Groups together machines based upon the same family of SOC (System On Chip). You typically set this variable in a common .inc file that you include in the configuration files of all the machines." | 388 | SOC_FAMILY[doc] = "Groups together machines based upon the same family of SOC (System On Chip). You typically set this variable in a common .inc file that you include in the configuration files of all the machines." |
| 389 | SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform." | 389 | SOLIBS[doc] = "Defines the suffix for shared libraries used on the target platform." |
| 390 | SOLIBSDEV[doc] = "Defines the suffix for the development symbolic link (symlink) for shared libraries on the target platform." | 390 | SOLIBSDEV[doc] = "Defines the suffix for the development symbolic link (symlink) for shared libraries on the target platform." |
