summaryrefslogtreecommitdiff
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* web: fix SRCREVSaul Wold2011-05-051-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gypsy_0.8.bb: Fix build with gcc 4.6Khem Raj2011-05-052-3/+20
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eglibc-2.13: Add recipes for eglibc 2.13Khem Raj2011-05-0513-1/+491
| | | | | | | | Add patch to correct fstack-protector configure check Document all patches for eglibc 2.13 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* yaffs2: Update patch and checksumsSaul Wold2011-05-052-57/+61
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* clutter-gtk-1.4: Rebase patchesSaul Wold2011-05-052-17/+16
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* clutter-gst-1.4: Rebase patches and update checksumSaul Wold2011-05-052-2/+17
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* ghostscript: added to pass LSB commands checkKang Kai2011-05-052-0/+162
| | | | | | | Add ghostscript to pass LSB commands check and Printing test, and ghostscript-native is added to help cross compilation. Signed-off-by: Kang Kai <kai.kang@windriver.com>
* foomatic-filters: added to pass LSB commands checkKang Kai2011-05-051-0/+23
| | | | | | | foomatic-filters provided foomatic-rip to pass LSB commands check Part fixes [Yocto 520] Signed-off-by: Kang Kai <kai.kang@windriver.com>
* gcc-4.6.0: Backport FSF 4.6 branch patchesKhem Raj2011-05-05162-0/+713319
| | | | | | | | | | | | | This is set of bugfixes that has been done on FSF gcc-4_2-branch since 4.6.0 was released They will roll into 4.6.1 release once that happens in coming approx 6 months time then we can simply remove them thats the reason so use a separate .inc file to define the SRC_URI additions Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-4.6.0: Add missing recipes for gcc-cross-canadian and gcc-crosssdkKhem Raj2011-05-054-4/+25
| | | | | | | Reset PR in gcc-crosssdk-initial_4.6.0.bb and gcc-crosssdk-intermediate_4.6.0.bb Signed-off-by: Khem Raj <raj.khem@gmail.com>
* lttng-viewer: explicitly add linkage to lttvwindowDexuan Cui2011-05-052-4/+48
| | | | | | | | Fixes [YOCTO #412] Also update FILES_${PN}. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* task-core-tools.bb: properly enable lttng-ust for ARMDexuan Cui2011-05-051-1/+2
| | | | | | | | | Fixes [YOCTO #856] Commit 320a641df18024265c3d2b3b08251a231f9fd6a0 omitted the line when being merged into master branch. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* initscripts: remove -i from halt/reboot arguments and allow overridePaul Eggleton2011-05-043-3/+10
| | | | | | | | | | | Introduces a variable HALTARGS which specifies the arguments sent to halt and reboot, and sets the default value to "-d -f", dropping the previous -i (shut down all network interfaces before halt/reboot, which causes a freeze with NFS root.) Fixes [YOCTO #997]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* util-linux.inc: remove virtual/libintl from DEPENDSKhem Raj2011-05-041-3/+3
| | | | | | inherit gettext should do it. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Remove distro-specific metadata for distros not in oe-corePaul Eggleton2011-05-0420-105/+9
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* Remove machine-specific metadata for machines no longer in oe-corePaul Eggleton2011-05-04129-4302/+13
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* poky-default-revisions: move the SRCREV to recipe fileYu Ke2011-05-04101-206/+142
| | | | | | in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
* python: Unbreak Python third-party extensionsMichael Lippautz2011-05-041-14/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch fixes compilation/linking of python third-party extensions, i.e. Extensions that ship with C code. Problem: Python uses distutils(-native) to compile third-party extensions. distutils uses its own sysconfig module to get the options for compiling and linking. Since third-party extensions have to be linked against this libpython it important that -L points into staging. This is not the case because distutils.sysconfig uses a special Makefile that is shipped with python determine the paths. The Makefile is the same that would be used on the target to build third-party extensions. It therefore points into /usr/lib instead of staging. Solution: Stage a modified version of the Makefile where the paths (incdir, libdir) have been replaced by ones that point into staging. Side-problem: The recipe actually should not stage files itself in do_compile, but rather handle everything that needs to be staged in do_install. This is currently not possible because python compiles itself using distutils-native. Distutils on the other hand does only allow to add a path, but not to substitute it, requiring a staged Makefile and libpython.so before the actual python compilation is triggered. The second step to solve this would be to either patch distutils, or split python into python-initial and python. The -initial part could create the Makefile and the library, while the main part focuses on the target. For further references see: http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/001752.html Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qemuimagetest: Enable toolchain automation tests in qemuimagetestJiajun Xu2011-05-043-4/+10
| | | | | | | | | | | Enable toolchain automation tests in qemuimagetest framework. 3 C/C++ test projects are added to test toolchain - cvs, iptables and sudoku-savant. User needs to set TEST_SCEN to "toolchain" in local.conf to enable tests. Test case will check if toolchain tarball exists under "${DEPLOY_DIR}/sdk". And it will extract toolchain tarball into /opt. It requires user to chown /opt to non-root user, who will run qemuimagetest. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
* perl: fix Configure-multilib.patchSaul Wold2011-05-041-1/+1
| | | | | | Thanks to Gary Thomas for his input on fixing this for Ubuntu 11.04 Signed-off-by: Saul Wold <sgw@linux.intel.com>
* perl-native_5.12.2.bb: Fix compliation on ubuntu 11.04-alphaKhem Raj2011-05-042-5/+20
| | | | | | | | | | | | | | | | | | | | | | | | | Ubuntu has moved eglibc to /usr/lib/${arch}-linux-gnu and /lib/${arch}-linux-gnu so we need that to be added to glibpth in Configure. Currently we set LD=ld in environment for recipes inheriting native class. This overrides the LD settings in the Makefiles of perl and it tries to link by calling ld which does not work since its using -l<x> on commandline and ubuntu linker seems not to look into the new location for these libraries. Its better to use gcc for linking here anyway [With tweak from Tom Rini to use CCLD, not LD] (From OE-Core rev: 8ba700a4c593fd52bd01b6272b4c8285a71964f7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Further tweaks to Configure-multilib.patch for x86_64 vs x86 from Gary Thomas Cc: gary@mlbassoc.com Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libsoup-2.4: Update to 2.34.1Saul Wold2011-05-042-14/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linuxdoc-tools-native: add groff-native to DEPENDSSaul Wold2011-05-041-2/+2
| | | | | | | | groff-native is needed to ensure that configure finds the groff-native binary instead of the host's groff, this is to ensure the correct macros are used (-ms vs -mgs) Signed-off-by: Saul Wold <sgw@linux.intel.com>
* puzzles: update to r9163Saul Wold2011-05-041-0/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* alsa-utils_1.0.24.2.bb: Fix build for uclibc targetsKhem Raj2011-05-042-1/+24
| | | | | | | uclibc does not have exp10() implemented so we obtain same behaviour using pow() Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libx11: Use inherit gettextKhem Raj2011-05-042-3/+6
| | | | | | Avoid direct depependency on gettext, inherit class instead Signed-off-by: Khem Raj <raj.khem@gmail.com>
* insane.bbclass: Checking for NLS too when checking gettext dependencyKhem Raj2011-05-041-3/+4
| | | | | | | | | | | Checking for gettext is not needed when --disable-nls is used Let user know what variant of gettext is missing e.g. gettext-native, gettext-nativesdk etc, reveals a bit more for user Check for virtual/gettext Signed-off-by: Khem Raj <raj.khem@gmail.com>
* git: use DESTDIR=$D instead prefixing all variables by $DMartin Jansa2011-05-042-3/+3
| | | | | | | | | | | | | | | | | * with git-native and rm_work enabled I've noticed git fetcher errors like: warning: templates not found /OE/shr-core/tmp/work/x86_64-linux/git-native-1.7.3.4-r0/image/OE/shr-core/tmp/sysroots/x86_64-linux/usr/share/git-core/templates fatal: Unable to find remote helper for 'http' for every recipe using http:// for git repo * after this change template_dir points to /OE/shr-core/tmp/sysroots/x86_64-linux/usr/share/git-core/templates without that workdir prefix * haven't tested target recipe, but I guess it needs different fix or maybe it worked before and gets broken by this change [sgw: removed RFC comment, target patch to follow] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* LSB_Setup.sh: Add character set to lsb-imageXiaofeng Yan2011-05-041-0/+1
| | | | | | Add character set to lsb-image to solve bugs from lsb test Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* task-core-lsb.bb: Add packages liberation-fonts to lsb-imagXiaofeng Yan2011-05-041-0/+1
| | | | | | Add font set to lsb-image to solve bugs from lsb test Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
* libcap: upgrade to version 2.20Qing He2011-05-043-7/+7
| | | | | | | from 2.19 - set RAISE_SETFCAP=no in make option to inhibit target binary run Signed-off-by: Qing He <qing.he@intel.com>
* lzo: upgrade to version 2.05Qing He2011-05-043-5/+7
| | | | | | from 2.04 Signed-off-by: Qing He <qing.he@intel.com>
* shared-mime-info: upgrade to version 0.90Qing He2011-05-043-5/+40
| | | | | | | from 0.80 - parallel build with 0.9 is buggy, disable part of the check for now Signed-off-by: Qing He <qing.he@intel.com>
* busybox: upgrade to version 1.18.4Qing He2011-05-0410-37/+18
| | | | | | | from version 1.17.3 - remove make-382-fix since it's upstreamed Signed-off-by: Qing He <qing.he@intel.com>
* curl: upgrade to version 7.21.6Qing He2011-05-043-4/+9
| | | | | | from 7.21.2 Signed-off-by: Qing He <qing.he@intel.com>
* augeas: upgrade to version 0.8.1Qing He2011-05-042-6/+6
| | | | | | from 0.7.4 Signed-off-by: Qing He <qing.he@intel.com>
* acl: upgrade to version 2.2.51Qing He2011-05-042-6/+6
| | | | | | from 2.2.49 Signed-off-by: Qing He <qing.he@intel.com>
* attr: upgrade to version 2.4.46Qing He2011-05-049-238/+7
| | | | | | | | from 2.4.44 - remove the backported patch that is now in the tarball - prog path issue has also been fixed in the upstream Signed-off-by: Qing He <qing.he@intel.com>
* netbase: fix check for nfsroot in if-pre-up.d scriptPaul Eggleton2011-05-042-2/+2
| | | | | | | | | | The if-pre-up.d/nfsroot script was no longer functioning correctly due to a change in iproute2's installation of the "ip" executable. The script will now function correctly regardless of whether ip is in /bin or /sbin. Fixes [YOCTO #1006]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* logging: delete the oe(note|warn|fatal|debug) functionsDarren Hart2011-05-041-26/+1
| | | | | | | | The new logging.bbclass replaces the oe* logging functions with bb* equivalents. There are no longer any users of the oe* API within oe-core. Remove the oe* functions. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* logging: update existing oe* logging users to the bb* interfaceDarren Hart2011-05-0414-42/+42
| | | | | | | | | | | The new bash logging class provides bbnote, bbwarn, bbfatal, and bbdebug replacements (as well as bbplain and bberror) for the oe* equivalents. Use the new bb* API in preparation to delete the oe* logging API. This patch was automatically generated by a sed script. The result has been visually inspected and used to build core-image-sato for qemux86. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* distro_check.py: Fix some bugs in distro_check.pyMei Lei2011-05-041-6/+11
| | | | | | | | The recipe meta-ide-support's alias is Poky, but not defined in distro_exceptions, this will lead an error. The compare_in_distro_packages_list function omit a split process, this will lead to a form issue. Change the log file generate way, use symbolic links link to the latest log file, instead of appending every log file in old log. Signed-off-by: Mei Lei <lei.mei@intel.com>
* Fix matchbox-panel-2 compile errorGary Thomas2011-05-042-2/+54
| | | | | | | | | | | | | | | | | | | | | This patch is needed when building with GCC-4.6.0 -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ >From 7337ecd4970f7d94080ad70b912bdb2742d2d7aa Mon Sep 17 00:00:00 2001 From: Gary Thomas <gary@mlbassoc.com> Date: Thu, 28 Apr 2011 11:03:44 -0600 Subject: [PATCH] matchbox-panel: fix compile error with GCC-4.6.0 Upstream-Status: Pending [sgw: added Upstream-Status] Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* task-core-lsb: add xdg-utils into lsb imageKang Kai2011-05-041-0/+1
| | | | | | | Add xdg-utils in task-core-lsb, for LSB command check. Part fixes [Yocto 520] Signed-off-by: Kang Kai <kai.kang@windriver.com>
* lsbsetup: add commands install_initd and remove_initdKang Kai2011-05-041-1/+6
| | | | | | | | | Add commands install_initd and remove_initd link to chkconfig, which can handler LSB format init.d scripts. Needed by LSB commands check. Bump PR to r2 Part fixes [Yocto 520] Signed-off-by: Kang Kai <kai.kang@windriver.com>
* groff: update to 1.20.1Kang Kai2011-05-045-144/+36
| | | | | | | | Update groff to 1.20.1, add SUMMARY and LICENSE info From OE 70bf94cd8669f549ca90581e9592d409b6e24e2e Fixes [Yocto 879] Signed-off-by: Kang Kai <kai.kang@windriver.com>
* liberation-fonts: postinst can't be called offlineIlya Yanok2011-05-042-0/+6
| | | | | | | | fc-cache should be called on target system. Or maybe we should pass a suitable directory list to it? Signed-off-by: Ilya Yanok <yanok@emcraft.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* core-image-directdisk: add LIC_FILES_CHECKSUMTom Zanussi2011-05-041-0/+3
| | | | | | Fix for build failure. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* gettext.bbclass: Updates to better handle gettext alternativesRichard Purdie2011-05-042-15/+15
| | | | | | | | | | * Change gettext dependency to virtual/gettext * Ensure INHIBIT_DEFAULT_DEPS removes gettext dependencies * Use BASEDEPENDS to ensure dependencies are added in native/nativesdk cases Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* base.bbclass: Create a BASEDEPENDS variable other classes can use to add to ↵Richard Purdie2011-05-041-3/+5
| | | | | | the base dependencies, avoiding native/nativesdk issues Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>