summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/default-distrovars.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 14:41:05 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-11 15:26:32 +0100
commitf60f3f11ee7c1f0a9548ed05647fa608c48a236f (patch)
tree546992b14c95d4b45cb6014e85270e5359fce21b /meta/conf/distro/include/default-distrovars.inc
parent367a1394e2504b129bfe9ef6d0c9aebf2ffde0aa (diff)
downloadpoky-f60f3f11ee7c1f0a9548ed05647fa608c48a236f.tar.gz
conf/distro/include/default-distrovars.inc: Create set of default 'distro' variable values
(From OE-Core rev: ddbf17b3ee18c12a51950109e8728de65fb9ac0b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/default-distrovars.inc')
-rw-r--r--meta/conf/distro/include/default-distrovars.inc43
1 files changed, 43 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc
new file mode 100644
index 0000000000..ab26a3058b
--- /dev/null
+++ b/meta/conf/distro/include/default-distrovars.inc
@@ -0,0 +1,43 @@
1QA_LOGFILE = "${TMPDIR}/qa.log"
2
3IMAGE_ROOTFS_SIZE_ext2 ?= "131072"
4
5OEINCLUDELOGS ?= "yes"
6KERNEL_CONSOLE ?= "ttyS0"
7
8require conf/distro/include/preferred-xorg-versions.inc
9
10PCMCIA_MANAGER ?= "pcmciautils"
11
12IMAGE_LINGUAS ?= "en-us en-gb"
13LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB"
14ENABLE_BINARY_LOCALE_GENERATION ?= "1"
15LOCALE_UTF8_ONLY ?= "0"
16
17DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci"
18
19DISTRO_EXTRA_RDEPENDS += "task-core-boot"
20DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet"
21
22IMAGE_FEATURES ?= ""
23
24# This is a list of packages that are used by the build system to build the distribution, they are not
25# directly part of the distribution.
26HOSTTOOLS_WHITELIST_GPLv3 ?= ""
27WHITELIST_GPLv3 ?= "less"
28LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime"
29
30# This is a list of packages that require a commercial license to ship
31# product. If shipped as part of an image these packages may have
32# implications so they are disabled by default
33COMMERCIAL_LICENSE ?= "lame gst-fluendo-mp3 libmad mpeg2dec ffmpeg qmmp"
34COMMERCIAL_AUDIO_PLUGINS ?= ""
35# COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse"
36COMMERCIAL_VIDEO_PLUGINS ?= ""
37# COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse"
38COMMERCIAL_QT ?= ""
39# COMMERCIAL_QT ?= "qmmp"
40# Set of common licenses used for license.bbclass
41COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses"
42
43BB_GENERATE_MIRROR_TARBALLS ??= "0"