diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-05-28 20:43:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-28 20:43:09 +0000 |
commit | 130a448a3293d3918a26c573c3317315c5d8187a (patch) | |
tree | 4e92c720fe4200a0e395adddf5c5f35b90bc2a49 /conf/distro/generic-uclibc.conf | |
parent | 3694ac79fed760ce35b6613473281bb3b5e7ddc1 (diff) |
generic(-uclibc).conf: add 'reference' distribution configuration
this should serve as a starting point for people adding new models and
new distributions. It should always be buildable, so please use it for
regression tests and keep it up to date! Be sure to comment everything you add.
Diffstat (limited to 'conf/distro/generic-uclibc.conf')
-rw-r--r-- | conf/distro/generic-uclibc.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/distro/generic-uclibc.conf b/conf/distro/generic-uclibc.conf new file mode 100644 index 0000000000..d9ace6d629 --- /dev/null +++ b/conf/distro/generic-uclibc.conf @@ -0,0 +1,24 @@ +#----------------------------------------------------------------------------- +#@TYPE: Distribution +#@NAME: Generic uClibC +#@DESCRIPTION: Generic uClibC Embedded Linux Distribution Configuration +# +#@COMMENT: This distribution configuration serves as a starting point for +#@COMMENT: the integration of new target platforms, machines, or distributions. +#@COMMENT: It bases on conservative settings and should always be buildable. +#----------------------------------------------------------------------------- + +require conf/distro/generic.conf + +# +# Header +# +DISTRO_NAME = "generic-uClibC" + +# +# Target OS and FPU system +# +TARGET_OS = "linux-uclibc" +TARGET_FPU = "soft" +PREFERRED_PROVIDER_virtual/libiconv = "libiconv" +PREFERRED_PROVIDER_virtual/libintl = "libintl" |