diff options
author | Ross Burton <ross.burton@intel.com> | 2018-03-12 16:38:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-12 15:46:34 -0700 |
commit | b2f3ac4d994a1921791f6bd0cdb3591586733694 (patch) | |
tree | db738bf9f5be3a296482d5ea4c7bf9cf8a99180e /meta/recipes-kernel | |
parent | f2e56f6e0da27c70781e51b5486ca6c731013f1c (diff) | |
download | openembedded-core-contrib-b2f3ac4d994a1921791f6bd0cdb3591586733694.tar.gz |
meta: remove some EXCLUDE_FROM_WORLD assignments
Now that we have recipe-specific-sysroots we don't need to exclude recipes from
world builds because they conflict with other recipes, as they'll all be built
with their own sysroots.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb index 889878ddc00..d63701e5a05 100644 --- a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb +++ b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb @@ -24,9 +24,3 @@ do_configure() { oe_runmake CC="${KERNEL_CC}" LD="${KERNEL_LD}" AR="${KERNEL_AR}" \ -C ${STAGING_KERNEL_DIR} O=${STAGING_KERNEL_BUILDDIR} scripts } - - -# There is no reason to build this on its own. -# -EXCLUDE_FROM_WORLD = "1" - |