diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 14:41:05 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 15:26:32 +0100 |
| commit | f60f3f11ee7c1f0a9548ed05647fa608c48a236f (patch) | |
| tree | 546992b14c95d4b45cb6014e85270e5359fce21b /meta/conf | |
| parent | 367a1394e2504b129bfe9ef6d0c9aebf2ffde0aa (diff) | |
| download | poky-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')
| -rw-r--r-- | meta/conf/distro/defaultsetup.conf | 1 | ||||
| -rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 43 |
2 files changed, 44 insertions, 0 deletions
diff --git a/meta/conf/distro/defaultsetup.conf b/meta/conf/distro/defaultsetup.conf index af5ef7b5a0..8da6c0a850 100644 --- a/meta/conf/distro/defaultsetup.conf +++ b/meta/conf/distro/defaultsetup.conf | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | include conf/distro/include/default-providers.inc | 1 | include conf/distro/include/default-providers.inc |
| 2 | include conf/distro/include/default-versions.inc | 2 | include conf/distro/include/default-versions.inc |
| 3 | include conf/distro/include/default-distrovars.inc | ||
| 3 | include conf/distro/include/world-broken.inc | 4 | include conf/distro/include/world-broken.inc |
| 4 | 5 | ||
| 5 | TARGET_VENDOR ?= "-oecore" | 6 | TARGET_VENDOR ?= "-oecore" |
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 @@ | |||
| 1 | QA_LOGFILE = "${TMPDIR}/qa.log" | ||
| 2 | |||
| 3 | IMAGE_ROOTFS_SIZE_ext2 ?= "131072" | ||
| 4 | |||
| 5 | OEINCLUDELOGS ?= "yes" | ||
| 6 | KERNEL_CONSOLE ?= "ttyS0" | ||
| 7 | |||
| 8 | require conf/distro/include/preferred-xorg-versions.inc | ||
| 9 | |||
| 10 | PCMCIA_MANAGER ?= "pcmciautils" | ||
| 11 | |||
| 12 | IMAGE_LINGUAS ?= "en-us en-gb" | ||
| 13 | LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB" | ||
| 14 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" | ||
| 15 | LOCALE_UTF8_ONLY ?= "0" | ||
| 16 | |||
| 17 | DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci" | ||
| 18 | |||
| 19 | DISTRO_EXTRA_RDEPENDS += "task-core-boot" | ||
| 20 | DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet" | ||
| 21 | |||
| 22 | IMAGE_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. | ||
| 26 | HOSTTOOLS_WHITELIST_GPLv3 ?= "" | ||
| 27 | WHITELIST_GPLv3 ?= "less" | ||
| 28 | LGPLv2_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 | ||
| 33 | COMMERCIAL_LICENSE ?= "lame gst-fluendo-mp3 libmad mpeg2dec ffmpeg qmmp" | ||
| 34 | COMMERCIAL_AUDIO_PLUGINS ?= "" | ||
| 35 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" | ||
| 36 | COMMERCIAL_VIDEO_PLUGINS ?= "" | ||
| 37 | # COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse" | ||
| 38 | COMMERCIAL_QT ?= "" | ||
| 39 | # COMMERCIAL_QT ?= "qmmp" | ||
| 40 | # Set of common licenses used for license.bbclass | ||
| 41 | COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" | ||
| 42 | |||
| 43 | BB_GENERATE_MIRROR_TARBALLS ??= "0" | ||
