summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
...
* db: add LIC_FILES_CHKSUMSaul Wold2010-12-231-0/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* connman: Update to 0.64 to solve build issue with .37 kernel headersSaul Wold2010-12-234-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* apr: add configure for NODELAY to mips-commonSaul Wold2010-12-231-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* insane.bbclass: make LIC_FILES_CHKSUM failures report errorsSaul Wold2010-12-231-4/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto: add dropped qemuppc configurationBruce Ashfield2010-12-231-1/+1
| | | | | | | | The _ to - mass change mangled a config file name, which was dropped from the update. This adds the fixed file back to the meta branch of the kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* matchbox-stroke: Make as singletonZhai Edwin2010-12-232-0/+20
| | | | | | | | | | Multiple matchbox-stroke instances would occupy whole screen and cause end user confusing. Making matchbox-stroke singleton is one work around. This patch allow only one instance of matchbox-stroke based on some mechanism in matchbox-desktop. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-keyboard: Make as singletonZhai Edwin2010-12-232-0/+23
| | | | | | | | | | | | | | Multiple matchbox-keyboard instances would occupy whole screen and cause X window segfault. Making matchbox-keyboard singleton is one work around. This patch allow only one instance of matchbox-keyboard based on some mechanism in matchbox-desktop. In future, an applet and GTK-IM modules in matchbox-keyboard can be used to automatically map/unmap the virtual keyboard on demand. [BUGID #509] got fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* linux-yocto: update to 2.6.37-rc6Bruce Ashfield2010-12-231-13/+13
| | | | | | | | | | | | Fixes [BUGID #596] Updating the SRCREVs of the target branches in the linux-yocto development kernel to point to 2.6.37-rc6 content. At this point branches have been switched from _ to - and we are able to remove the old branch names. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* qemu: match kernel headers to preferred kernelBruce Ashfield2010-12-232-7/+5
| | | | | | | | | As the yocto-kernel advances, the libc headers must also advance. This commit fixes the SRC_URI and SRCPV to work properly with the latest linux-yocto kernel. It also switches the qemu* targets to prefer this libc recipe. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* linux-yocto-stable: fix qemux86 branch nameBruce Ashfield2010-12-231-1/+1
| | | | | | | | | | | | The mapping of qemu to kernel branch name for the stable kernel had a small leak from the devel kernel. Nothing broke since qemux86 prefers the 2.6.37 kernel and this was hidden. This fixes the mapping for anyone who does want a 2.6.34 based qemux86 kernel. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* apr: update x86_64 site config fileSaul Wold2010-12-231-0/+4
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* apt: update use-host patch to support x86_64Saul Wold2010-12-231-12/+8
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-emenlow: update to the new BSP layoutTom Zanussi2010-12-231-1/+0
| | | | | | | | | | This modifies the meta-emenlow BSP layer to reflect the new BSP standard layout as defined in the latestYocto BSP Developer's Guide. There's no change in functionality here - this simply moves things around, adds a README, and makes the SRCREVs local. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* opkg: Update to svn r590 to fix symbolic link issuesRichard Purdie2010-12-225-45/+97
| | | | | | | | | | 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. The patch fixes this and switched to svn r590 which already had partial fixes. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* owl-video-widget: bump PR after recent patchJoshua Lock2010-12-221-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky.bbclass: Move mirrors/premirrors to poky.confRichard Purdie2010-12-212-30/+27
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gnome-doc-utils: use BBCLASSEXTEND for native variantJoshua Lock2010-12-212-7/+3
| | | | | | | A recent patch from me created a native variant of gnome-doc-utils with a new recipe file. This is uneccesarry. BBCLASSEXTEND is the brighter future. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* sanity.bbclass: Add check for '.' in PATH and error if found (see bug #572)Richard Purdie2010-12-211-0/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Revert "consolekit: Update to 0.4.3" - was a duplicate commitRichard Purdie2010-12-211-21/+0
| | | | This reverts commit 47a1f50d17e217d8d9dd5d1074449369defbea65.
* task-poky-clutter: remove clutter-box2d from default buildSaul Wold2010-12-211-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libacpi: remove patch that is no longer needed by upstreamSaul Wold2010-12-211-1/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* python-pygobject: add --disable-introspectionSaul Wold2010-12-211-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* python-pygobject: Fix SRC_URI checksumsSaul Wold2010-12-211-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* puzzles: Fix SRC_URI checksumsSaul Wold2010-12-211-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* patch: Fix SRC_URI[sha256]Saul Wold2010-12-211-1/+1
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* web-webkit: Updated SVN Rev to 130 & added LIC_FILES_CHKSUMSaul Wold2010-12-212-2/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* gtk-theme-darkilouche: moved to meta-extrasSaul Wold2010-12-212-36/+0
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* connman-gnome: Remove the applet and properties desktop iconsDongxiao Xu2010-12-213-17/+44
| | | | | | | | | | 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>
* linux-yocto: remove or adjust to _ in branch namesBruce Ashfield2010-12-214-20/+22
| | | | | | | | | | | | | | | | | | | | | 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>
* gettext: Add source and license checkumsScott Garman2010-12-212-24/+30
| | | | | | Also clean up whitespace issues. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* gnome-doc-utils: ensure a native variant exists for document generationJoshua Lock2010-12-212-3/+8
| | | | | | | | | | | | 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>
* gnome-common: add native variant via BBCLASSEXTENDJoshua Lock2010-12-211-0/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* gst-plugins: fix for make 3.82Joshua Lock2010-12-213-2/+30
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* meta-environment: Added package of meta-environment-${TARGET_ARCH} forLianhao Lu2010-12-214-0/+96
| | | | | | | | | | | | 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>
* rm_work: With the recent pseudo changes, this no longer makes senseRichard Purdie2010-12-211-4/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* perl-native: Make the sstate checksum for perl depend on the hardcoded path ↵Richard Purdie2010-12-201-0/+5
| | | | | | until this is fixed Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* kernel.bbclass: Use KERNEL_IMAGE_BASE_NAME variable instead of the expanded ↵Richard Purdie2010-12-201-3/+3
| | | | | | equivalent. Fixes sstate rebuild issue Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* rootfs_rpm: Add --ignoresize option when performing DB operations on a rootfsRichard Purdie2010-12-201-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* fakeroot/fakechroot: These have been replaced by pseudo, move to meta-extrasRichard Purdie2010-12-203-102/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sstate.bbclass: delete sstate files when doing cleanallPaul Eggleton2010-12-201-4/+8
| | | | | | | | | | 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>
* shasum-native: Drop recipe since we have internal handling in python for ↵Richard Purdie2010-12-205-477/+0
| | | | | | this now Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* base/utils.bbclass: Drop former checksum code now bitbake is handling this ↵Richard Purdie2010-12-202-112/+0
| | | | | | for us Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* sanity.bbclass: add check for creation of long filenamesPaul Eggleton2010-12-201-8/+31
| | | | | | | | | 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>
* sanity.bbclass: allow minimisation of impact of more invasive sanity checksPaul Eggleton2010-12-202-1/+48
| | | | | | | | | | | 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>
* sanity.bbclass: make indenting consistentPaul Eggleton2010-12-201-216/+216
| | | | | | Use four spaces throughout the file Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* distro_tracking: change owner of some recipeYu Ke2010-12-201-23/+23
| | | | | | | | 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>
* distro_tracking: Fix name inconsistencyYu Ke2010-12-201-7/+7
| | | | | | | | 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>
* ed: Change bin pathLu Jingdong2010-12-201-1/+4
| | | | | | | | 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>
* pseudo: Fixup for cache problemRichard Purdie2010-12-172-2/+238
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake.conf/poky-env-internal: Adjust PSEUDO variables to match pseudo ↵Richard Purdie2010-12-171-2/+2
| | | | | | enabled/disabled modes Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>