diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 12:53:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-11 15:22:54 +0100 |
commit | 044853350b3eff5342e23d6d4fe03e0ef0a9b66a (patch) | |
tree | 5ab7fb6a8544c5b9a4eaaa2915dc679acc96bd07 /meta-yocto/conf/distro/poky.conf | |
parent | 16cfbd6ef1b228a4ddbd3eced988f877534ffd55 (diff) | |
download | poky-044853350b3eff5342e23d6d4fe03e0ef0a9b66a.tar.gz |
bitbake.conf: Include the new default-providers.inc and default-versions.inc files
These are the minimal defaults to allow OE-Core to function standalone with
no distro set and are constucted such that the distro can either override values,
or totally replace the include file entirely as needed.
(From OE-Core rev: b34d5e93fab4274e1a56f446e2ba4756d614cc47)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/distro/poky.conf')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 60 |
1 files changed, 1 insertions, 59 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index c9652be66f..9680746e64 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -1,6 +1,3 @@ | |||
1 | #@TYPE: Distribution#@NAME: Poky | ||
2 | #@DESCRIPTION: Distribution configuration for the Yocto Project build by Poky | ||
3 | |||
4 | DISTRO = "poky" | 1 | DISTRO = "poky" |
5 | DISTRO_NAME = "Yocto (Built by Poky 5.0)" | 2 | DISTRO_NAME = "Yocto (Built by Poky 5.0)" |
6 | DISTRO_VERSION = "1.0+snapshot-${DATE}" | 3 | DISTRO_VERSION = "1.0+snapshot-${DATE}" |
@@ -31,29 +28,8 @@ IMAGE_ROOTFS_SIZE_ext2 ?= "131072" | |||
31 | 28 | ||
32 | LOCALCONF_VERSION = "1" | 29 | LOCALCONF_VERSION = "1" |
33 | 30 | ||
34 | #IPK_FEED_URIS += " \ | ||
35 | # upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ | ||
36 | #upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ | ||
37 | # machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \ | ||
38 | # base##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/base/ \ | ||
39 | # libs##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/libs/ \ | ||
40 | # console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ | ||
41 | # devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" | ||
42 | |||
43 | #RPM_FEED_URIS += " \ | ||
44 | # upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ | ||
45 | #upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ | ||
46 | # machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \ | ||
47 | # base##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/base/ \ | ||
48 | # libs##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/libs/ \ | ||
49 | # console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ | ||
50 | # devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" | ||
51 | |||
52 | OEINCLUDELOGS = "yes" | 31 | OEINCLUDELOGS = "yes" |
53 | KERNEL_CONSOLE = "ttyS0" | 32 | KERNEL_CONSOLE = "ttyS0" |
54 | #DEBUG_OPTIMIZATION = "-O -g3" | ||
55 | #DEBUG_BUILD = "1" | ||
56 | #INHIBIT_PACKAGE_STRIP = "1" | ||
57 | 33 | ||
58 | # Default to TARGETOS values for EABI on arm | 34 | # Default to TARGETOS values for EABI on arm |
59 | GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" | 35 | GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" |
@@ -70,39 +46,7 @@ SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" | |||
70 | 46 | ||
71 | CACHE = "${TMPDIR}/cache/${POKYMODE}-${POKYLIBC}${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}${@['', '/' + str(bb.data.getVar('SDKMACHINE', d, 1))][bool(bb.data.getVar('SDKMACHINE', d, 1))]}" | 47 | CACHE = "${TMPDIR}/cache/${POKYMODE}-${POKYLIBC}${@['', '/' + str(bb.data.getVar('MACHINE', d, 1))][bool(bb.data.getVar('MACHINE', d, 1))]}${@['', '/' + str(bb.data.getVar('SDKMACHINE', d, 1))][bool(bb.data.getVar('SDKMACHINE', d, 1))]}" |
72 | 48 | ||
73 | # | 49 | |
74 | # Preferred providers: | ||
75 | # | ||
76 | |||
77 | # Virtuals: | ||
78 | PREFERRED_PROVIDER_virtual/db ?= "db" | ||
79 | PREFERRED_PROVIDER_virtual/db-native ?= "db-native" | ||
80 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86" | ||
81 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | ||
82 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-xlib" | ||
83 | PREFERRED_PROVIDER_virtual/update-alternatives ?= "update-alternatives-cworth" | ||
84 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" | ||
85 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | ||
86 | PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel" | ||
87 | |||
88 | VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" | ||
89 | |||
90 | # Others: | ||
91 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers" | ||
92 | PREFERRED_PROVIDER_linux-libc-headers-nativesdk ?= "linux-libc-headers-nativesdk" | ||
93 | PREFERRED_PROVIDER_libgcc ?= "libgcc" | ||
94 | PREFERRED_PROVIDER_libgcc-nativesdk ?= "libgcc-nativesdk" | ||
95 | PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib" | ||
96 | PREFERRED_PROVIDER_dbus-glib-native ?= "dbus-glib-native" | ||
97 | PREFERRED_PROVIDER_gconf ?= "gconf-dbus" | ||
98 | PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2" | ||
99 | PREFERRED_PROVIDER_opkg ?= "opkg" | ||
100 | PREFERRED_PROVIDER_opkg-native ?= "opkg-native" | ||
101 | PREFERRED_PROVIDER_opkg-nativesdk ?= "opkg-nativesdk" | ||
102 | |||
103 | PREFERRED_PROVIDER_gdk-pixbuf ?= "gdk-pixbuf" | ||
104 | |||
105 | require conf/distro/include/poky-fixed-revisions.inc | ||
106 | require conf/distro/include/preferred-xorg-versions.inc | 50 | require conf/distro/include/preferred-xorg-versions.inc |
107 | 51 | ||
108 | PCMCIA_MANAGER ?= "pcmciautils" | 52 | PCMCIA_MANAGER ?= "pcmciautils" |
@@ -153,8 +97,6 @@ COMMON_LICENSE_DIR ??= "${COREBASE}/meta/files/common-licenses" | |||
153 | 97 | ||
154 | BB_GENERATE_MIRROR_TARBALLS ??= "0" | 98 | BB_GENERATE_MIRROR_TARBALLS ??= "0" |
155 | 99 | ||
156 | require conf/distro/include/world-broken.inc | ||
157 | |||
158 | QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" | 100 | QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" |
159 | # Other QEMU_TARGETS "mips64 mips64el sh4" | 101 | # Other QEMU_TARGETS "mips64 mips64el sh4" |
160 | 102 | ||