Changeset f596dde for Config.in


Ignore:
Timestamp:
04/24/2019 04:16:20 PM (5 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
2c603d8
Parents:
7fa9369
Message:

Get rid of the GPLv2 license:

  • Replace the menu system with the Kconfiglib, which has an ISC license
  • Remove farce and any reference to it
  • Rewrite the copyright notice, add the LICENSE files
  • Adapt Config.in and a few other programs to the new menu system
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r7fa9369 rf596dde  
    4242
    4343    choice
    44     depends BOOK_BLFS
     44    depends on BOOK_BLFS
    4545    prompt "Init system"
    4646
     
    108108        string    "Branch (preceded by \"branch-\"), stable Version, or tag"
    109109        default    "**EDIT ME**"
    110         depends    BRANCH
     110        depends on    BRANCH
    111111        help
    112112            A list of valid branches and stable book IDs is available at
     
    119119        string    "Loc of working copy (mandatory)"
    120120        default    "**EDIT ME**"
    121         depends    WORKING_COPY
     121        depends on    WORKING_COPY
    122122        help
    123123            The full path to a local copy of the book XML sources
     
    129129        prompt    "Target architecture"
    130130        default    ARCH_X86
    131         depends    BOOK_CLFS || BOOK_CLFS2 || BOOK_CLFS3
     131        depends on    BOOK_CLFS || BOOK_CLFS2 || BOOK_CLFS3
    132132        help
    133133            Choose the target system base architecture
     
    157157    choice
    158158        prompt    "Hardware Platform"
    159         depends    BOOK_CLFS3 && ARCH_MIPS
     159        depends on    BOOK_CLFS3 && ARCH_MIPS
    160160        default    PLATFORM_GENERIC
    161161        help
     
    172172    choice
    173173        prompt    "Library"
    174         depends    (BOOK_CLFS && !ARCH_ALPHA) || (BOOK_CLFS3 && ARCH_MIPS)
     174        depends on    (BOOK_CLFS && !ARCH_ALPHA) || (BOOK_CLFS3 && ARCH_MIPS)
    175175        default    DATA_32
    176176        help
     
    189189    choice
    190190        prompt    "Processor type"
    191         depends    (BOOK_CLFS || BOOK_CLFS2 || BOOK_CLFS3) && ((ARCH_X86 && !(DATA_64 || DATA_MULTI)) || ARCH_MIPS || ARCH_HPPA || ARCH_ALPHA || (ARCH_SPARC && (DATA_64 || DATA_MULTI)) || (ARCH_ARM && BOOK_CLFS3))
     191        depends on    (BOOK_CLFS || BOOK_CLFS2 || BOOK_CLFS3) && ((ARCH_X86 && !(DATA_64 || DATA_MULTI)) || ARCH_MIPS || ARCH_HPPA || ARCH_ALPHA || (ARCH_SPARC && (DATA_64 || DATA_MULTI)) || (ARCH_ARM && BOOK_CLFS3))
    192192        help
    193193            Choose the target system processor
     
    259259    choice
    260260        prompt    "MIPS 64 ABI"
    261         depends    BOOK_CLFS3 && ARCH_MIPS && DATA_64
     261        depends on    BOOK_CLFS3 && ARCH_MIPS && DATA_64
    262262        default    ABI_64
    263263        help
     
    323323    config TARGET32
    324324        string
    325         depends    DATA_MULTI
     325        depends on    DATA_MULTI
    326326        default "i686-pc-linux-gnu"        if ARCH_X86
    327327        default "mipsel-unknown-linux-gnu" if PROC_mipsel
     
    369369    config  MIPS_LEVEL
    370370        string
    371         depends BOOK_CLFS3 && ARCH_MIPS
     371        depends on BOOK_CLFS3 && ARCH_MIPS
    372372        default "1"        if DATA_32
    373373        default "3"        if DATA_64
     
    375375    config    ABI
    376376        string
    377         depends BOOK_CLFS3
     377        depends on BOOK_CLFS3
    378378        default "-m32"      if ARCH_X86 || ARCH_ARM
    379379#        default "-m64"     if NO USED YET IN THE BOOK
     
    384384    config    ENDIAN
    385385        string
    386         depends BOOK_CLFS3 && (ARCH_MIPS || ARCH_ARM)
     386        depends on BOOK_CLFS3 && (ARCH_MIPS || ARCH_ARM)
    387387        default "little"    if PROC_mipsel || PROC_ARM || PROC_ARM5L
    388388        default "big"       if PROC_mips || PROC_ARM5B
     
    390390    choice
    391391        prompt    "Build method"
    392         depends    BOOK_CLFS
     392        depends on    BOOK_CLFS
    393393        help
    394394            What build method should be used: a chroot jail or minimal boot
     
    542542        string "BLFS sources directory (internal parameter)"
    543543        default "blfs-xml"
    544         depends BLFS_TOOL || BOOK_BLFS
     544        depends on BLFS_TOOL || BOOK_BLFS
    545545        help
    546546            The directory name under $BLFS_ROOT where the BLFS
     
    551551        string "LFS sources directory (internal parameter)"
    552552        default "lfs-xml"
    553         depends BLFS_TOOL || BOOK_BLFS
     553        depends on BLFS_TOOL || BOOK_BLFS
    554554        help
    555555            The directory name under $BLFS_ROOT where the LFS
     
    559559        choice
    560560        prompt    "LFS Release"
    561         default    LFS_SVN
    562         depends    BOOK_BLFS
     561        default    LFS_relSVN
     562        depends on    BOOK_BLFS
    563563
    564564            config    LFS_relSVN
     
    596596    #--- Custom Tools support
    597597    config CUSTOM_TOOLS
    598         depends !BOOK_BLFS
     598        depends on !BOOK_BLFS
    599599        bool    "Add custom tools support"
    600600        default    n
     
    631631
    632632menu "General Settings"
    633 depends !BOOK_BLFS
     633depends on !BOOK_BLFS
    634634
    635635    #--- {C,H,}LFS User Account
     
    672672        string "Package Archive Directory"
    673673        default "$SRC_ARCHIVE"
    674         depends GETPKG
     674        depends on GETPKG
    675675        help
    676676            #-- A local archive for packages/files (not $BUILDDIR/sources)
     
    681681        bool "Retry on 'connection refused' failure"
    682682        default n
    683         depends GETPKG
     683        depends on GETPKG
    684684        help
    685685            #-- Attempt to download a source package again if it fails
     
    690690        int "Number of retry attempts on download failures"
    691691        default 20
    692         depends GETPKG
     692        depends on GETPKG
    693693        help
    694694            #-- Number of times to retry a failed download.
     
    697697        int "Download timeout (in seconds)"
    698698        default 30
    699         depends GETPKG
     699        depends on GETPKG
    700700        help
    701701            #-- Number of seconds to wait for a download to start before
     
    705705        string "FTP mirror"
    706706        default "http://ftp.osuosl.org"
    707         depends GETPKG
     707        depends on GETPKG
    708708        help
    709709            #-- FTP mirror to download packages and patches if not found
     
    730730
    731731menu "Build Settings"
    732 depends !BOOK_BLFS
     732depends on !BOOK_BLFS
    733733
    734734    #--- Test Suites
    735735    config    CONFIG_TESTS
    736736        bool    "Run testsuites"
    737         depends    !BOOK_CLFS2 && !BOOK_CLFS3
     737        depends on    !BOOK_CLFS2 && !BOOK_CLFS3
    738738        default    y
    739739        help
     
    758758
    759759    menu "Test settings"
    760     depends    CONFIG_TESTS
     760    depends on    CONFIG_TESTS
    761761    choice
    762762        prompt    "Tests level"
     
    814814    config  PKGMNGT
    815815        bool    "Package management"
    816         depends BOOK_LFS || BOOK_LFS_SYSD
     816        depends on BOOK_LFS || BOOK_LFS_SYSD
    817817        default n
    818818        help
     
    839839            #  For now, this only works with LFS
    840840    choice
    841         depends PKGMNGT
     841        depends on PKGMNGT
    842842        prompt "Package management style"
    843843        default PKG_PACK
     
    879879
    880880    config    NO_PROGRESS_BAR
    881         bool "DO NOT use/display progress_bar "
     881        bool "DO NOT use/display progress_bar"
    882882        default n
    883883        help
     
    889889
    890890menu "System configuration"
    891     depends !BOOK_BLFS
     891    depends on !BOOK_BLFS
    892892
    893893    #--- FSTAB
     
    10671067            string "Default log level (1-8)"
    10681068            default "4"
    1069             depends BOOK_LFS
     1069            depends on BOOK_LFS
    10701070            help
    10711071                This can be changed using dmesg. 1 means "no message",
     
    10781078
    10791079menu "Advanced Features"
    1080 depends !BOOK_BLFS
     1080depends on !BOOK_BLFS
    10811081
    10821082    config    REPORT
     
    10841084        default y
    10851085
    1086     #--- ICA/farce
     1086    #--- ICA
    10871087    config    COMPARE
    10881088        bool "Run comparison analysis on final stage"
    1089         depends    !BOOK_CLFS2 && !BOOK_CLFS3
     1089        depends on    !BOOK_CLFS2 && !BOOK_CLFS3
    10901090        default n
    10911091        help
    10921092            #-- Should an iterative comparison analysis be performed?
    10931093            #
    1094             #   Unless you are familiar with ICA and/or FARCE do not
     1094            #   Unless you are familiar with ICA, do not
    10951095            #   select this option
    10961096            #
    1097             #  ICA and FARCE are analysis tools for comparing one
     1097            #  ICA is an analysis tool for comparing one
    10981098            #  build to the next. Builds mays differ from one iteration
    1099             #  to another due to the build order and these tools try
     1099            #  to another due to the build order and this tool try
    11001100            #  to ferret out those differences by examining the stored
    11011101            #  build logs and binary files.
     
    11111111
    11121112    config    RUN_ICA
    1113         bool    "ICA testing"
    1114         depends on COMPARE
    1115         default y
    1116         help
    1117             #-- Run ICA testing
    1118 
    1119     config    RUN_FARCE
    1120         bool    "farce testing"
    1121         depends on COMPARE
    1122         default n
    1123         help
    1124             #-- Run farce testing
    1125     #--- End ICA/farce
     1113        bool
     1114        default y if COMPARE
     1115
     1116    #--- End ICA
    11261117
    11271118    #--- Optimizations
     
    11491140
    11501141    choice
    1151         prompt "Optimization level "
     1142        prompt "Optimization level"
    11521143        default OPT_1
    11531144        help
     
    12221213            default "$LOGDIR/ICA"
    12231214
    1224         config    FARCELOGDIR
    1225             string "farce logs directory"
    1226             default "$LOGDIR/farce"
    1227 
    12281215        config    MKFILE
    12291216            string "Makefile"
     
    12451232
    12461233config REBUILD_MAKEFILE
    1247     depends !BOOK_BLFS
     1234    depends on !BOOK_BLFS
    12481235    bool "Rebuild the Makefile (see help)"
    12491236    default n
Note: See TracChangeset for help on using the changeset viewer.