diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-03 23:53:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-03 23:53:32 +0000 |
commit | b0dec83e8c17d884323d58bb8d56c7ab6afa7ead (patch) | |
tree | 194d268995c1f8f6e660ee9ed8bfbe89967ab221 /meta/conf | |
parent | dabd5deb4e50189fba9ccc60a219a5c6a05c8db1 (diff) | |
download | poky-b0dec83e8c17d884323d58bb8d56c7ab6afa7ead.tar.gz |
meta-yocto: Move files inappropriate to OE-Core from meta
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bblayers.conf.sample | 8 | ||||
-rw-r--r-- | meta/conf/distro/poky-bleeding.conf | 8 | ||||
-rw-r--r-- | meta/conf/distro/poky-lsb.conf | 9 | ||||
-rw-r--r-- | meta/conf/distro/poky.conf | 167 | ||||
-rw-r--r-- | meta/conf/local.conf.sample | 219 | ||||
-rw-r--r-- | meta/conf/machine/atom-pc.conf | 46 | ||||
-rw-r--r-- | meta/conf/machine/beagleboard.conf | 37 | ||||
-rw-r--r-- | meta/conf/machine/mpc8315e-rdb.conf | 20 | ||||
-rw-r--r-- | meta/conf/machine/routerstationpro.conf | 24 | ||||
-rw-r--r-- | meta/conf/site.conf.sample | 40 |
10 files changed, 0 insertions, 578 deletions
diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample deleted file mode 100644 index b2f37c0c81..0000000000 --- a/meta/conf/bblayers.conf.sample +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf | ||
2 | # changes incompatibly | ||
3 | LCONF_VERSION = "4" | ||
4 | |||
5 | BBFILES ?= "" | ||
6 | BBLAYERS = " \ | ||
7 | ##POKYBASE##/meta \ | ||
8 | " | ||
diff --git a/meta/conf/distro/poky-bleeding.conf b/meta/conf/distro/poky-bleeding.conf deleted file mode 100644 index 328acfeb75..0000000000 --- a/meta/conf/distro/poky-bleeding.conf +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | PREFERRED_VERSION_glib-2.0 ?= "2.17.4" | ||
2 | PREFERRED_VERSION_glib-2.0-native ?= "2.17.4" | ||
3 | PREFERRED_VERSION_atk ?= "1.22.0" | ||
4 | PREFERRED_VERSION_pango ?= "1.21.2" | ||
5 | PREFERRED_VERSION_gtk+ ?= "2.13.3" | ||
6 | |||
7 | require conf/distro/include/poky-floating-revisions.inc | ||
8 | require conf/distro/poky.conf | ||
diff --git a/meta/conf/distro/poky-lsb.conf b/meta/conf/distro/poky-lsb.conf deleted file mode 100644 index 749c85886a..0000000000 --- a/meta/conf/distro/poky-lsb.conf +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | require conf/distro/poky.conf | ||
2 | |||
3 | DISTRO = "poky-lsb" | ||
4 | DISTROOVERRIDES = "poky:poky-lsb" | ||
5 | |||
6 | DISTRO_FEATURES += "pam" | ||
7 | PREFERRED_PROVIDER_virtual/libx11 = "libx11" | ||
8 | |||
9 | |||
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf deleted file mode 100644 index 71e40de6f2..0000000000 --- a/meta/conf/distro/poky.conf +++ /dev/null | |||
@@ -1,167 +0,0 @@ | |||
1 | #@TYPE: Distribution#@NAME: Poky | ||
2 | #@DESCRIPTION: Distribution configuration for the Yocto Project build by Poky | ||
3 | |||
4 | DISTRO = "poky" | ||
5 | DISTRO_NAME = "Yocto (Built by Poky 4.0)" | ||
6 | DISTRO_VERSION = "0.9+snapshot-${DATE}" | ||
7 | SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}" | ||
8 | |||
9 | MAINTAINER = "Poky <poky@yoctoproject.org>" | ||
10 | |||
11 | USER_CLASSES ?= "" | ||
12 | |||
13 | PACKAGE_CLASSES ?= "package_ipk" | ||
14 | INHERIT_INSANE ?= "insane" | ||
15 | INHERIT += "${PACKAGE_CLASSES} ${USER_CLASSES} debian devshell ${INHERIT_INSANE} sstate license" | ||
16 | # For some reason, this doesn't work | ||
17 | # TARGET_OS ?= "linux" | ||
18 | # TARGET_VENDOR ?= "-poky" | ||
19 | # Set by POKYMODE instead | ||
20 | TARGET_OS = "linux" | ||
21 | TARGET_FPU_arm ?= "soft" | ||
22 | TARGET_FPU_armeb ?= "soft" | ||
23 | TARGET_FPU_nokia800 = "hard" | ||
24 | |||
25 | TARGET_LINK_HASH_STYLE ?= "${@['-Wl,--hash-style=gnu',''][bb.data.getVar('TARGET_ARCH', d, True) in ['mips', 'mipsel', 'mips64', 'mips64el']]}" | ||
26 | |||
27 | QA_LOGFILE = "${TMPDIR}/qa.log" | ||
28 | |||
29 | IMAGE_ROOTFS_SIZE_ext2 ?= "131072" | ||
30 | |||
31 | #IPK_FEED_URIS += " \ | ||
32 | # upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ | ||
33 | #upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ | ||
34 | # machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \ | ||
35 | # base##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/base/ \ | ||
36 | # libs##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/libs/ \ | ||
37 | # console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ | ||
38 | # devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" | ||
39 | |||
40 | #RPM_FEED_URIS += " \ | ||
41 | # upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ | ||
42 | #upgrades-${MACHINE}##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/${MACHINE} \ | ||
43 | # machine##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/machine/${MACHINE} \ | ||
44 | # base##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/base/ \ | ||
45 | # libs##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/libs/ \ | ||
46 | # console##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/console \ | ||
47 | # devel##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/feed/devel" | ||
48 | |||
49 | OEINCLUDELOGS = "yes" | ||
50 | KERNEL_CONSOLE = "ttyS0" | ||
51 | #DEBUG_OPTIMIZATION = "-O -g3" | ||
52 | #DEBUG_BUILD = "1" | ||
53 | #INHIBIT_PACKAGE_STRIP = "1" | ||
54 | |||
55 | # Default to TARGETOS values for EABI on arm | ||
56 | GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" | ||
57 | UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" | ||
58 | |||
59 | POKYMODE ?= "default" | ||
60 | require conf/distro/include/poky-${POKYMODE}.inc | ||
61 | |||
62 | POKYLIBC ?= "eglibc" | ||
63 | require conf/distro/include/poky-${POKYLIBC}.inc | ||
64 | |||
65 | SDK_NAME = "${DISTRO}-${POKYLIBC}-${SDK_ARCH}-${TARGET_ARCH}" | ||
66 | SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}" | ||
67 | |||
68 | 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))]}" | ||
69 | |||
70 | # | ||
71 | # Preferred providers: | ||
72 | # | ||
73 | |||
74 | # Virtuals: | ||
75 | PREFERRED_PROVIDER_virtual/db ?= "db" | ||
76 | PREFERRED_PROVIDER_virtual/db-native ?= "db-native" | ||
77 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86" | ||
78 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | ||
79 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-xlib" | ||
80 | PREFERRED_PROVIDER_virtual/update-alternatives ?= "update-alternatives-cworth" | ||
81 | PREFERRED_PROVIDER_virtual/update-alternatives-native ?= "opkg-native" | ||
82 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | ||
83 | PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel" | ||
84 | |||
85 | VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" | ||
86 | |||
87 | # Others: | ||
88 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers" | ||
89 | PREFERRED_PROVIDER_linux-libc-headers-nativesdk ?= "linux-libc-headers-nativesdk" | ||
90 | PREFERRED_PROVIDER_libgcc ?= "libgcc" | ||
91 | PREFERRED_PROVIDER_libgcc-nativesdk ?= "libgcc-nativesdk" | ||
92 | PREFERRED_PROVIDER_dbus-glib ?= "dbus-glib" | ||
93 | PREFERRED_PROVIDER_dbus-glib-native ?= "dbus-glib-native" | ||
94 | PREFERRED_PROVIDER_gconf ?= "gconf-dbus" | ||
95 | PREFERRED_PROVIDER_matchbox-panel ?= "matchbox-panel-2" | ||
96 | PREFERRED_PROVIDER_opkg ?= "opkg" | ||
97 | PREFERRED_PROVIDER_opkg-native ?= "opkg-native" | ||
98 | PREFERRED_PROVIDER_opkg-nativesdk ?= "opkg-nativesdk" | ||
99 | |||
100 | PREFERRED_PROVIDER_gdk-pixbuf ?= "gdk-pixbuf" | ||
101 | |||
102 | require conf/distro/include/poky-fixed-revisions.inc | ||
103 | require conf/distro/include/preferred-xorg-versions.inc | ||
104 | |||
105 | PCMCIA_MANAGER ?= "pcmciautils" | ||
106 | |||
107 | #IMAGE_LINGUAS ?= "en-gb en-us" | ||
108 | #LIMIT_BUILT_LOCALES ?= "en_GB en_US" | ||
109 | IMAGE_LINGUAS ?= "en-us en-gb" | ||
110 | LIMIT_BUILT_LOCALES ?= "POSIX en_US en_GB" | ||
111 | ENABLE_BINARY_LOCALE_GENERATION ?= "1" | ||
112 | LOCALE_UTF8_ONLY = "0" | ||
113 | |||
114 | DISTRO_FEATURES = "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci" | ||
115 | |||
116 | POKY_EXTRA_RDEPENDS = "task-poky-boot" | ||
117 | POKY_EXTRA_RDEPENDS_qemuarm = "qemu-config" | ||
118 | POKY_EXTRA_RDEPENDS_qemuarmv6 = "qemu-config" | ||
119 | POKY_EXTRA_RDEPENDS_qemuarmv7 = "qemu-config" | ||
120 | POKY_EXTRA_RDEPENDS_qemux86 = "qemu-config" | ||
121 | POKY_EXTRA_RDEPENDS_qemux86-64 = "qemu-config" | ||
122 | |||
123 | DISTRO_EXTRA_RDEPENDS += "${POKY_EXTRA_RDEPENDS}" | ||
124 | DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet" | ||
125 | |||
126 | IMAGE_FEATURES ?= "" | ||
127 | |||
128 | EXTRAOPKGCONFIG = "poky-feed-config-opkg" | ||
129 | |||
130 | # This is a list of packages that are used by poky to build the distribution, they are not | ||
131 | # directly part of the distribution. | ||
132 | HOSTTOOLS_WHITELIST_GPLv3 ?= "" | ||
133 | WHITELIST_GPLv3 ?= "less gnome-common" | ||
134 | LGPLv2_WHITELIST_GPLv3 ?= "libassuan gnutls libtasn1 libidn" | ||
135 | |||
136 | # This is a list of packages that require a commercial license to ship | ||
137 | # product. If shipped as part of an image these packages may have | ||
138 | # implications so they are disabled by default | ||
139 | COMMERCIAL_LICENSE ?= "lame gst-fluendo-mp3 libmad mpeg2dec ffmpeg qmmp" | ||
140 | COMMERCIAL_AUDIO_PLUGINS ?= "" | ||
141 | # COMMERCIAL_AUDIO_PLUGINS ?= "gst-plugins-ugly-mad gst-plugins-ugly-mpegaudioparse" | ||
142 | COMMERCIAL_VIDEO_PLUGINS ?= "" | ||
143 | # COMMERCIAL_VIDEO_PLUGINS ?= "gst-plugins-ugly-mpeg2dec gst-plugins-ugly-mpegstream gst-plugins-bad-mpegvideoparse" | ||
144 | COMMERCIAL_QT ?= "" | ||
145 | # COMMERCIAL_QT ?= "qmmp" | ||
146 | # Set of common licenses used for license.bbclass | ||
147 | COMMON_LICENSE_DIR ??= "${POKYBASE}/meta/files/common-licenses" | ||
148 | |||
149 | BB_GENERATE_MIRROR_TARBALLS ??= "0" | ||
150 | |||
151 | require conf/distro/include/world-broken.inc | ||
152 | |||
153 | PREMIRRORS ?= "\ | ||
154 | bzr://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
155 | cvs://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
156 | git://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
157 | hg://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
158 | osc://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
159 | p4://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
160 | svk://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
161 | svn://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" | ||
162 | |||
163 | MIRRORS =+ "\ | ||
164 | ftp://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
165 | http://.*/.* http://autobuilder.yoctoproject.org/sources/ \n \ | ||
166 | https://.*/.* http://autobuilder.yoctoproject.org/sources/ \n" | ||
167 | |||
diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample deleted file mode 100644 index 434c6841bf..0000000000 --- a/meta/conf/local.conf.sample +++ /dev/null | |||
@@ -1,219 +0,0 @@ | |||
1 | # CONF_VERSION is increased each time build/conf/ changes incompatibly | ||
2 | CONF_VERSION = "1" | ||
3 | |||
4 | # Uncomment and change to cache the files Poky downloads in an alternative | ||
5 | # location, default it ${TOPDIR}/downloads | ||
6 | #DL_DIR ?= "${TOPDIR}/downloads" | ||
7 | # Uncomment and change to cache Poky's built staging output in an alternative | ||
8 | # location, default ${TOPDIR}/sstate-cache | ||
9 | #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" | ||
10 | |||
11 | # Uncomment and set to allow bitbake to execute multiple tasks at once. | ||
12 | # For a quadcore, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would | ||
13 | # be appropriate. | ||
14 | # BB_NUMBER_THREADS = "4" | ||
15 | # Also, make can be passed flags so it run parallel threads e.g.: | ||
16 | # PARALLEL_MAKE = "-j 4" | ||
17 | |||
18 | # Set a default machine to target unless a machine is selected from the | ||
19 | # lists below. | ||
20 | MACHINE ??= "qemux86" | ||
21 | |||
22 | # Supported emulation machines | ||
23 | #MACHINE ?= "qemuarm" | ||
24 | #MACHINE ?= "qemumips" | ||
25 | #MACHINE ?= "qemuppc" | ||
26 | #MACHINE ?= "qemux86" | ||
27 | #MACHINE ?= "qemux86-64" | ||
28 | |||
29 | # Supported target hardware for demonstration purposes | ||
30 | #MACHINE ?= "atom-pc" | ||
31 | #MACHINE ?= "beagleboard" | ||
32 | #MACHINE ?= "emenlow" | ||
33 | #MACHINE ?= "mpc8315e-rdb" | ||
34 | #MACHINE ?= "routerstationpro" | ||
35 | |||
36 | DISTRO ?= "poky" | ||
37 | # For bleeding edge / experimental / unstable package versions | ||
38 | # DISTRO ?= "poky-bleeding" | ||
39 | |||
40 | BBMASK = "" | ||
41 | |||
42 | # EXTRA_IMAGE_FEATURES allows extra packages to be added to the generated images | ||
43 | # (Some of these are automatically added to certain image types) | ||
44 | # "dbg-pkgs" - add -dbg packages for all installed packages | ||
45 | # (adds symbol information for debugging/profiling) | ||
46 | # "dev-pkgs" - add -dev packages for all installed packages | ||
47 | # (useful if you want to develop against libs in the image) | ||
48 | # "tools-sdk" - add development tools (gcc, make, pkgconfig etc.) | ||
49 | # "tools-debug" - add debugging tools (gdb, strace) | ||
50 | # "tools-profile" - add profiling tools (oprofile, exmap, lttng valgrind (x86 only)) | ||
51 | # "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.) | ||
52 | # "debug-tweaks" - make an image for suitable of development | ||
53 | # e.g. ssh root access has a blank password | ||
54 | # There are other application targets too, see meta/classes/poky-image.bbclass | ||
55 | # and meta/packages/tasks/task-poky.bb for more details. | ||
56 | |||
57 | EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks" | ||
58 | |||
59 | # The default IMAGE_FEATURES above are too large for the mx31phy and | ||
60 | # c700/c750 machines which have limited space. The code below limits | ||
61 | # the default features for those machines. | ||
62 | EXTRA_IMAGE_FEATURES_c7x0 = "tools-testapps debug-tweaks" | ||
63 | EXTRA_IMAGE_FEATURES_mx31phy = "debug-tweaks" | ||
64 | EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks" | ||
65 | |||
66 | # A list of packaging systems used in generated images | ||
67 | # The first package type listed will be used for rootfs generation | ||
68 | # include 'package_deb' for debs | ||
69 | # include 'package_ipk' for ipks | ||
70 | # include 'package_rpm' for rpms | ||
71 | #PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk" | ||
72 | PACKAGE_CLASSES ?= "package_rpm package_ipk" | ||
73 | |||
74 | # mklibs library size optimization is more useful to smaller images, | ||
75 | # and less useful for bigger images. Also mklibs library optimization can break the ABI compatibility, so should not be applied to the images which are tobe | ||
76 | # extended or upgraded later. | ||
77 | #This enabled mklibs library size optimization just for the specified image. | ||
78 | #MKLIBS_OPTIMIZED_IMAGES ?= "poky-image-minimal" | ||
79 | #This enable mklibs library size optimization will be for all the images. | ||
80 | #MKLIBS_OPTIMIZED_IMAGES ?= "all" | ||
81 | |||
82 | # A list of additional classes to use when building the system | ||
83 | # include 'image-mklibs' to reduce shared library files size for an image | ||
84 | # include 'image-prelink' in order to prelink the filesystem image | ||
85 | # include 'image-swab' to perform host system intrusion detection | ||
86 | # NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink | ||
87 | USER_CLASSES ?= "image-mklibs image-prelink" | ||
88 | |||
89 | # POKYMODE controls the characteristics of the generated packages/images by | ||
90 | # telling poky which type of toolchain to use. | ||
91 | # | ||
92 | # Options include several different EABI combinations and a compatibility | ||
93 | # mode for the OABI mode poky previously used. | ||
94 | # | ||
95 | # The default is "eabi" | ||
96 | # Use "oabi" for machines with kernels < 2.6.18 on ARM for example. | ||
97 | # Use "external-MODE" to use the precompiled external toolchains where MODE | ||
98 | # is the type of external toolchain to use e.g. eabi. | ||
99 | # POKYMODE = "external-eabi" | ||
100 | |||
101 | # Uncomment this to specify where BitBake should create its temporary files. | ||
102 | # Note that a full build of everything in OpenEmbedded will take GigaBytes of hard | ||
103 | # disk space, so make sure to free enough space. The default TMPDIR is | ||
104 | # <build directory>/tmp | ||
105 | #TMPDIR = "${POKYBASE}/build/tmp" | ||
106 | |||
107 | # The following are used to control options related to debugging. | ||
108 | # | ||
109 | # Uncomment this to change the optimization to make debugging easer, at the | ||
110 | # possible cost of performance. | ||
111 | # DEBUG_BUILD = "1" | ||
112 | # | ||
113 | # Uncomment this to disable the stripping of the installed binaries | ||
114 | # INHIBIT_PACKAGE_STRIP = "1" | ||
115 | # | ||
116 | # Uncomment this to disable the split of the debug information into -dbg files | ||
117 | # INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
118 | # | ||
119 | # When splitting debug information, the following controls the results of the | ||
120 | # file splitting. | ||
121 | # | ||
122 | # .debug (default): | ||
123 | # When splitting the debug information will be placed into | ||
124 | # a .debug directory in the same dirname of the binary produced: | ||
125 | # /bin/foo -> /bin/.debug/foo | ||
126 | # | ||
127 | # debug-file-directory: | ||
128 | # When splitting the debug information will be placed into | ||
129 | # a central debug-file-directory, /usr/lib/debug: | ||
130 | # /bin/foo -> /usr/lib/debug/bin/foo.debug | ||
131 | # | ||
132 | # Any source code referenced in the debug symbols will be copied | ||
133 | # and made available within the /usr/src/debug directory | ||
134 | # | ||
135 | PACKAGE_DEBUG_SPLIT_STYLE = '.debug' | ||
136 | # PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory' | ||
137 | |||
138 | # Uncomment these to build a package such that you can use gprof to profile it. | ||
139 | # NOTE: This will only work with 'linux' targets, not | ||
140 | # 'linux-uclibc', as uClibc doesn't provide the necessary | ||
141 | # object files. Also, don't build glibc itself with these | ||
142 | # flags, or it'll fail to build. | ||
143 | # | ||
144 | # PROFILE_OPTIMIZATION = "-pg" | ||
145 | # SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}" | ||
146 | # LDFLAGS =+ "-pg" | ||
147 | |||
148 | # Uncomment this if you want BitBake to emit debugging output | ||
149 | # BBDEBUG = "yes" | ||
150 | # Uncomment this if you want BitBake to emit the log if a build fails. | ||
151 | BBINCLUDELOGS = "yes" | ||
152 | |||
153 | # Set this if you wish to make pkgconfig libraries from your system available | ||
154 | # for native builds. Combined with extra ASSUME_PROVIDEDs this can allow | ||
155 | # native builds of applications like oprofileui-native (unsupported feature). | ||
156 | #EXTRA_NATIVE_PKGCONFIG_PATH = ":/usr/lib/pkgconfig" | ||
157 | #ASSUME_PROVIDED += "gtk+-native libglade-native" | ||
158 | |||
159 | ENABLE_BINARY_LOCALE_GENERATION = "1" | ||
160 | |||
161 | # The architecture to build SDK items for, by setting this you can build SDK | ||
162 | # packages for architectures other than the host i.e. building i686 packages | ||
163 | # on an x86_64 host. | ||
164 | # Supported values are i686 and x86_64 | ||
165 | #SDKMACHINE ?= "i686" | ||
166 | |||
167 | # Poky can try and fetch packaged-staging packages from a http, https or ftp | ||
168 | # mirror. Set this variable to the root of a pstage directory on a server. | ||
169 | #SSTATE_MIRRORS ?= "\ | ||
170 | #file://.* http://someserver.tld/share/sstate/ \n \ | ||
171 | #file://.* file:///some/local/dir/sstate/" | ||
172 | |||
173 | # Set IMAGETEST to qemu if you want to build testcases and start | ||
174 | # testing in qemu after do_rootfs. | ||
175 | #IMAGETEST = "qemu" | ||
176 | |||
177 | # By default test cases in sanity suite will be ran. If you want to run other | ||
178 | # test suite or specific test case(e.g. bat or boot test case under sanity suite), | ||
179 | # list them like following. | ||
180 | #TEST_SCEN = "sanity bat sanity:boot" | ||
181 | |||
182 | #Because of the QEMU booting slowness issue(see bug #646 and #618), autobuilder | ||
183 | #may suffer a timeout issue when running sanity test. We introduce variable | ||
184 | #TEST_SERIALIZE here to reduce the time on sanity test. It is by default set | ||
185 | #to 1. Poky will start image and run cases in the same image without reboot | ||
186 | #or kill. If it is set to 0, the image will be copied and tested for each | ||
187 | #case, which will take much time. | ||
188 | #TEST_SERIALIZE = "1" | ||
189 | |||
190 | # Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not | ||
191 | # wish to perform the time-consuming step of generating all LIBC locales. | ||
192 | # NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set | ||
193 | # appropriate values for IMAGE_LINGUAS and LIMIT_BUILT_LOCALES | ||
194 | # WARNING: this may break localisation! | ||
195 | #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8" | ||
196 | # See message above as to whether setting these is required | ||
197 | #IMAGE_LINGUAS ?= "en-gb" | ||
198 | #LIMIT_BUILT_LOCALES ?= "POSIX en_GB" | ||
199 | |||
200 | # This value is currently used by PSEUDO to determine if the recipe should | ||
201 | # build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system. | ||
202 | # | ||
203 | # PSEUDO will attempt to determine if a 32-bit wrapper is necessary, but | ||
204 | # it doesn't always guess properly. If you have 32-bit executables on | ||
205 | # your 64-bit build system, you likely want to set this to "0", | ||
206 | # otherwise you could end up with incorrect file attributes on the | ||
207 | # target filesystem. | ||
208 | # | ||
209 | # Default to not build 32 bit libs on 64 bit systems, comment this | ||
210 | # out if that is desired | ||
211 | NO32LIBS = "1" | ||
212 | |||
213 | # If you do not use (or have installed) gnome-terminal you will need to | ||
214 | # uncomment these variables and set them to the terminal you wish to use | ||
215 | # when resolving patches which cannot be applied | ||
216 | # Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN ARE: | ||
217 | # GNOME, SCREEN, XTERM and KONSOLE | ||
218 | #TERMCMD = "${KONSOLE_TERMCMD}" | ||
219 | #TERMCMDRUN = "${KONSOLE_TERMCMDRUN}" | ||
diff --git a/meta/conf/machine/atom-pc.conf b/meta/conf/machine/atom-pc.conf deleted file mode 100644 index b94deb20e5..0000000000 --- a/meta/conf/machine/atom-pc.conf +++ /dev/null | |||
@@ -1,46 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Atom-PC | ||
3 | |||
4 | #@DESCRIPTION: Machine configuration for Intel Atom based PCs. Currently supported machines are the Asus eee901, Acer Aspire One, Toshiba NB305, and Intel BlackSand development board. | ||
5 | |||
6 | TARGET_ARCH = "i586" | ||
7 | |||
8 | include conf/machine/include/tune-atom.inc | ||
9 | |||
10 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 wifi \ | ||
11 | acpi" | ||
12 | |||
13 | KERNEL_IMAGETYPE = "bzImage" | ||
14 | |||
15 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-stable" | ||
16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
17 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | ||
18 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | ||
19 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xf86-dri-lite" | ||
20 | PREFERRED_PROVIDER_virtual/xserver-xf86 ?= "xserver-xf86-dri-lite" | ||
21 | XSERVER ?= "xserver-xf86-dri-lite \ | ||
22 | xf86-input-mouse \ | ||
23 | xf86-input-keyboard \ | ||
24 | xf86-input-evdev \ | ||
25 | xf86-input-synaptics \ | ||
26 | xf86-video-intel \ | ||
27 | mesa-dri-driver-i915" | ||
28 | |||
29 | #MACHINE_EXTRA_RDEPENDS = "rt2860" | ||
30 | |||
31 | MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts" | ||
32 | |||
33 | GUI_MACHINE_CLASS = "bigscreen" | ||
34 | |||
35 | IMAGE_ROOTFS_SIZE_ext3 = "500000" | ||
36 | |||
37 | IMAGE_FSTYPES ?= "ext3 cpio.gz" | ||
38 | |||
39 | APPEND += "usbcore.autosuspend=1" | ||
40 | |||
41 | GLIBC_ADDONS = "nptl" | ||
42 | GLIBC_EXTRA_OECONF = "--with-tls" | ||
43 | |||
44 | EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi" | ||
45 | |||
46 | ROOTLESS_X = "1" | ||
diff --git a/meta/conf/machine/beagleboard.conf b/meta/conf/machine/beagleboard.conf deleted file mode 100644 index b1f73504bf..0000000000 --- a/meta/conf/machine/beagleboard.conf +++ /dev/null | |||
@@ -1,37 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Beagleboard machine | ||
3 | #@DESCRIPTION: Machine configuration for the http://beagleboard.org/ board | ||
4 | TARGET_ARCH = "arm" | ||
5 | |||
6 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | ||
7 | XSERVER = "xserver-kdrive-fbdev" | ||
8 | |||
9 | # Only has DVI connector for external screen | ||
10 | GUI_MACHINE_CLASS = "bigscreen" | ||
11 | |||
12 | #Ship all kernel modules till the board support has matured enough | ||
13 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
14 | |||
15 | # Allow for MMC booting (required by the NAND-less Beagleboard XM) | ||
16 | EXTRA_IMAGEDEPENDS += "u-boot x-load" | ||
17 | |||
18 | #include conf/machine/include/tune-arm1136jf-s.inc | ||
19 | include conf/machine/include/tune-cortexa8.inc | ||
20 | |||
21 | IMAGE_FSTYPES += "tar.bz2 jffs2" | ||
22 | EXTRA_IMAGECMD_jffs2 = "-lnp " | ||
23 | |||
24 | # Guesswork | ||
25 | SERIAL_CONSOLE = "115200 ttyO2" | ||
26 | |||
27 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | ||
28 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
29 | |||
30 | KERNEL_IMAGETYPE = "uImage" | ||
31 | |||
32 | UBOOT_ENTRYPOINT = "0x80008000" | ||
33 | UBOOT_LOADADDRESS = "0x80008000" | ||
34 | |||
35 | |||
36 | # and sdio | ||
37 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat alsa" | ||
diff --git a/meta/conf/machine/mpc8315e-rdb.conf b/meta/conf/machine/mpc8315e-rdb.conf deleted file mode 100644 index 34b75bbc8a..0000000000 --- a/meta/conf/machine/mpc8315e-rdb.conf +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@DESCRIPTION: Machine configuration for running | ||
3 | |||
4 | TARGET_ARCH = "powerpc" | ||
5 | TARGET_FPU = "spe" | ||
6 | |||
7 | require conf/machine/include/tune-ppc603e.inc | ||
8 | |||
9 | KERNEL_IMAGETYPE = "uImage" | ||
10 | |||
11 | SERIAL_CONSOLE = "115200 ttyS0" | ||
12 | |||
13 | MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" | ||
14 | |||
15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | ||
16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
17 | |||
18 | UBOOT_ENTRYPOINT = "0x00000000" | ||
19 | |||
20 | KERNEL_DEVICETREE = "${S}/arch/powerpc/boot/dts/mpc8315erdb.dts" | ||
diff --git a/meta/conf/machine/routerstationpro.conf b/meta/conf/machine/routerstationpro.conf deleted file mode 100644 index d464842134..0000000000 --- a/meta/conf/machine/routerstationpro.conf +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: mti_malta32_be MIPS | ||
3 | #@DESCRIPTION: mti_malta32_be | ||
4 | |||
5 | TARGET_ARCH = "mips" | ||
6 | |||
7 | require conf/machine/include/tune-mips32.inc | ||
8 | |||
9 | MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 \ | ||
10 | serial usbgadget" | ||
11 | |||
12 | KERNEL_IMAGETYPE = "vmlinux" | ||
13 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | ||
14 | |||
15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | ||
16 | #PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | ||
17 | |||
18 | SERIAL_CONSOLE = "115200 ttyS0" | ||
19 | |||
20 | MACHINE_EXTRA_RRECOMMENDS = " kernel-modules" | ||
21 | |||
22 | IMAGE_ROOTFS_SIZE_ext3 = "2000000" | ||
23 | IMAGE_FSTYPES ?= "jffs2 tar.bz2" | ||
24 | |||
diff --git a/meta/conf/site.conf.sample b/meta/conf/site.conf.sample deleted file mode 100644 index 42042042f7..0000000000 --- a/meta/conf/site.conf.sample +++ /dev/null | |||
@@ -1,40 +0,0 @@ | |||
1 | # | ||
2 | # local.conf covers user settings, site.conf covers site specific information | ||
3 | # such as proxy server addresses and optionally any shared download location | ||
4 | # | ||
5 | # SITE_CONF_VERSION is increased each time build/conf/site.conf | ||
6 | # changes incompatibly | ||
7 | SCONF_VERSION = "1" | ||
8 | |||
9 | # Uncomment to cause CVS to use the proxy host specified | ||
10 | #CVS_PROXY_HOST = "proxy.example.com" | ||
11 | #CVS_PROXY_PORT = "81" | ||
12 | |||
13 | # For svn, you need to create ~/.subversion/servers containing: | ||
14 | #[global] | ||
15 | #http-proxy-host = proxy.example.com | ||
16 | #http-proxy-port = 81 | ||
17 | # | ||
18 | |||
19 | # Uncomment to cause git to use the proxy host specificed | ||
20 | # although this only works for http | ||
21 | #GIT_PROXY_HOST = "proxy.example.com" | ||
22 | #GIT_PROXY_PORT = "81" | ||
23 | #export GIT_PROXY_COMMAND = "${POKYBASE}/scripts/poky-git-proxy-command" | ||
24 | |||
25 | # GIT_PROXY_IGNORE_* lines define hosts which do not require a proxy to access | ||
26 | #GIT_CORE_CONFIG = "Yes" | ||
27 | #GIT_PROXY_IGNORE_1 = "host.server.com" | ||
28 | #GIT_PROXY_IGNORE_2 = "another.server.com" | ||
29 | |||
30 | # If SOCKS is available run the following command to comple a simple transport | ||
31 | # gcc scripts/poky-git-proxy-socks.c -o poky-git-proxy-socks | ||
32 | # and then share that binary somewhere in PATH, then use the following settings | ||
33 | #GIT_PROXY_HOST = "proxy.example.com" | ||
34 | #GIT_PROXY_PORT = "81" | ||
35 | #export GIT_PROXY_COMMAND = "${POKYBASE}/scripts/poky-git-proxy-socks-command" | ||
36 | |||
37 | |||
38 | # Uncomment this to use a shared download directory | ||
39 | #DL_DIR = "/some/shared/download/directory/" | ||
40 | |||