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 | |
| 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>
| -rw-r--r-- | meta-yocto/conf/distro/poky.conf | 48 | ||||
| -rw-r--r-- | meta/conf/distro/defaultsetup.conf | 1 | ||||
| -rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 43 |
3 files changed, 46 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 | |||
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" | ||
