dvbmediasink : support DDP patch.
[vuplus_openembedded] / conf / distro / micro-uclibc.conf
1 #############################################################################
2 #@TYPE: Distribution
3 #@NAME: Micro uclibc
4 #@DESCRIPTION: Micro Linux Distribution (uclibc based)
5 #@MAINTAINER: Martin Lund <mgl@doredevelopment.dk>
6 #@COMMENT: This distribution configuration defines a Micro Linux distribution
7 #@COMMENT: based on uclibc.
8 #############################################################################
9
10 #############################################################################
11 # DISTRO CONFIGURATION
12 #############################################################################
13
14 DISTRO_NAME = "micro-uclibc"
15
16 #############################################################################
17 # TOOLCHAIN
18 #############################################################################
19
20 LIBC = "uclibc"
21 # Based on the Micro Linux distribution
22 require conf/distro/micro.conf
23
24 # Use overrides for micro as well
25 OVERRIDES .= ":micro"
26