a4666bea2bdf1855e2d3f28b88da8eab784851fa
[vuplus_openvuplus] / meta-openvuplus / conf / distro / vuplus.conf
1 #@TYPE: Distribution
2 #@NAME: OpenDreambox
3 #@DESCRIPTION: Distribution configuration for OpenDreambox
4
5 QA_LOG = "1"
6 #USER_CLASSES += "image-prelink"
7 INHERIT += "buildhistory recipe_sanity testlab"
8 BUILDHISTORY_COMMIT = "1"
9
10 DISTRO = "vuplus"
11 DISTRO_NAME = "vuplus"
12 DISTRO_VERSION = "2.2.0"
13 DISTRO_PR ?= ""
14
15 # meta/conf/distro/include/default-distrovars.inc
16 DISTRO_FEATURES += "3g alsa bluetooth directfb gtk-directfb ext2 largefile mplt nfs pci ppp smbfs usbhost zeroconf pci ${DISTRO_FEATURES_LIBC}"
17 DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio"
18
19 # extra packages needed if opkg is used
20 DISTRO_FEED_PREFIX ?= "official"
21 #DISTRO_FEED_URI = "http://archive.vuplus.com/openembedded/${DISTRO_VERSION}/vuplus/feeds/stable"
22 DISTRO_FEED_URI = "http://192.168.102.71/ipk"
23 EXTRAOPKGCONFIG = "distro-feed-configs"
24
25 # meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb
26 SYSVINIT_ENABLED_GETTYS = ""
27
28 # meta/classes/image_types.bbclass
29 IMAGE_FSTYPES =+ "tar.bz2"
30
31
32 # package versions
33 PREFERRED_VERSION_pango ?= "1.28.4"
34
35 PREFERRED_VERSION_wpa-supplicant ?= "0.7.3"
36
37 PREFERRED_VERSION_linux-libc-headers = "2.6.31"
38 PREFERRED_VERSION_linux-libc-headers-nativesdk = "2.6.31"
39 #PREFERRED_VERSION_linux-libc-headers = "3.1.1"
40 #PREFERRED_VERSION_linux-libc-headers-nativesdk = "3.1.1"
41
42 # chang : udev_182 is not working with linux-libc-headers_2.6.31.
43 PREFERRED_VERSION_udev ?= "124"
44
45 PREFERRED_PROVIDER_jpeg = "jpeg"
46 PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
47 PREFERRED_PROVIDER_libfribidi = "libfribidi"
48
49 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial"
50 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc-intermediate:gcc-cross-intermediate"
51 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}gcc:gcc-cross"
52 PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}g++:gcc-cross"
53
54 LICENSE_FLAGS_WHITELIST = "commercial_gst-plugins-ugly commercial_lame commercial_libmad commercial_mpeg2dec"
55 COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse"
56 COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse"
57
58 FULL_OPTIMIZATION = "-Os -pipe ${DEBUG_FLAGS}"
59 # build some core libs with better compiler optimization for better performance
60 O3_OPT = "-O3 -pipe ${DEBUG_FLAGS}"
61 FULL_OPTIMIZATION_pn-flac = "${O3_OPT}"
62 FULL_OPTIMIZATION_pn-jpeg = "${O3_OPT}"
63 FULL_OPTIMIZATION_pn-lame = "${O3_OPT}"
64 FULL_OPTIMIZATION_pn-liba52 = "${O3_OPT}"
65 FULL_OPTIMIZATION_pn-libdca = "${O3_OPT}"
66 FULL_OPTIMIZATION_pn-libgcrypt = "${O3_OPT}"
67 FULL_OPTIMIZATION_pn-libmad = "${O3_OPT}"
68 FULL_OPTIMIZATION_pn-libogg = "${O3_OPT}"
69 FULL_OPTIMIZATION_pn-libpng = "${O3_OPT}"
70 FULL_OPTIMIZATION_pn-libsamplerate = "${O3_OPT}"
71 FULL_OPTIMIZATION_pn-libvorbis = "${O3_OPT}"
72 FULL_OPTIMIZATION_pn-tremor = "${O3_OPT}"
73 FULL_OPTIMIZATION_pn-zlib = "${O3_OPT}"
74 PR_append_pn-flac = "-opt1"
75 PR_append_pn-jpeg = "-opt1"
76 PR_append_pn-lame = "-opt1"
77 PR_append_pn-liba52 = "-opt1"
78 PR_append_pn-libdca = "-opt1"
79 PR_append_pn-libgcrypt = "-opt1"
80 PR_append_pn-libmad = "-opt1"
81 PR_append_pn-libogg = "-opt1"
82 PR_append_pn-libpng = "-opt1"
83 PR_append_pn-libsamplerate = "-opt1"
84 PR_append_pn-libvorbis = "-opt1"
85 PR_append_pn-tremor = "-opt1"
86 PR_append_pn-zlib = "-opt1"
87
88 # Disable installing ldconfig
89 USE_LDCONFIG = "0"
90
91 TCLIBC = "eglibc"
92 TCLIBCAPPEND = ""
93
94 # Drop unused PACKAGE_EXTRA_ARCHS
95 PACKAGE_EXTRA_ARCHS = "${TUNE_PKGARCH}"
96
97 QEMU_TARGETS ?= "mipsel"
98
99 PREMIRRORS ?= "\
100 bzr://.*/.*   http://dreamboxupdate.com/sources-mirror/ \n \
101 cvs://.*/.*   http://dreamboxupdate.com/sources-mirror/ \n \
102 git://.*/.*   http://dreamboxupdate.com/sources-mirror/ \n \
103 hg://.*/.*    http://dreamboxupdate.com/sources-mirror/ \n \
104 osc://.*/.*   http://dreamboxupdate.com/sources-mirror/ \n \
105 p4://.*/.*    http://dreamboxupdate.com/sources-mirror/ \n \
106 svk://.*/.*   http://dreamboxupdate.com/sources-mirror/ \n \
107 svn://.*/.*   http://dreamboxupdate.com/sources-mirror/ \n \
108 bzr://.*/.*   http://autobuilder.yoctoproject.org/sources/ \n \
109 cvs://.*/.*   http://autobuilder.yoctoproject.org/sources/ \n \
110 git://.*/.*   http://autobuilder.yoctoproject.org/sources/ \n \
111 hg://.*/.*    http://autobuilder.yoctoproject.org/sources/ \n \
112 osc://.*/.*   http://autobuilder.yoctoproject.org/sources/ \n \
113 p4://.*/.*    http://autobuilder.yoctoproject.org/sources/ \n \
114 svk://.*/.*   http://autobuilder.yoctoproject.org/sources/ \n \
115 svn://.*/.*   http://autobuilder.yoctoproject.org/sources/ \n"
116
117 MIRRORS =+ "\
118 ftp://.*/.*    http://dreamboxupdate.com/sources-mirror/ \n \
119 http://.*/.*   http://dreamboxupdate.com/sources-mirror/ \n \
120 https://.*/.*  http://dreamboxupdate.com/sources-mirror/ \n \
121 ftp://.*/.*    http://autobuilder.yoctoproject.org/sources/ \n \
122 http://.*/.*   http://autobuilder.yoctoproject.org/sources/ \n \
123 https://.*/.*  http://autobuilder.yoctoproject.org/sources/ \n"
124
125 # for compatibility with rm_old_work.bbclass
126 WORKDIR = "${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PN}/${PF}"