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-yocto | |
| 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-yocto')
| -rw-r--r-- | meta-yocto/conf/distro/poky.conf | 48 |
1 files changed, 2 insertions, 46 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 3a66a76e77..fd0a9360af 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
| @@ -8,59 +8,13 @@ MAINTAINER = "Poky <poky@yoctoproject.org>" | |||
| 8 | 8 | ||
| 9 | TARGET_VENDOR = "-poky" | 9 | TARGET_VENDOR = "-poky" |
| 10 | 10 | ||
| 11 | QA_LOGFILE = "${TMPDIR}/qa.log" | ||
| 12 | |||
| 13 | IMAGE_ROOTFS_SIZE_ext2 ?= "131072" | ||
| 14 | |||
| 15 | LOCALCONF_VERSION = "1" | 11 | LOCALCONF_VERSION = "1" |
| 16 | 12 | ||
| 17 | OEINCLUDELOGS = "yes" | ||
| 18 | KERNEL_CONSOLE = "ttyS0" | ||
| 19 | |||
| 20 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" | 13 | SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${TARGET_ARCH}" |
| 21 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" | 14 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" |
| 22 | 15 | ||
| 23 | require conf/distro/include/preferred-xorg-versions.inc | ||
| 24 | |||
| 25 | PCMCIA_MANAGER ?= "pcmciautils" | ||
| 26 | |||
| 27 | IMAGE_LINGUAS ?= "en-us en-gb" | ||
| 28 | LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB" | ||
| 29 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" | ||
| 30 | LOCALE_UTF8_ONLY = "0" | ||
| 31 | |||
| 32 | DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci" | ||
| 33 | |||
| 34 | POKY_EXTRA_RDEPENDS = "task-core-boot" | ||
| 35 | |||
| 36 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" | ||
| 37 | DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet" | ||
| 38 | |||
| 39 | IMAGE_FEATURES ?= "" | ||
| 40 | |||
| 41 | EXTRAOPKGCONFIG = "poky-feed-config-opkg" | 16 | EXTRAOPKGCONFIG = "poky-feed-config-opkg" |
| 42 | 17 | ||
| 43 | # This is a list of packages that are used by poky to build the distribution, they are not | ||
| 44 | # directly part of the distribution. | ||
| 45 | HOSTTOOLS_WHITELIST_GPLv3 ?= "" | ||
| 46 | WHITELIST_GPLv3 ?= "less" | ||
| 47 | LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn libgcc gcc-runtime" | ||
| 48 | |||
| 49 | # This is a list of packages that require a commercial license to ship | ||
| 50 | # product. If shipped as part of an image these packages may have | ||
| 51 | # implications so they are disabled by default | ||
| 52 | COMMERCIAL_LICENSE ?= "lame gst-fluendo-mp3 libmad mpeg2dec ffmpeg qmmp" | ||
| 53 | COMMERCIAL_AUDIO_PLUGINS ?= "" | ||
| 54 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" | ||
| 55 | COMMERCIAL_VIDEO_PLUGINS ?= "" | ||
| 56 | # COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse" | ||
| 57 | COMMERCIAL_QT ?= "" | ||
| 58 | # COMMERCIAL_QT ?= "qmmp" | ||
| 59 | # Set of common licenses used for license.bbclass | ||
| 60 | COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" | ||
| 61 | |||
| 62 | BB_GENERATE_MIRROR_TARBALLS ??= "0" | ||
| 63 | |||
| 64 | QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" | 18 | QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" |
| 65 | # Other QEMU_TARGETS "mips64 mips64el sh4" | 19 | # Other QEMU_TARGETS "mips64 mips64el sh4" |
| 66 | 20 | ||
| @@ -79,3 +33,5 @@ ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | |||
| 79 | http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | 33 | http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ |
| 80 | https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" | 34 | https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" |
| 81 | 35 | ||
| 36 | |||
| 37 | |||
