diff options
author | Phil Blundell <philb@gnu.org> | 2012-09-26 13:02:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:13:33 +0100 |
commit | 8f856918605bc634b32810e7a15a2f70b590e4de (patch) | |
tree | d5760530109b592810f2d2e735ff9d6c871c263f /meta/conf | |
parent | 895994afd8993e06eb5c8dc0274406951cec6971 (diff) | |
download | poky-8f856918605bc634b32810e7a15a2f70b590e4de.tar.gz |
kernel.bbclass, module.bbclass: Make update-modules optional
The update-modules mechanism is something of a historical relic and it isn't
entirely clear that it has a great deal of value nowadays. Also, it causes a
problem when building a read-only rootfs since update-modules itself refuses
to configure offline.
Allow DISTROs to circumvent this whole thing by declaring (via DISTRO_FEATURES)
that they don't wish to use update-modules. This is backfilled for existing
distributions and will have to be marked as CONSIDERED by those who actually
don't want it.
(From OE-Core rev: 14bf8ed115453077b4d4042b4b70ed6b3bca2a9f)
Signed-off-by: Phil Blundell <pb@pbcl.net>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 5cb5b1352f..324dc9fd14 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -727,7 +727,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS ?= "" | |||
727 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" | 727 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS ?= "" |
728 | IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}" | 728 | IMAGE_FEATURES += "${EXTRA_IMAGE_FEATURES}" |
729 | 729 | ||
730 | DISTRO_FEATURES_BACKFILL = "pulseaudio" | 730 | DISTRO_FEATURES_BACKFILL = "pulseaudio update-modules" |
731 | DISTRO_FEATURES_append = "${@oe.utils.features_backfill("DISTRO_FEATURES",d)}" | 731 | DISTRO_FEATURES_append = "${@oe.utils.features_backfill("DISTRO_FEATURES",d)}" |
732 | 732 | ||
733 | MACHINE_FEATURES_BACKFILL = "rtc" | 733 | MACHINE_FEATURES_BACKFILL = "rtc" |