summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-12-20siggen.py: print taskname when seeing mismatched hash in cacheKevin Tian1
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
2010-12-20distro_tracking: change owner of some recipeYu Ke1
People already help Kevin to maintain the recipes he owned, so change the tracking field owner for more accurate tracking. Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-20distro_tracking: Fix name inconsistencyYu Ke1
in distro_tracking_fields.inc, my name has two version: "Ke Yu <ke.yu@intel.com>", and "Yu Ke <ke.yu@intel.com>". this patch unify it to be "Yu Ke <ke.yu@intel.com>". Signed-off-by: Yu Ke <ke.yu@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-20ed: Change bin pathLu Jingdong1
LSB states that ed should be in /bin/ and change bin path of ed from usr/bin into bin for LSB. Signed-off-by: Jingdong Lu <jingdong.lu@windriver.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-20documentation/yocto-project-qs/yocto-project-qs.xml: Fixed grammar problemScott Rifenbark1
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-20documentation/kernel-manual/figures/kernel-architecture-overview.png: ↵Scott Rifenbark1
updated figure Updated the figure to not use "preempt_rt". Now uses "preempt-rt". Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-17bitbake Revert bitbake exec() and go back to fork() for performace wins ↵Richard Purdie2
(first draft) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-17pseudo: Fixup for cache problemRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-17bitbake.conf/poky-env-internal: Adjust PSEUDO variables to match pseudo ↵Richard Purdie2
enabled/disabled modes Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-17scripts/bitbake: Add wrapper script which ensures pseudo is built and availableRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-17poky-default-revisions.inc: Update pseudo revision to include exec/fork ↵Richard Purdie1
improvements and speed optimisations Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-17poky-env-internal: Search scripts before the bitbake directory so we can ↵Richard Purdie1
override bitbake's main script Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-17bitbake/runqueue: Revert previous setscene noexec changes and ensure ↵Richard Purdie1
setscene stamp exists for setscene noexec tasks Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-17bitbake/runqueue: Clean up message log levelsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-17Update to the latest swabber.Alex deVries1
Signed-off-by: Alex deVries <alex.devries@windriver.com>
2010-12-17Calculate CCACHE_DIR by calling host's ccache config.Alex deVries1
Signed-off-by: Alex deVries <alex.devries@windriver.com>
2010-12-17Swabber's update_distro automatically updates the blob now.Alex deVries1
Signed-off-by: Alex deVries <alex.devries@windriver.com>
2010-12-17Stop using hardcoded paths, use new Ubuntu and generic filters.Alex deVries7
Signed-off-by: Alex deVries <alex.devries@windriver.com>
2010-12-16lsbsetup: add missing directory installSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-16distro_tracking: update status for upgraded recipesNitin A Kamble1
distro_tracking: chaning owner of python-pygtk As the python-pygtk's version is tightly connected to the gtk+ recipe version. changing the recipe ower to Edwin who is the gtk+ recipe owner. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-12-16distro_tracking_fields: Update entries with correctionsSaul Wold1
* fix VERSION Misspellings and add missing recipe versions Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-16Revert "gst-plugins: fix for make 3.82"Saul Wold6
This reverts commit 06570b84e498e8643aa29d9864f377bd55df1f23. These versions of gst-plugins-* already have been fixed upstream for the make 3.82 problems, so this patch detects already applied and bails Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-16gst-plugins-base: add avahi to DEPENDSJoshua Lock1
Base plugins try to link against avahi so ensure it is available Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16gst-plugins: fix for make 3.82Joshua Lock6
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16contacts: fix for make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16dates: fix for Make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16web-webkit: fix for make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16owl-video-widget: fix Makefile for super strict make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16libowl-av: fix for Make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16gstreamer: fix to comply with make 3.82's stricter parserJoshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16udev: Add rule to create /dev/fb to fix igep0020 platform X boot issueRichard Purdie2
Integrate patch from david.barksdale@adcedosolutions.com to ensure /dev/fb exists which is required by the igep00200 platform to start X [BUGID #541] Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-16distro_tracking: update status for upgraded recipesNitin A Kamble1
distro_tracking: chaning owner of python-pygtk As the python-pygtk's version is tightly connected to the gtk+ recipe version. changing the recipe ower to Edwin who is the gtk+ recipe owner. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-12-16python-pygobject: upgrade from 2.21.1 to 2.27.0Nitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-12-16gcc_4.5.1: Move the license related information in the right fileNitin A Kamble2
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-12-16distrodata: fix messageSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-16eglibc: organize the recipes lic and other meta data in common fileNitin A Kamble3
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-12-16README.hardware: Add Atom PC image flashing documentationDarren Hart1
Cover the basics of flashing images to physical media for the Atom PC MACHINE, as well as dealing with BIOSs that can only boot USB media in USB-ZIP mode. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
2010-12-16world-broken.inc: Fix override values to include correct prefixRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-16fstests: upgrade to svn revision #426Nitin A Kamble2
Also add license checksums, update PR & license fields Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-12-16patch-2.6.1: implement new patch recipe with latest upstreamNitin A Kamble2
This commit patch recipe based on latest upstream code. This is GPLv3 code based. Hence the earlier patch-2.5.9 recipe is left intact for GPLv2 needs. Patches from 2.5.9 patch recipe are rebased to this new recipe except these exceptions: unified-reject-files.diff: dropped This patch implements this new parameter: " --unified-reject-files Create unified reject files." And upstream has implemented very similar parameter like this: " --reject-format=FORMAT Create 'context' or 'unified' rejects." Hence this patch is dropped for the 2.6.1 recipe. global-reject-file.diff: rebased This patch is rebased to the newer upstream codebase. install.patch: dropped Newer upstream code now includes code form this patch. debian.patch: dropped This huge (10k lines) patch was specific for 2.5.9 version of GPLv2 patch. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-12-16patch_2.5.9: clean up the recipeNitin A Kamble7
Earlier the recipe was using 2.5.4 tar ball and a patch for upgrading to 2.5.9. Replaces these with pointer to 2.5.9 tarball. Also noted that both 2.5.4 & 2.5.9 are GPLv2 sources. Updated checksums and license of the recipe Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2010-12-16gst-ffmpeg: upgrade to version 0.10.11Dongxiao Xu5
Derived the recipe from openembedded. For poky, we use the ffmpeg lib contained in the package, while openembedded use the system ffmpeg library. Removed the PATH_prepend since the latest version of gst-ffmpeg install program will be called with "-s" unless expilcitly with "make install-strip". Update recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-16Introduce SDK_VERSION which is based on DISTRO_VERSION for fixing bug 586Jessica Zhang1
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2010-12-16external-python-tarball: add chrpath to the tarballJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16chrpath: add nativesdk variantJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16Add extra parameters options for poky-qemu scriptsLiping Ke2
In order to support qemu user's flexibility requirement, we add extra parameter options, user can add extra params such as "<-m 256>" in poky-qemu script command. Signed-off-by: Liping ke <liping.ke@intel.com>
2010-12-16distrodata: add eventhandler for checkpkg taskSaul Wold1
Change group column to Owner Column for checkpkg output Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-16distro_tracking: fix VERSION Misspellings and add missing recipe versionsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-16recipes-multimedia: Update SUMMARY and DESCRIPTIONSMark Hatle9
Add SUMMARY and update DESCRIPTIONS as appropriate Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-12-16recipes-kernel: Update SUMMARY and DESCRIPTIONMark Hatle11
Add missing SUMMARY and updated DESCRIPTION fields if necessary Signed-off-by: Mark Hatle <mark.hatle@windriver.com>