aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf
AgeCommit message (Collapse)Author
2012-04-13Revert "default-distrovars: remove NO32LIBS setting"Richard Purdie
We still need this value to keep the sanity testing working. The other part of the change is still valid. This reverts commit cb940f46efacddc7200581edba034e4201abb94a.
2012-04-13default-distrovars: remove NO32LIBS settingPaul Eggleton
The ??= assignment in pseudo.inc effectively nullifies this ??= assignment here, so remove it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-11distro-tracking: Fix syslinux NO_UPDATE_REASONSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-11tclibc-eglibc.inc: make locale packages dependency conditionalNitin A Kamble
Only add locale package dependencies if the eglibc is configured with locale support. This avoids dependencies issues for distros such as poky-tiny [RP: Add PR bump] Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-10syslinux: Update distro-tracking fieldsDarren Hart
Add reason for not updating syslinux this release. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2012-04-10meta-toolchain: runqemu falied on FC16/Opensuse12.1 x86_64Robert Yang
runqemu can't launch a target image on Fedora 16 64bit or Opensuse 12.1 64bit, this is because runqemu needs the host's libGL.so, which requires GLIBC_2.14 which is defined in libc.so.6, but our default libc.so.6 is version 2.13, here is the message from Richard: The easiest solution would be to change the nativesdk libc to 2.15. I don't think we plan to do this for the target libc for 1.2 but we could change nativesdk's version if its well tested [YOCTO #1968] Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2012-04-04conf/machine/include: Update SH tunings to match READMEMark Hatle
Update the experimental SH tunings to match the tunings README. These tunings have not been tested, and are experimental! Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2012-04-04conf/machine/include: Cleanup ARM tunings to match READMEMark Hatle
Cleanup the ARM tunings to match the new tunings README file. The ARM tunings define TUNE_PKGARCH in a way that only one main arm architecture, i.e. armv6, may be defined at the same time. We may have to revise these settings in the future, as well as figure out a way to better differentiate various optimize tunings in the package arch. (This was not done, to preserve existing behavior!) Fix a number of minor issues w/ the armv5 tunings where DSP variants were referenced but not defined. Fix incorrect armv7 entries in armv7a. Fix PACKAGE_EXTRA_ARCHS definitions inside of tune-cortexm3 and tune-cortexr4. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2012-04-04conf/machine/include: Cleanup PowerPC tunings to match READMEMark Hatle
Cleanup the PowerPC tunings to match the new tuning README file. Default PowerPC to using TUNE_PKGARCH = ${TUNE_PKGARCH_tune-<tune>} Fix AVAILTUNE settings in ppc603e, and ppce500mc to be addative. Correct potentially overlapping "spe" definitions in ppce500 and ppce500v2. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2012-04-04conf/machine/include: Cleanup MIPS tunings to match READMEMark Hatle
Cleanup the MIPS tunings to match the new tuning README file. Also add a MIPS specific README file to explain the MIPS specifical architectural issues. Finally correct the variant configurations within the tune-mips32.inc. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2012-04-04conf/machine/include: Cleanup IA tunings to match READMEMark Hatle
We perform a basic cleanup of the IA32 architecture and related tunings in order to match the rules and descriptions within the new tuning README file. A number of small issues were corrected in the "c3" tuning to bring it inline with the README. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2012-04-04conf/machine/include/README: Add readme to explain cpu tuningsMark Hatle
Add a new README that covers the basic items used with various cpu tunings. The goal is to better help people understand the various settings and where things should or should not be defined. Corresponding architecture README files will also be generated to explain the particulars of architectural tunings. Also remove the default TUNE_PKGARCH setting in bitbake.conf. This was done to ensure an error occurs if an invalid tuning is defined. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2012-04-03eglibc: SDK_GLIBC_ADDONS for eglibc-nativesdk.Lianhao Lu
Use SDK_GLIBC_ADDONS for eglibc-nativesdk so that it is not dependant on the target eglibc's GLIBC_ADDONS settings. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-31tune-cortexa8/9: fix PACKAGE tunes being all armv7at even for non-Thumb onesDenys Dmytriyenko
All PACKAGE_EXTRA_ARCHS for cortexa8, cortexa8t and cortexa8-neon have typo in referencing tune-armv7at even for non-Thumb modes. Probably a copy/paste error. That's not the case for recently-added hard-fp tunes. Same for cortexa9. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-30virtual/libgl: use mesa-xlib for qemuarm/qemumips/qemuppcZhai Edwin
Still need mesa-xlib for emulation of GLX interface on qemuarm/mips/ppc, where mesa-dri doesn't work for pure qemu emulator. [YOCTO #2066] fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-30arch-armv7a.inc: fix PACKAGE_EXTRA_ARCHS after armv7.inc was removedMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-29qemu.inc: Use '+=' for IMAGE_FSTYPESTom Rini
As per http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html a machine conf file should use '+=' to set IMAGE_FSTYPES. Signed-off-by: Tom Rini <trini@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-28powerpc e500: set -mfloat-gprs=doubleChristopher Larson
Use of FPRs instead of GPRs is incompatible with e500/SPE, so let's be explicit about the use of GPRs to avoid potential errors. For example, with the Sourcery G++ toolchain, one can hit: conftest.c:1:0: error: E500 and FPRs not supported. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-28external-csl: add mapping for powerpc-nfChristopher Larson
This ensures we get the files from the correct multilib dir in the external toolchain when using powerpc with soft-float. Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-28local.conf.sample.extended: Add documentation of archive source code ↵Richard Purdie
configuration Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-28tune/armv7: DeleteKhem Raj
armv7 is least common denominator of armv7-a armv7-m and armv7-r and armv7-m does not support ARM instructions but only thumb2 instruction set which means armv7 when chosen will complain if code is compiled in arm mode which is default in OE if not specified other wise if we chose this tuning errors like below pop up error: target CPU does not support ARM mode This tuning seems theoretical and base tune for armv7 would be one of armv7-a, armv7-m or armv7-r Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23linux-libc-headers: set default LINUXLIBCVERSION to 3.2Bruce Ashfield
Switch the default libc-headers to the 3.2 version. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23bitbake.conf: Add XAUTHORITY into config white listDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-23Revert "bitbake.conf/sstate.bbclass: Change PATH when installing sstate ↵Richard Purdie
files to avoid issues" Reluctantly revert this since it breaks the tar-native workaround we have for old versions of tar :( This reverts commit 01218e29f963120c77885964702198d9bce77e11.
2012-03-22arch-powerpc.inc: use default value of TUNE_PKGARCHMatthew McClintock
We can use the default value for TUNE_PKGARCH, and now we just append "-nf" if TARGET_FPU is fpu-soft Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-22bitbake.conf: add systemd_unitdirAndreas Müller
Some of oe-core's recipes need to know where systemd units are. Since the directory might change in the future [1], we set the location once globally to reduce maintenance efforts [1] http://www.gossamer-threads.com/lists/gentoo/dev/245758 Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-22Fix common typoes "existant", "dependant" and variationsRobert P. J. Day
Fix a couple common typoes, all contained within comments so there should be no effect on functionality. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-22bitbake.conf: fix distro-less failure expanding FILESPATHDenys Dmytriyenko
If DISTRO is not set, FILESPATH becomes littered with directories like files/${DISTRO} etc. It won't bomb until you try to eval it - i.e. manipulating FILESPATH directly with .= works fine, but calling e.g. base_set_filespath() throws this: ERROR: Failure expanding variable FILESPATH, expression was ${@blah} which triggered exception SyntaxError: EOL while scanning string literal (FILESPATH, line 1) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21bitbake.conf/sstate.bbclass: Change PATH when installing sstate files to ↵Richard Purdie
avoid issues This resolves issues related to pigz-native when installing from sstate that people have been seeing. It also gives us a way to solve issues like the gzip-native race during sstate package creation covered in Yocto #1774. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-21distro_tracking: update opensslScott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2012-03-21distro_tracking: updates for upgraded recipes and manual checksScott Garman
Upgraded e2fsprogs recipe. Manual checks done for libpng, libgdbus, expat, chrpath, opensp, and nfs-utils. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2012-03-21distro-tracking: Remove trailing whitespaceDarren Hart
Remove all trailing whitespace from the distro tracking text. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Saul Wold <sgw@linux.intel.com>
2012-03-21distro-tracking: Update rt-tests, trace-cmd, and kernel sharkDarren Hart
o Add common fields for these recipes. o Note no update due to being on the current version. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Saul Wold <sgw@linux.intel.com>
2012-03-21distro_tracking: UpdateSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-21pixman: upgrade to 0.25.2Shane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-21glproto: update its info in distro trackingShane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-19bitbake.conf: Exclude some variables when calculating cache hashDongxiao Xu
Some variables are not needed when calculating cache's hash, this commit removes them. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2012-03-19Simple typo in qemuarm.conf file: "versaile" -> "versatile"Robert P. J. Day
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19default-providers: Set pigz-native as the default provider for gzip-nativeRichard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-19distro_tracking: update the recipe info for manual checkShane Wang
Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-03-19distro-tracking: update status of recipesNitin A Kamble
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2012-03-19distro_tracking: update sudo, at, base-passwdScott Garman
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2012-03-19upgrade logrotate: update the distro_tracking_fields.incRobert Yang
update the distro_tracking_fields.inc. Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2012-03-15bitbake.conf: Modify PACKAGE list ordering to insert -staticdev file before PNSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-14distro_tracking_fields: Fix EOL Comments and missing QuotesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-14chkconfig: update it from 1.3.57 to 1.3.58Wenzong Fan
Update chkconfig and related distro tracking fields. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-14ccache: update it from 3.1.6 to 3.1.7Wenzong Fan
Update ccache and related distro tracking fields. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-14distro_tracking_fields: udpate package statusKang Kai
Update packages' status, includes libsdl, gobject-introspection, newt, alsa and ghostscript. Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-14distro_tracking: Updates for manual checksSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2012-03-08bitbake.conf: use empty SRC_URI by defaultAndreas Oberritter
* Otherwise, recipes that only append to SRC_URI instead of overwriting it will get the full path of the recipe written into the Source: field of the package. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>