summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-12-06 16:42:36 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-12-06 16:42:36 +0000
commit5123b0ba8cd185dbc975e1a0b9a10527b310242b (patch)
tree45cfcdd1a73f79d71b7086923413618945233e6b /config
parent982e54e0ea62b844bc376b1c321d0d5c6fe0f1ab (diff)
downloadptxdist-5123b0ba8cd185dbc975e1a0b9a10527b310242b.tar.gz
ptxdist-5123b0ba8cd185dbc975e1a0b9a10527b310242b.tar.xz
remove deprecated options
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3491 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'config')
-rw-r--r--config/setup/Kconfig33
-rw-r--r--config/setup/ptxdistrc.default4
2 files changed, 5 insertions, 32 deletions
diff --git a/config/setup/Kconfig b/config/setup/Kconfig
index 5e43dc9a0..0609a30ea 100644
--- a/config/setup/Kconfig
+++ b/config/setup/Kconfig
@@ -47,7 +47,7 @@ menu "Sources "
config SETUP_SRCDIR
prompt "Source Directory"
string
- default "$(PTXDIST_TOPDIR)/local_src"
+ default "$(PTXDIST_WORKSPACE)/src"
help
This directoy is taken if PTXdist searches for vanilla
sources. If the source is not already there, PTXdist
@@ -55,33 +55,6 @@ config SETUP_SRCDIR
endmenu
-menu "Patches "
-
-config SETUP_LOCAL_PATCH_REPOSITORY
- prompt "1st patch source: URL Patch Repository"
- string
- default "file://$(PTXDIST_TOPDIR)/local_patches"
- help
- PTXdist searches for local patches in this location.
- "patches" are bug fixing patches only; if you need patches
- which introduce special features to a packet, use the
- "feature patches" options below.
-
- The string entered here has to be URL style; for local
- patch repositories it can also contain file://
-
- PTXdist uses this URL as the primary source for patches.
-
-config SETUP_PATCH_REPOSITORY
- prompt "2nd patch source: Online Patch Repository"
- bool
- default y
- help
- If this option is active, PTXdist directly downloads patches
- from the PTXdist Patch Repository.
-
-endmenu
-
menu "Feature Patches "
config SETUP_LOCAL_FEATUREPATCH_REPOSITORY
@@ -103,7 +76,7 @@ config SETUP_PROJECTDIR1
string
default "$(PTXDIST_TOPDIR)/projects"
help
- PTXdist uses the term "projecst" for configurations which form
+ PTXdist uses the term "projects" for configurations which form
a configuration for a certain embedded board. A project
consists of a .config file and maybe additional scripts,
file or whatever is needed to build a project.
@@ -117,7 +90,7 @@ config SETUP_PROJECTDIR2
default "$(PTXDIST_TOPDIR)/local_projects"
depends on SETUP_PROJECTDIR1 != ""
help
- PTXdist uses the term "projecst" for configurations which form
+ PTXdist uses the term "projects" for configurations which form
a configuration for a certain embedded board. A project
consists of a .config file and maybe additional scripts,
file or whatever is needed to build a project.
diff --git a/config/setup/ptxdistrc.default b/config/setup/ptxdistrc.default
index eff644668..fe56e9743 100644
--- a/config/setup/ptxdistrc.default
+++ b/config/setup/ptxdistrc.default
@@ -13,7 +13,7 @@ PTXCONF_SETUP_PTXCONF=y
#
# Sources
#
-PTXCONF_SETUP_SRCDIR="$(PTXDIST_TOPDIR)/local_src"
+PTXCONF_SETUP_SRCDIR="$(PTXDIST_WORKSPACE)/src"
#
# Patches
@@ -30,7 +30,7 @@ PTXCONF_SETUP_LOCAL_FEATUREPATCH_REPOSITORY="$(PTXDIST_TOPDIR)/local_featurepatc
# Projects
#
PTXCONF_SETUP_PROJECTDIR1="$(PTXDIST_TOPDIR)/projects"
-PTXCONF_SETUP_PROJECTDIR2="$(PTXDIST_TOPDIR)/local_projects"
+PTXCONF_SETUP_PROJECTDIR2="$(PTXDIST_WORKSPACE)/local_projects"
#
# Mirrors