summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2011-01-20libtool: Adjusted content of various libtool packages.Lianhao Lu4
[BUGID #562] fixing: 1. Adjusted the content of various packages generated by libtool. 2. Added libtool-nativesdk into task-sdk-host. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2011-01-20task-poky-tools: move systemtap to machine specific tasksSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-20systemtap: new packageTom Zanussi3
Add systemtap, a general-purpose script-directed dynamic tracing and performance analysis tool for Linux. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-20qemuimagetest: Use same image during sanity testing instead of copying a new ↵Jiajun Xu2
image for each case To reduce the time on sanity testing, we remove variable SHARE_IMAGE and use a new variable TEST_SERIALIZE in local.conf. It is by default set to 1. Poky will copy and boot the to-be tested image for only once. It will not remove or kill the image and test cases will be serialized executed against the same image. If it is set to 0, image is always be copied for each cases, which takes much time. I had a experiment that latest qemuppc sato only takes 7 minutes to finish 9 sanity test cases, which takes more than 20 minutes before. I also removed sanity case "boot" from sato/sdk/lsb because the other cases for these targets already cover the check point of "boot". Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2011-01-20apr-util: Update to 1.3.10Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-20apr: Update to 1.4.2Zhai Edwin3
Add buildconf_fix.patch of removing new libtool detection method to avoid config failure. Handled build/libtool.m4 & apr_rules.mk after configure to take place of "top_builddir" by "apr_builddir", as these files would be reused by apr-util. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-20gdk-pixbuf: Add 2.22.1 as new recipeZhai Edwin11
Updating gtk+ to 2.23.2 requires gdk-pixbuf, which is originaly a module in gtk+. Borrow hardcoded_libtool.patch from original gtk+, and add configure_fix.patch to fix build failure in cross-compile environment. As gdk-pixbuf is a stand-alone package now, gdk-pixbuf-csource-native can be safely removed. So extend gdk-pixbuf with native support, and make related packages depend on it. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-19linux-yocto: update validate_branches to detected invalid commit IDsBruce Ashfield1
The previous implementation of invalid commit ID checks would error early when a bad object was detected. Rather than changing to set +e for the entire routine, we'll capture the output and do an explicit check for a bad object and throw a useful error message when it is detected. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-01-19linux-yocto: streamline new BSP creationBruce Ashfield1
By setting BOOTSTRAP to the branch that should be used for a currently undefined BSP a build can be completed and an environment for streamlining the BSP created. With the appropriate machine.conf, and a defconfig any MACHINE can be built against and inherit the configuration of the standard yocto kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-01-19linux-yocto: beagleboard enablementBruce Ashfield1
Enable beagleboard support for 2.6.37. The only non-kernel related change for the board is to update the serial console designation. The Beagleboard use omap serial driver, so we replace ttyS2 with ttyO2. This is described in following link: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg40838.html Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Liming Wang <liming.wang@windriver.com>
2011-01-19sstate.bbclass: Ensure clean/setscene sstate functions run under appropriate ↵Richard Purdie1
locking Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-19package.bbclass: Take a shared lock when reading to improve do_package ↵Richard Purdie1
parallelism Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-18psplash_svn.bb: Change poky boot logo to yocto logoMei Lei2
Change the boot logo to yocto logo Signed-off-by:Mei Lei <lei.mei@intel.com>
2011-01-18distro-tracking: update manual checkingSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-18puzzles: SRC_URI Checksum disabledSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-18Workaround issue with latest version of pseudo.Mark Hatle2
The latest version of pseudo occasionally caches on an execvp. This should resolve the issue. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-01-18pseudo: Update to the latest upstream versionMark Hatle3
Update pseudo to the latest version to resolve a number of optimization defects. The problems were present on both 64-bit and 32-bit systems, but generally only caused issues on 32-bit hosts. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2011-01-18xserver-xf86-dri-lite: upgrade to 1.9.3Yu Ke2
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18mesa: add mesa 7.8.2Yu Ke3
The latest mesa 7.10 has dependency on GPLv3 library talloc, so it is still necessary to keep one old non-GPLv3 mesa.And the latest non-GPLv3 version is mesa 7.8.2, so this patch add it. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18mesa-glsl: add mesa glsl 7.8.2Yu Ke2
mesa glsl is required by mesa 7.8.2, so add it. Signed-off-by: Yu Ke <ke.y@intel.com>
2011-01-18mesa: upgrade to mesa 7.10Yu Ke1
- add SRC_URI checksum - remove the DEFAULT_PREFERENCE for atom_pc, since mesa 7.10 has dependency on GPLv3 talloc. the latest non-GPLv3 one is mesa 7.8.2, atom_pc can use that vesion. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18cairo: upgrade to 1.10.2Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xf86-video-intel: upgrade to 2.14.0Yu Ke2
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xwininfo: upgrade to 1.1.1Yu Ke2
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18libdrm: upgrade to 2.4.23Yu Ke3
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xf86-input-synaptics: upgrade to 1.3.0Yu Ke3
- update license checksum due to commit "COPYING: add three missing authors listed in synaptics.c". the license type is unchanged. - Pass correct "sdkdir" value for cross compiling Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xf86-input-evdev: upgrade to 2.6.0Yu Ke2
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xkbcomp: upgrade to 1.2.0Yu Ke2
- also pick one patch from upstream to fix the cross compiling error during the do_configure. it can be safely removed in the next upgrade. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xf86-input-keyboard: upgrade to 1.5.0Yu Ke3
- update license checksum due to commit "Sun's copyrights now belong to Oracle". the license type is unchanged. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xdpyinfo: upgrade to 1.2.0Yu Ke2
- update license checksume due to the commit "COPYING: replace stub with actual copyright notice". it provide more accurate license info. the license type is unchanged. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18mkfontscale: upgrade to 1.0.8Yu Ke2
- update license checksum, due to commit "Sun's copyrights now belong to Oracle". the license type is not changed. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xprop: upgrade to 1.2.0Yu Ke3
- LICENSE_CHECKSUM changed due to the commit "COPYING: replace stub with copyright notices". this commit add more accurate license info, and the license type is still MIT-X. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18bigreqsproto: upgrade to 1.1.1Yu Ke2
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xinit: upgrade to 1.3.0Yu Ke2
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18mkfontdir: upgrade to 1.0.6Yu Ke1
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18xhost: upgrade to 1.0.4Yu Ke3
- LICENSE checksum changes due to that "Sun's copyrights now belong to Oracle". it is corp name change only, the license is still MIT-X. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-01-18task-sdk-host: add libtool-nativesdk to meta-toolchainSaul Wold1
This address [BUGID #652] Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-18meta-environment.bb: fix comments typosOtavio Salvador1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-17staging: relocate *.la paths in destination dirsDongxiao Xu1
Keep the la files in source directories unchanged, and do relocation in destination directories (sysroot-destdir). Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-01-17libc-package.bbclass: should not rm scsi/*.hDexuan Cui1
{e}glibc should install the scsi/*.h files, which are needed by hal. Currently hal can build because eglibc-initial (which has its own do_install) installs the files. In future eglibc will have its own sysroot, so hal won't build. BTW: in OE side, eglibc's do_install also doesn't remove the files. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-17libgcc: use the new recipe (rather than gcc-runtime) to install libgcc_s.so* ↵Dexuan Cui6
and crt*.o Currently gcc-runtime installs the files, but actually gcc-runtime's do_configure checks if the files are available, so before we build gcc-runtime, we should have some recipe install the files first! -- currently gcc-cross-intermediate actually does that(gcc-cross also installs the files, but it installs into the gcc-build-internal* directory), but gcc-cross-intermediate will have its own sysroot in future, after that, gcc-runtime won't build. So let us add this new target recipe and move the installation of the files from gcc-runtime into it. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-01-17linux-yocto: enable arch ARM config settings for KARCH based boardsBruce Ashfield1
The switch to KARCH meant that the arch arm settings were not being applied to all boards. This commit adds the new option along with the existing one to cover all boards. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-01-17linux-yocto-stable: add atom-pc preempt_rt supportBruce Ashfield1
Updating the SRCREV to capture this commit to the 2.6.34 kernel: linux-2.6-windriver: atom-pc-preempt_rt meta-data The following patch adds support for the preempt_rt kernel type for the atom-pc machine. It should be applied to the wrs_meta branch. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Bruce Ashfield <bruce.ashfield@windriver.com> CC: Tom Zanussi <tom.zanussi@intel.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-01-17linux-yocto: add systemtap config to -stable and -dev kernelsBruce Ashfield1
Enable the parameters required for systemtap for all BSPs based off the standard kernel type. CONFIG_KPROBES=y CONFIG_RELAY=y CONFIG_DEBUG_INFO=y CONFIG_DEBUG_FS=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-01-17perl-native: Ensure the wrapper appends to any existing PERL5LIBRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-14linux-yocto: hard-code NO_LIBPERL/NO_LIBPYTHONTom Zanussi2
ExtUtils::Embed ccopts is getting the host's -I/usr/local/include and using it to compile perf, which results in a compilation error that started appearing just recently. This turns the code that makes use of ExtUtils::Embed off and simply hard-codes NO_LIBPERL. It does the same for LIBPYTHON while we're at it, since it probably suffers from a similar underlying problem and just by chance hasn't broken anything yet. This will be re-enabled after I familiarize myself with the perf recipe and am able to create a proper fix. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
2011-01-14puzzles: Update SRC_URI ChecksumSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-14qemuimagetest: Use the same image in sanity testing to fix the timeout issue ↵Jiajun Xu2
on autobuilder Fixes [BUGID #595] Because of the QEMU booting slowness issue(see bug #646 and #618), autobuilder may suffer a timeout issue when running sanity test. We introduce variable SHARE_IMAGE here to fix the issue. It is by default set to 1. Poky will copy latest built-out image and keep using it in sanity testing. If it is set to 0, latest built-out image will be copied and tested for each case, which will take much time. Signed-off-by Jiajun Xu <jiajun.xu@intel.com>
2011-01-14external-python-tarball: add LIC_FILES_CHKSUMKoen Kooi1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-14image.bbclass: Use the dedicated BB_WORKERCONTEXT, not bitbake internals to ↵Richard Purdie1
detect context Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>