Mercurial > nand-ecoscentric
changeset 2469:a62211ae5f94
* current.cdl: Add LIBC_STRING which MEMALLOC now needs.
| author | asl |
|---|---|
| date | Sun, 13 Apr 2008 18:05:16 +0000 |
| parents | c827f551d093 |
| children | 99ac672309b9 |
| files | packages/templates/kernel/ChangeLog packages/templates/kernel/current.ect packages/templates/lwip_eth/ChangeLog packages/templates/lwip_eth/current.ect packages/templates/lwip_ppp/ChangeLog packages/templates/lwip_ppp/current.ect |
| diffstat | 6 files changed, 86 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/templates/kernel/ChangeLog +++ b/packages/templates/kernel/ChangeLog @@ -1,3 +1,7 @@ +2008-04-08 Andrew Lunn <andrew.lunn@ascom.ch> + + * current.ect: Add libc_string which memalloc needs. + 2000-07-24 Jonathan Larmour <jlarmour@redhat.co.uk> * current.ect: Fix up after isoinfra and memalloc additions
--- a/packages/templates/kernel/current.ect +++ b/packages/templates/kernel/current.ect @@ -16,6 +16,7 @@ cdl_configuration template_kernel { package CYGPKG_KERNEL current ; package CYGPKG_ERROR current ; package CYGPKG_MEMALLOC current ; + package CYGPKG_LIBC_STRING current ; package CYGPKG_ISOINFRA current ; }; @@ -30,3 +31,27 @@ cdl_option CYGBLD_ISO_ERRNO_HEADER { cdl_option CYGBLD_ISO_STRERROR_HEADER { inferred_value 1 <cyg/error/strerror.h> }; + +cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER { + inferred_value 1 <cyg/libc/string/bsdstring.h> +}; + +cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS { + inferred_value 0 +}; + +cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HEADER { + inferred_value 1 <cyg/libc/string/string.h> +}; + +cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER { + inferred_value 1 <cyg/libc/string/string.h> +}; + +cdl_option CYGBLD_ISO_STRTOK_R_HEADER { + inferred_value 1 <cyg/libc/string/string.h> +}; + +cdl_option CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER { + inferred_value 1 <cyg/libc/string/string.h> +};
--- a/packages/templates/lwip_eth/ChangeLog +++ b/packages/templates/lwip_eth/ChangeLog @@ -1,3 +1,7 @@ +2008-04-08 Andrew Lunn <andrew.lunn@ascom.ch> + + * current.cdl: Add LIBC_STRING which MEMALLOC now needs. + 2004-05-04 Jani Monoses <jani@iv.ro> * current.ect: Create new configuration for lwIP/ethernet
--- a/packages/templates/lwip_eth/current.ect +++ b/packages/templates/lwip_eth/current.ect @@ -14,6 +14,7 @@ cdl_configuration template_lwip_net { package CYGPKG_INFRA current ; package CYGPKG_KERNEL current ; package CYGPKG_MEMALLOC current ; + package CYGPKG_LIBC_STRING current ; package CYGPKG_ERROR current ; package CYGPKG_ISOINFRA current ; package CYGPKG_NET_LWIP current ; @@ -36,3 +37,26 @@ cdl_option CYGBLD_ISO_STRERROR_HEADER { inferred_value 1 <cyg/error/strerror.h> }; +cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER { + inferred_value 1 <cyg/libc/string/bsdstring.h> +}; + +cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS { + inferred_value 0 +}; + +cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HEADER { + inferred_value 1 <cyg/libc/string/string.h> +}; + +cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER { + inferred_value 1 <cyg/libc/string/string.h> +}; + +cdl_option CYGBLD_ISO_STRTOK_R_HEADER { + inferred_value 1 <cyg/libc/string/string.h> +}; + +cdl_option CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER { + inferred_value 1 <cyg/libc/string/string.h> +};
--- a/packages/templates/lwip_ppp/ChangeLog +++ b/packages/templates/lwip_ppp/ChangeLog @@ -1,3 +1,7 @@ +2008-04-08 Andrew Lunn <andrew.lunn@ascom.ch> + + * current.cdl: Add LIBC_STRING which MEMALLOC now needs. + 2006-03-22 Uwe Kindler <uwe_kindler@web.de> * current.ect: Fixed configuration options to match new names of
--- a/packages/templates/lwip_ppp/current.ect +++ b/packages/templates/lwip_ppp/current.ect @@ -52,3 +52,28 @@ cdl_component CYGPKG_LWIP_PPP { cdl_option CYGDAT_LWIP_PPP_DEV { user_value "\"/dev/ser1\"" }; + +cdl_option CYGBLD_ISO_STRING_BSD_FUNCS_HEADER { + inferred_value 1 <cyg/libc/string/bsdstring.h> +}; + +cdl_option CYGFUN_LIBC_STRING_BSD_FUNCS { + inferred_value 0 +}; + +cdl_option CYGBLD_ISO_STRING_MEMFUNCS_HEADER { + inferred_value 1 <cyg/libc/string/string.h> +}; + +cdl_option CYGBLD_ISO_STRING_STRFUNCS_HEADER { + inferred_value 1 <cyg/libc/string/string.h> +}; + +cdl_option CYGBLD_ISO_STRTOK_R_HEADER { + inferred_value 1 <cyg/libc/string/string.h> +}; + +cdl_option CYGBLD_ISO_STRING_LOCALE_FUNCS_HEADER { + inferred_value 1 <cyg/libc/string/string.h> +}; +
