summaryrefslogtreecommitdiff
path: root/meta
AgeCommit message (Collapse)AuthorFiles
2010-12-21python-pygobject: Fix SRC_URI checksumsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-21puzzles: Fix SRC_URI checksumsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-21patch: Fix SRC_URI[sha256]Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-21web-webkit: Updated SVN Rev to 130 & added LIC_FILES_CHKSUMSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-21gtk-theme-darkilouche: moved to meta-extrasSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-21connman-gnome: Remove the applet and properties desktop iconsDongxiao Xu3
Remove the applet and properties desktop icons, since the connman-properties program should be invoked by tool bar, while connman-applet is launched by autostart. This fixes [BUGID #506] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-21linux-yocto: remove or adjust to _ in branch namesBruce Ashfield4
The existing 2.6.34 kernel tree uses _ where poky typically uses -. This is a historical artifact, since working with gnu Make and shells means avoiding - is wise. The opposite is true in Yocto. To avoid using the _ reserved character wherever possible we can simply remove it from the branch names in the new 2.6.37 kernel, but to keep the content stable in the 0.9 2.6.34 kernel, we map _ to - for the purposes of packaging. To further faciliate this switch, the branch names no longer need to be shortened in the KMACHINE mappings, but can be fully specified and the tools/processing adapt as required. This gives us the flexibility to map multiple boards to a single branch for building. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2010-12-21gettext: Add source and license checkumsScott Garman2
Also clean up whitespace issues. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-12-21gnome-doc-utils: ensure a native variant exists for document generationJoshua Lock2
gnome-doc-utils-native must be available to do the build time generation of documentation however most gnome projects will do a pkgconfig check for the host version of gnome-doc-utils. This patch adds gnome-doc-utils-native and makes gnome-doc-utils depend on it so that recipe writers can just add gnome-doc-utils to their DEPENDS and the system will do the right thing. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-21gnome-common: add native variant via BBCLASSEXTENDJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-21gst-plugins: fix for make 3.82Joshua Lock3
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-21meta-environment: Added package of meta-environment-${TARGET_ARCH} forLianhao Lu4
environment files. [BUGID #565] Fixing bug #565, added package of meta-environment-${TARGET_ARCH} for environment files used by cross-canadian toolchain. Also corrected the situation of empty config site file for target. Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
2010-12-21rm_work: With the recent pseudo changes, this no longer makes senseRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-20perl-native: Make the sstate checksum for perl depend on the hardcoded path ↵Richard Purdie1
until this is fixed Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-20kernel.bbclass: Use KERNEL_IMAGE_BASE_NAME variable instead of the expanded ↵Richard Purdie1
equivalent. Fixes sstate rebuild issue Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-20rootfs_rpm: Add --ignoresize option when performing DB operations on a rootfsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-20fakeroot/fakechroot: These have been replaced by pseudo, move to meta-extrasRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-20sstate.bbclass: delete sstate files when doing cleanallPaul Eggleton1
This fixes the cleanall task to actually delete the sstage cache files. This was not working correctly before due to attempting to use the current task's hash in the package file name to be deleted, which of course is the hash of the cleanall task when doing cleanall. The siginfo files are now deleted as well. Signed-off-by: Paul Eggleton <paul.eggleton@intel.com>
2010-12-20shasum-native: Drop recipe since we have internal handling in python for ↵Richard Purdie5
this now Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-20base/utils.bbclass: Drop former checksum code now bitbake is handling this ↵Richard Purdie2
for us Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-20sanity.bbclass: add check for creation of long filenamesPaul Eggleton1
Detect and fail if filesystem in use for TMPDIR or SSTATE_DIR has an unreasonably short file name length limit (eg. eCryptFS). This can cause "file name too long" errors during poky builds (e.g. when writing sstate files for packages with a git revision as the version). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2010-12-20sanity.bbclass: allow minimisation of impact of more invasive sanity checksPaul Eggleton2
Add a mechanism to avoid running more invasive checks every time bitbake is invoked. Adds a file in conf/ (i.e. under user's build directory) that tracks a new variable SANITY_VERSION (set in sanity.conf) as well as TMPDIR and SSTATE_DIR, allowing checks to be run when these are changed. Fixes [BUGID #562] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2010-12-20sanity.bbclass: make indenting consistentPaul Eggleton1
Use four spaces throughout the file Signed-off-by: Paul Eggleton <paul.eggleton@linux.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-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 Purdie1
enabled/disabled modes 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-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>