diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/generic.conf | 1 | ||||
-rw-r--r-- | conf/distro/include/openzaurus.inc | 2 | ||||
-rw-r--r-- | conf/distro/openprotium.conf | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/conf/distro/generic.conf b/conf/distro/generic.conf index dbe68f24a4..17d7d657b1 100644 --- a/conf/distro/generic.conf +++ b/conf/distro/generic.conf @@ -19,7 +19,6 @@ DISTRO_TYPE = "debug" # # Naming schemes # -PARALLEL_INSTALL_MODULES = "1" INHERIT += "debian multimachine" # diff --git a/conf/distro/include/openzaurus.inc b/conf/distro/include/openzaurus.inc index 8274148823..4cdb68b4e3 100644 --- a/conf/distro/include/openzaurus.inc +++ b/conf/distro/include/openzaurus.inc @@ -13,8 +13,6 @@ TARGET_FPU = "soft" BOOTSTRAP_EXTRA_RDEPENDS += "openzaurus-version" -PARALLEL_INSTALL_MODULES = "1" - DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" # Set minimal version of BitBake needed diff --git a/conf/distro/openprotium.conf b/conf/distro/openprotium.conf index fc50cefe40..fd07a1a3b9 100644 --- a/conf/distro/openprotium.conf +++ b/conf/distro/openprotium.conf @@ -8,7 +8,6 @@ DISTRO_TYPE = "alpha" # # Naming schemes # -#PARALLEL_INSTALL_MODULES = "1" INHERIT += "debian" # |