This is the mail archive of the ecos-devel@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

-hardware -template package options in config file



Does anyone know what -hardware and -template option in the .ecc file mean
and where it comes from?  When I use some existing configuration as a
platform and then add a new package, then this new package appears without
any option, while existing packages are either hardware or template. For
example:

    package CYGPKG_IO_I2C v2_0_7 ;

    package CYGPKG_HAL_TITAN v2_0_7 ;

    package -hardware CYGPKG_HAL_SH v2_0_7 ;

    package -hardware CYGPKG_HAL_SH_SH4 v2_0_7 ;

    package -hardware CYGPKG_HAL_SH_SH4_202_MD v2_0_7 ;

    package -hardware CYGPKG_DEVS_FLASH_STRATA v2_0_7 ;

    package -hardware CYGPKG_DEVS_FLASH_SH_MICRODEV v2_0_7 ;

    package -hardware CYGPKG_IO_SERIAL_SH_SCIF v2_0_7 ;

    package -hardware CYGPKG_IO_SERIAL_SH_SH4_202_MD v2_0_7 ;

    package -hardware CYGPKG_DEVS_ETH_SH_MICRODEV v2_0_7 ;

    package -hardware CYGPKG_DEVS_ETH_SMSC_LAN91CXX v2_0_7 ;

    package -template CYGPKG_HAL v2_0_7 ;

    package -template CYGPKG_IO v2_0_7 ;

    package -template CYGPKG_IO_SERIAL v2_0_7 ;

    package -template CYGPKG_INFRA v2_0_7 ;

 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]