Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / conf / distro / minimal-uclibc.conf
1 #-----------------------------------------------------------------------------
2 #@TYPE: Distribution
3 #@NAME: Minimal uClibC
4 #@DESCRIPTION: uClibC Embedded Linux Distribution Configuration (minimal)
5 #
6 #@COMMENT: This distribution configuration serves as a starting point for
7 #@COMMENT: the integration of new target platforms, machines, or distributions.
8 #@COMMENT: It bases on conservative settings and should always be buildable.
9 #-----------------------------------------------------------------------------
10
11 #
12 # Header
13 #
14 DISTRO_NAME = "minimal-uclibc"
15
16 #
17 # Target OS & FPU system
18 #
19 TARGET_OS = "linux-uclibc"
20 TARGET_FPU_arm = "soft"
21 TARGET_FPU_armeb = "soft"
22 PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}binutils = "binutils-cross"
23 PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers"
24
25 # Override the default virtual/libintl
26 LIBC = "uclibc"
27 PREFERRED_PROVIDER_virtual/libintl = "proxy-libintl"
28
29 USE_NLS ?= "no"
30 USE_NLS_glib-2.0 = "yes"
31 USE_NLS_glib-2.0-native = "yes"
32 USE_NLS_gcc-cross = "no"
33
34 PREFERRED_VERSION_uclibc = "0.9.30"
35 PREFERRED_VERSION_uclibc-initial = "0.9.30"
36
37 require conf/distro/minimal.conf