From b2f3ac4d994a1921791f6bd0cdb3591586733694 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 12 Mar 2018 16:38:57 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'meta/recipes-kernel') 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 889878ddc0..d63701e5a0 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" - -- cgit 1.2.3-korg