summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* openssh: allow the openssh meta package to be emptyScott Garman2011-03-101-1/+3
| | | | | | | | This allows the openssh meta-package to be used in the poky-ssh task. Otherwise there will be no package named openssh to install during image creation. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* gcc-runtime: Fix dbg filesMark Hatle2011-03-102-1/+6
| | | | | | | | In order to debug certain C++ items, you need the helper python components. These components should live in the -dbg package, ensure they are added to the recipe. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* package_rpm: Fix rootfs generationMark Hatle2011-03-101-1/+7
| | | | | | | | | | | | [YOCTO #797] During rootfs generation, if other RPM packages are being wrtten this could cause a failure during the solvedb generation. We add a shared lock around the RPM package building. This will allow multiple RPM packages to continue to be written at the same time, but prevent rootfs generation and RPM package generation at the same time. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* package.bbclass: Change the debug directory to avoid conflictsMark Hatle2011-03-101-2/+8
| | | | | | | | | | The debug directory before was below ${WORKDIR}. Unfortunately if something was based on a git tree, it meant that "git" was the directory name being preserved for usr/src/debug usage. The patch moves to using "${WORKDIR}/.." as the base, to ensure that the WORKDIR naming is used in usr/src/debug. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* linux-yocto: update to 2.6.37.3Bruce Ashfield2011-03-101-12/+12
| | | | | | | | The 2.6.37.3 -stable update is available and can safely be merged into the linux-yocto BSPs. This updated the SRCREVs of the BSP branches to their new values. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* gst-plugins-good: remove dependency on halPaul Eggleton2011-03-102-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Tuesday 08 March 2011 18:55:44 Richard Purdie wrote: > > Saul Wold (3): > > gst-plugins: Added hal to DEPENDS > > attr: Added ncurses to depends > > lsb-live image: add lsb-live and lsb-sdk-live image types > > Merged. I'd like to drop the hal dependency if someone can send me a > patch which disables it and everything works. Patch attached to do this (against oe-core) . Cheers, Paul From d6f52ebf89e8413f8e24bbc9ab58a0d0e5c45c09 Mon Sep 17 00:00:00 2001 From: Paul Eggleton <paul.eggleton@linux.intel.com> Date: Wed, 9 Mar 2011 01:21:25 +0000 Subject: [PATCH] gst-plugins-good: remove dependency on hal Disable hal usage at configure time to avoid dependency on hal (which is deprecated). Only affects "halelements" which is of no use without hal. Fixes [YOCTO #810] and reverts changes from c6b0c5720fa. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* autotools.bbclass: Fix automake file race issuesRichard Purdie2011-03-101-2/+2
| | | | | | | | | | | | If one package is configuring when automake is built, the aclocal-VERSION directory can be created or removed and this can confuse the configure process. Since we always run automake-native, it should always be using the autoake-native aclocal directory for automake files which is the result of this patch. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Disable wget server side cacheLiping Ke2011-03-102-1/+12
| | | | | | | | | | We found some proxy server has wrong cache for long http file name. It will cause fetching wrong ipk files from adt repo. To avoid this, we use wget options --no-cache to disable all server side cache. It will make the fetch speed slower, yet correct always. Signed-off-by: Liping Ke <liping.ke@intel.com> Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* gst-plugins-bad: add missing dependency librsvgDongxiao Xu2011-03-101-2/+2
| | | | | | | | | | | | | | | | | | Defaultly gst-plugins-bad will configured with option --enable-rsvg. Besides, it will check if librsvg really exists by certain configure code. Therefore there will be a certain race condition that, during librsvg's populate_sysroot, gst-plugins-bad's do_compile will find some header files are still not exists though its configure says the library is supported. Explicitly add librsvg as gst-plugins-bad's dependency could solve this issue. This fixes [YOCTO #831] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gcc/collect2: Added --sysroot support into collect2 in gcc.Lianhao Lu2011-03-1010-8/+31
| | | | | | | [YOCTO #815] Added --sysroot into COLLECT_GCC_OPTIONS to allow the collect2 support user specifed sysroot. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
* tinylogin: Fix rotate passwd check logicDongxiao Xu2011-03-102-2/+42
| | | | | | | | | Fix rotate passwd check logic which will write data into un-allocated memory. This fixes [YOCTO #735] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* gcc-runtime: Ensure that gcc-runtime builds a debug packageMark Hatle2011-03-101-0/+3
| | | | | | | | The gcc-runtime package will now create the proper dbg package. The RRECOMMENDS change is required to deal with the default. This is documented in bug 824. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* telepathy-python: Fix parallel make issue.Dongxiao Xu2011-03-102-2/+43
| | | | | | | | | There is a missing dependency (creation of "src/_generated" directory) of some tasks. Add it to fix the parallel make issue. [YOCTO #783] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* distro_tracking_fields.inc: update the info for oprofileuiDexuan Cui2011-03-101-5/+6
| | | | Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
* oprofileui: upgrade to the latest version maintained by the Yocto projectDexuan Cui2011-03-104-12/+11
| | | | | | | | | | | | Oprofileui at http://labs.o-hand.com/oprofileui/ is not maintained now, so we should change SRC_URI to the one maintained by the Yocto project. This one includes new bugfixes. This fixes [YOCTO #820] [sgw: merged oprofile-git.inc back into .bb as suggested by Joshua] Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gcc-configure-runtime.inc: Add immediate evaluation otherwise it ends in ↵Khem Raj2011-03-081-2/+1
| | | | | | circular dependency Signed-off-by: Khem Raj <raj.khem@gmail.com>
* distutils-base: Only RDEPEND python-core on target packagesMartin Jansa2011-03-081-1/+1
| | | | | | | | | * fixes ie setuptools, without this patch it RDEPENDs on python-core-native, which is not RPROVIDED by anything * imported from OE 8377b8ec57f35b9e5b81a74c77f68fd6e02949c8 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* debian.bbclass: call auto_libname in reverse sorted AUTO_LIBNAME_PKGSMartin Jansa2011-03-081-1/+7
| | | | | | | | | | * see comment for reason why we need this * more info: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-February/029877.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python: add generate-manifest-2.6.py script and regen python-2.6-manifest.incMartin Jansa2011-03-083-170/+538
| | | | | | | | * imported from OE with sorted entries etc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gcc-runtime: fix LSB library checks for libstdc++.so.6Nitin A Kamble2011-03-082-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [YOCTO #795] When we run library check of LSB on qemux86 and qemuppc, we got some failures about 'libstdc++.so.6'. Test environment: Platform: Qemu-x86, Qemu-ppc lsb image: poky-image-lsb-qemux86-test.ext3(Feb 26th, auto-build server) Library check of LSB: 4.1.0-1 The error log: Did not find _ZNKSt5ctypeIcE8do_widenEPKcS2_Pc (GLIBCXX_3.4) in libstdc++.so.6 Unmangled symbol name: std::ctype<char>::do_widen(char const*, char const*, char*) const ... found that some weak symbols ('W') change into local ('t') during link time and be stripped. According to compiling log, the option "-fvisibility-inlines-hidden" is used for gcc. And this option caused some weak symbols change into local. see http://bugzilla.pokylinux.org/show_bug.cgi?id=795 for more information on the bug. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* quilt: add autotools inheritanceSaul Wold2011-03-081-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* util-macros: fix DEPENDS for nativesdkJoshua Lock2011-03-081-0/+1
| | | | | Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sstate: Ensure the SRCURI fetcher cache is not used for sstateRichard Purdie2011-03-081-1/+1
| | | | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sanity.bbclass: Check for /proc/sys/vm/mmap_min_addr to be >= 65536Khem Raj2011-03-081-4/+6
| | | | | | | | * Now qemu can handle lower values we can chnage this sanity test to check of values if less than 65536 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sanity.bbclass: some multilib systems have symlink /lib -> /lib64Martin Jansa2011-03-081-1/+1
| | | | | | | | | * ie gentoo has /lib -> /lib64 * old test assumed only /lib64 -> /lib Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* poky-default.inc: Change LINUXLIBCVERSION "2.6.36" -> "2.6.37.2"Khem Raj2011-03-081-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* adt: removed unused repo source and opkg optionsLiping Ke2011-03-083-3/+1
| | | | | | | | | opgk option --force-overwrite is only a workaround for bug #547. Now this bug is gone, so remove this option. and also, the first opkg repo source is not useful, remove it. Signed-off-by: Liping Ke <liping.ke@intel.com>
* cpio: Fix the SHA256 Checksum for the src tarballSaul Wold2011-03-081-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* connman: add xuser to the dbus permission listDongxiao Xu2011-03-072-1/+23
| | | | | | | | | | | Some platform (like atom-pc) enables rootless X, thus the connman frontend run on it need the permission to connect with connman by dbus. This commit grants permission to xuser. This fixes [YOCTO #779] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* adt: Update to svn r596 to fix symbolic link issuesLiping Ke2011-03-073-5/+6
| | | | | | | | See the longlinksfix patch for details but symlinks over 100 chars long were broken in sdk tarballs and its due to problems in the inbuilt tar in libbb in opkg. svn r596 has already fixed the problem. Signed-off-by: Liping Ke <liping.ke@intel.com>
* lsb-live image: add lsb-live and lsb-sdk-live image typesSaul Wold2011-03-072-0/+22
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* attr: Added ncurses to dependsSaul Wold2011-03-061-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gst-plugins: Added hal to DEPENDSSaul Wold2011-03-061-1/+1
| | | | | | Fixes [YOCTO #810] Signed-off-by: Saul Wold <sgw@linux.intel.com>
* util-macros: add libgpg-error to DEPENDS listSaul Wold2011-03-051-1/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* lsbsetup: Fix LIC_FILE_CHKSUMSaul Wold2011-03-051-2/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* elfutils: add bzip2 to DEPENDSSaul Wold2011-03-051-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linuxdoc-tools-native: Fix build error with txt documentationScott Garman2011-03-052-1/+34
| | | | | | | | | | | | | | | | Disable building txt documentation. This is a temporary workaround, as I have found an Ubuntu 10.10 system which throws errors during building this that I'd like to ultimately fix. The error manifests itself from the end of LinuxDocTools.pm with the following messages during do_install: | - Building txt docs | Processing file ./guide | troff: fatal error: can't find macro file s | fmt_txt::postASP: Empty output file, error when calling groff. Aborting... Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* toolchain-script.bbclass: Added --sysroot to LDFLAGS.Lianhao Lu2011-03-053-2/+4
| | | | | | | [YOCTO #808] Added --sysroot to LDFALGS in environment files. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* task-poky-lsb: Remove new eglibc-* packagesSaul Wold2011-03-051-6/+7
| | | | | | | | | | | Remove the new eglibc packages that were part of another patch and did not get cleanup here. (From OE-Core rev: bddd9012d2a6393afceef752389d0006f2e47681) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* linux-yocto: update machine configurationsBruce Ashfield2011-03-041-2/+2
| | | | | | | | | | Fixes [YOCTO #733, YOCTO #766, YOCTO: #801] Updating the configuration for the routerstation pro and mpc8315e-rdb to 2.6.37 variants of the RTC, USB and VFAT filesystem types. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* task-poky-lsb: Add packges needed by LSB Test SuiteXiaofeng Yan2011-03-041-1/+15
| | | | | | | These packages added into task-poky-lsb.bb are absent in lsb-image during lsb test Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* creat-lsb-image: Add some functions for creating a appropriate image to make ↵Xiaofeng Yan2011-03-041-60/+88
| | | | | | | | | lsb test Add all pakcages from LSB Test Suite from linux foundation web. Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* documentation/kernel-manual: Kernel manual Style changesScott Rifenbark2011-03-043-16/+16
| | | | | | | | | | | | | | | | | Modifications to the figure image (figures/kernel-title.png), the heading styles (style.css), and the numbering system with TOC display (yocto-project-kernel-manual-customization.xsl). I updated the title image to display the manual title using color #00557D, which coordinates with the Yocto Project website color scheme. I also updated the style sheet to use this same color for the section headings. This helps to set them off better from the text. Finally, I flipped the switch back on for this manual to create chapter-specific table of contents sections prior to each chapter and to include a all-inclusive TOC at the beginning of the book. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* documentation/kernel-manual/figures/kernel-title.png: Updated title graphicScott Rifenbark2011-03-041-0/+0
| | | | | | I changed the font to Arial Narrow and inserted a better logo. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
* x11vnc: fix the endian issue in mips for bug 782Yu Ke2011-03-042-1/+26
| | | | | | | | | | | | | | | | | | | x11vnc use LIBVNCSERVER_WORDS_BIGENDIAN to handle the endian, however it is not set correctly when cross-compile for mips, thus x11vnc mips does not work correctly. meanwhile, x11vnc has the autconf macro AC_C_BIGENDIAN which can handle the endian correctly. so this patch replace the LIBVNCSERVER_WORDS_BIGENDIAN with WORDS_BIGENDIAN (generated by AC_C_BIGENDIAN) to fix this issue. this patch fix the bug [YOCTO #782] this appraoch is suggested by Khem Raj CC: Khem Raj <raj.khem@gmail.com> Signed-off-by: Yu Ke <ke.yu@intel.com>
* qemu-script: Remove mmap_min_addr checkZhai Edwin2011-03-041-7/+0
| | | | | | | | qemu 0.13.0 can handle mmap_min_addr well, and patch to remove checks in sanity.bbclass has already in oe-core mailinglist by Raj. This patch does the same thing for qemu-script. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* task-poky-lsb: add python-miscJingdong Lu2011-03-041-0/+1
| | | | | | python-misc also needed by python-runtime test of LSB. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
* hello-mod: add a module for testing module.bbclassDarren Hart2011-03-044-0/+402
| | | | | | | | | | | | | | The following patch creates a hello-mod recipe for building a trivial out-of-tree kernel module, hello-mod.ko. This demonstrates the hostprogs build modifications added to module.bbclass. When loaded and unloaded, the module prints a simple string to the console to demonstrate it was compiled correctly. Tested on qemux86 poky-image-sato and beagleboard poky-image-minimal (after adding hello-mod to the images). Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Gary Thomas <gary@mlbassoc.com>
* module: build hostprogs for each moduleDarren Hart2011-03-041-1/+11
| | | | | | | | | | | | | | | | | | This fixes [BUGID #241] The kernel hostprogs are built for the host architecture. They should not be deployed to the target, and they should not be included in an sstate package which might get reused on a host of a different architecture. As we don't build many out-of-tree modules, this patch takes the approach of building the hostprogs as part of the module compile process with a do_compile_prepend() routine in module.bbclass. We don't have to clean the hostprogs as modules depend on the kernel being populate_staging, so its done with the staging directory by the time we run. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Gary Thomas <gary@mlbassoc.com>
* LSB_Setup.sh:Install LSB Test Suite and set lsb test environmentXiaofeng Yan2011-03-041-10/+10
| | | | | | Perfect some funtions for lsb test in yocto 1.0 Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>