summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2011-03-10gcc-runtime: Ensure that gcc-runtime builds a debug packageMark Hatle1
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>
2011-03-10telepathy-python: Fix parallel make issue.Dongxiao Xu2
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>
2011-03-10distro_tracking_fields.inc: update the info for oprofileuiDexuan Cui1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-03-10oprofileui: upgrade to the latest version maintained by the Yocto projectDexuan Cui4
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>
2011-03-08gcc-configure-runtime.inc: Add immediate evaluation otherwise it ends in ↵Khem Raj1
circular dependency Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-08distutils-base: Only RDEPEND python-core on target packagesMartin Jansa1
* 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>
2011-03-08debian.bbclass: call auto_libname in reverse sorted AUTO_LIBNAME_PKGSMartin Jansa1
* 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>
2011-03-08python: add generate-manifest-2.6.py script and regen python-2.6-manifest.incMartin Jansa2
* 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>
2011-03-08gcc-runtime: fix LSB library checks for libstdc++.so.6Nitin A Kamble2
[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>
2011-03-08quilt: add autotools inheritanceSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-08util-macros: fix DEPENDS for nativesdkJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-08sstate: Ensure the SRCURI fetcher cache is not used for sstateRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-08sanity.bbclass: Check for /proc/sys/vm/mmap_min_addr to be >= 65536Khem Raj1
* 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>
2011-03-08sanity.bbclass: some multilib systems have symlink /lib -> /lib64Martin Jansa1
* 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>
2011-03-08poky-default.inc: Change LINUXLIBCVERSION "2.6.36" -> "2.6.37.2"Khem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-08adt: removed unused repo source and opkg optionsLiping Ke3
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>
2011-03-08cpio: Fix the SHA256 Checksum for the src tarballSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-07connman: add xuser to the dbus permission listDongxiao Xu2
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>
2011-03-07adt: Update to svn r596 to fix symbolic link issuesLiping Ke3
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>
2011-03-07lsb-live image: add lsb-live and lsb-sdk-live image typesSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-06attr: Added ncurses to dependsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-06gst-plugins: Added hal to DEPENDSSaul Wold1
Fixes [YOCTO #810] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-05util-macros: add libgpg-error to DEPENDS listSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-05lsbsetup: Fix LIC_FILE_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-05elfutils: add bzip2 to DEPENDSSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-05linuxdoc-tools-native: Fix build error with txt documentationScott Garman2
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>
2011-03-05toolchain-script.bbclass: Added --sysroot to LDFLAGS.Lianhao Lu3
[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>
2011-03-05task-poky-lsb: Remove new eglibc-* packagesSaul Wold1
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>
2011-03-04linux-yocto: update machine configurationsBruce Ashfield1
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>
2011-03-04task-poky-lsb: Add packges needed by LSB Test SuiteXiaofeng Yan1
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>
2011-03-04x11vnc: fix the endian issue in mips for bug 782Yu Ke2
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>
2011-03-04task-poky-lsb: add python-miscJingdong Lu1
python-misc also needed by python-runtime test of LSB. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com>
2011-03-04hello-mod: add a module for testing module.bbclassDarren Hart4
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>
2011-03-04module: build hostprogs for each moduleDarren Hart1
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>
2011-03-04LSB_Setup.sh:Install LSB Test Suite and set lsb test environmentXiaofeng Yan1
Perfect some funtions for lsb test in yocto 1.0 Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
2011-03-04distrodata.bbclass: Get git repo tag informationMei Lei1
For those recipes which use git repo and have tag information, we can use tag to trace the version change. For other no tag recipes, we still use their commit checksum to trace their version change. Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-03-04distro tracking: Updates to Tracking infor for clutter and other changesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-03Fixup merge error and apply cleanupsRichard Purdie5
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-03rpm: Fix linking error encountered in rpm-nativeKhem Raj2
* This patch passes the correct LDFLAGS to account for additional dependencies of librpmio on libbeecrypt and libsyck and hence fixes the build error. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-03qa.py: Fix a typo when evaluating bitsizeMark Hatle1
This should be setting a variable, not performing a comparison. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-03-03task-poky-lsb: add chkconfigSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-03-03recipe: add slang from OEKang Kai2
slang is the shared library for the S-Lang extension language, and required by newt because of LSB command check Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-03-03recipe: add newt from OEKang Kai2
newt is a library for text mode user interfaces, and required by chkconfig because of LSB command test. Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-03-03recipe: add chkconfig for LSB command testKang Kai1
chkconfig is a system tool for maintaining the /etc/rc*.d hierarchy, and LSB command test will check 2 links point to command chkconfig Signed-off-by: Kang Kai <kai.kang@windriver.com>
2011-03-03ADT: Bug fix for Suse LinuxLiping Ke2
On Suse linux11.2, we found when using sudo, we must add -E opts to preserver some network proxy environment settings. Otherwise, opkg-cl can't access files behind firewall. [bug #785] Also, we need to add absolute path when sourcing files. Fix for [bug #786] Signed-off-by: Liping Ke <liping.ke@intel.com>
2011-03-03Add libtool-nativesdk for ADTLiping Ke1
We need to add libtool native sdk support in ADT installer. This patch fix #bug 791 Signed-off-by: Liping Ke <liping.ke@intel.com>
2011-03-03gstreamer: install the sound card driver of es1370Zhai Edwin1
When append "audio" to poky-qemu, emulated sound card like es1370 is exported to guest. This patch install the kernel driver in the poky-image-qemux86/x86_64 to use them. [BUGID #751] Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-03-03sato-icon-theme: Explictly use "Sato" as gtk icon themeZhai Edwin1
There is a tricky race condition that "Sato" icons got missing on matchbox-desktop as low priority "hicolor" theme was chosen. Explictly settting "Sato" in gtk config file to avoid this. [BUGID #456] got fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-03-03x11vnc: Fix the start failureZhai Edwin2
Default parameter "-gui" and "-rfbport" make x11vnc failed to start if no "wish" installed. [BUGID #781] got fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-03-03libpcre: fix the name collision with libcQing He2
fixes [YOCTO #721] [YOCTO #722] [sgw: added patch comment, bump PR, and changed BUGID -> YOCTO] Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>