3 #@DESCRIPTION: Distribution configuration for OpenDreambox
6 #USER_CLASSES += "image-prelink"
7 INHERIT += "buildhistory recipe_sanity testlab"
8 BUILDHISTORY_COMMIT = "1"
10 DISTRO = "opendreambox"
11 DISTRO_NAME = "opendreambox"
12 DISTRO_VERSION = "2.0.0"
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"
19 # meta/recipes-core/tasks/task-core-boot.bb
20 DESCRIPTION_pn-task-core-boot = "opendreambox: minimal bootable image"
21 VIRTUAL-RUNTIME_dev_manager = "udev"
22 VIRTUAL-RUNTIME_login_manager = "busybox"
23 VIRTUAL-RUNTIME_init_manager = "sysvinit"
24 VIRTUAL-RUNTIME_initscripts = "initscripts"
26 # meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb
27 SYSVINIT_ENABLED_GETTYS = ""
29 # meta/classes/image_types.bbclass
30 IMAGE_FSTYPES =+ "tar.bz2"
33 OPENDREAMBOX_QT_VERSION = "4.8.1"
35 PREFERRED_VERSION_pango ?= "1.28.4"
36 PREFERRED_VERSION_qt4-embedded ?= "${OPENDREAMBOX_QT_VERSION}"
37 PREFERRED_VERSION_qt4-embedded-gles ?= "${OPENDREAMBOX_QT_VERSION}"
38 PREFERRED_VERSION_qt4-native ?= "${OPENDREAMBOX_QT_VERSION}"
39 PREFERRED_VERSION_qt4-tools-sdk ?= "${OPENDREAMBOX_QT_VERSION}"
40 PREFERRED_VERSION_qt4-x11-free = "${OPENDREAMBOX_QT_VERSION}"
41 PREFERRED_VERSION_qt4-x11-free-gles ?= "${OPENDREAMBOX_QT_VERSION}"
42 PREFERRED_VERSION_udev ?= "${@base_version_less_or_equal('DREAMBOX_KERNEL_VERSION', '2.6.26', '124', '182', d)}"
43 PREFERRED_VERSION_wpa-supplicant ?= "0.7.3"
45 PREFERRED_PROVIDER_jpeg = "jpeg"
46 PREFERRED_PROVIDER_jpeg-native = "jpeg-native"
47 PREFERRED_PROVIDER_libfribidi = "libfribidi"
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"
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"
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"
88 # Disable installing ldconfig
94 # Drop unused PACKAGE_EXTRA_ARCHS
95 PACKAGE_EXTRA_ARCHS = "${TUNE_PKGARCH}"
97 QEMU_TARGETS ?= "mipsel"
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"
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"
125 # for compatibility with rm_old_work.bbclass
126 WORKDIR = "${TMPDIR}/work/${MULTIMACH_TARGET_SYS}/${PN}/${PF}"