]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
13 years agoeglibc: fix runtime assertion failure
Nitin A Kamble [Tue, 12 Jul 2011 18:44:39 +0000 (11:44 -0700)]
eglibc: fix runtime assertion failure

This fixes bug [YOCTO #1237]

Runtime assertion errors were observed:
Inconsistency detected by ld.so: dl-deps.c: 622: _dl_map_object_deps: Assertion `nlist > 1' failed!

A fix was available for this issue:
 http://sourceware.org/bugzilla/show_bug.cgi?id=12454

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agoeglibc: fix installed but not packaged files
Nitin A Kamble [Thu, 7 Jul 2011 16:17:49 +0000 (09:17 -0700)]
eglibc: fix installed but not packaged files

Fixes these package QA warnings:

WARNING: For recipe eglibc, the following files were installed but not shipped in any package:
WARNING:   /etc/localtime

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agobinutils: package unpackaged files
Nitin A Kamble [Thu, 7 Jul 2011 15:44:29 +0000 (08:44 -0700)]
binutils: package unpackaged files

To fix these package qa warnings
WARNING: For recipe binutils, the following files were installed but not shipped in any package:
WARNING:   /usr/bin/ld.bfd
WARNING:   /usr/bin/elfedit

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agopulseaudio: enable bluetooth support
Koen Kooi [Tue, 12 Jul 2011 15:15:20 +0000 (17:15 +0200)]
pulseaudio: enable bluetooth support

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconnman-gnome: run oe-stylize over recipe
Koen Kooi [Wed, 13 Jul 2011 10:53:08 +0000 (12:53 +0200)]
connman-gnome: run oe-stylize over recipe

Variable ordering changed slightly and the RRECOMMENDS line is broken up, no functional changes

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoofono: fix packaging and clean up custom do_install
Koen Kooi [Wed, 13 Jul 2011 10:53:07 +0000 (12:53 +0200)]
ofono: fix packaging and clean up custom do_install

The makefile installs the udev rule in the proper place already. Also fix:

WARNING: For recipe ofono, the following files were installed but not shipped in any package:
WARNING:   /lib/udev/rules.d/97-ofono.rules
WARNING:   /lib/systemd/system/ofono.service

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipes
Scott Garman [Tue, 12 Jul 2011 20:21:25 +0000 (13:21 -0700)]
distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipes

The upstream package tracking webapp needs this additional distro
tracking field to work properly for the following recipes I
maintain:

* icu
* blktool
* apmd
* gperf
* dosfstools
* insserv
* at

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agoPatches: Fix Upstream-Status info
Saul Wold [Tue, 12 Jul 2011 17:17:19 +0000 (10:17 -0700)]
Patches: Fix Upstream-Status info

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoclasses/image_types: add a variable to list available IMAGE_FSTYPE's
Joshua Lock [Wed, 13 Jul 2011 02:36:51 +0000 (19:36 -0700)]
classes/image_types: add a variable to list available IMAGE_FSTYPE's

This is for use in the Hob GUI to enable the user to change the type of the
generated image.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoglibc: fix false failure
Nitin A Kamble [Tue, 12 Jul 2011 18:50:19 +0000 (11:50 -0700)]
glibc: fix false failure

do not just fail if grep does not match the locale name in the list

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agokernel.bbclass: fix the broken lines
Nitin A Kamble [Tue, 12 Jul 2011 18:01:57 +0000 (11:01 -0700)]
kernel.bbclass: fix the broken lines

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
13 years agolibzypp: fix for non /usr/lib libdir case
Yu Ke [Wed, 13 Jul 2011 08:58:27 +0000 (16:58 +0800)]
libzypp: fix for non /usr/lib libdir case

this patch has two fixes:
1. the src tool/CMakeLists.txt has hardcode "lib", so add a patch to fix it
2. the recipe has hardcode "-DLIB=lib", so replace it with libdir

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agosat-solver: fix for non /usr/lib libdir case
Yu Ke [Wed, 13 Jul 2011 08:57:39 +0000 (16:57 +0800)]
sat-solver: fix for non /usr/lib libdir case

when libdir set to non /usr/lib like /usr/lib64, there is do_configure error:
"
-- Libraries will be installed in /usr/lib
CMake Error at /home/kyu3/sdb/lib64/tmp/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:91  (MESSAGE):
  Please install 'check' and 'check-devel' packages (missing: CHECK_LIBRARY)
Call Stack (most recent call first):
  /home/kyu3/sdb/lib64/tmp/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:252              (_FPHSA_FAILURE_MESSAGE)
  cmake/modules/FindCheck.cmake:17 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:35 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
"

The reason is that cmake did not search /usr/lib64 for libcheck, thus report error

add ${libdir} to the CMAKE_SYSTEM_LIBRARY_PATH can fix this issue.

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agoeglibc: ensure that NSS libs go into the right package when ${base_libdir} and $...
Phil Blundell [Wed, 13 Jul 2011 09:03:42 +0000 (10:03 +0100)]
eglibc: ensure that NSS libs go into the right package when ${base_libdir} and ${libdir} are the same

Previously, libnss_hesiod et al. could get swallowed by the wildcarded glob in ${PN}-dev.
Fix it by moving eglibc-extra-nss earlier in the PACKAGES and adjusting its FILES to ensure
that the devel symlinks don't get caught.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoxserver-kdrive: add patch upstream status info
Yu Ke [Wed, 13 Jul 2011 03:08:58 +0000 (11:08 +0800)]
xserver-kdrive: add patch upstream status info

- add patch upstream status
- also remove the obsolete xserver-kdrive-1.3.0.0 patches

Signed-off-by: Yu Ke <ke.yu@intel.com>
13 years agopython: Fix libdir usage which broke python packaging
Richard Purdie [Wed, 13 Jul 2011 10:17:02 +0000 (11:17 +0100)]
python: Fix libdir usage which broke python packaging

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosato-sdk: add clutter for sato-sdk image
Yu Ke [Thu, 7 Jul 2011 14:22:11 +0000 (22:22 +0800)]
sato-sdk: add clutter for sato-sdk image

Yocto ADT has Eclips clutter template, so it is better to have
clutter in SDK image to support ADT. this patch add clutter
and clutter-box2d app to sato-sdk image for this purpose

Fix [YOCTO #891]

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoinsane.bbclass: skip rdepends QA checks for kernel / modules
Paul Eggleton [Tue, 12 Jul 2011 13:29:28 +0000 (14:29 +0100)]
insane.bbclass: skip rdepends QA checks for kernel / modules

The kernel and module recipes have very few dbg/dev packages, however
they can easily have false positive results from the rdepends QA checks
(e.g. kernel-module-lirc-dev). Thus disable these tests for any recipe
that inherits kernel or module-base.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobluez-dtl1-workaround: deleted
Phil Blundell [Thu, 7 Jul 2011 16:04:10 +0000 (17:04 +0100)]
bluez-dtl1-workaround: deleted

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agokernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaround
Phil Blundell [Thu, 7 Jul 2011 16:02:24 +0000 (17:02 +0100)]
kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workaround

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobusybox: fix missing features due to lack of variable expansion
Paul Eggleton [Tue, 12 Jul 2011 13:59:08 +0000 (14:59 +0100)]
busybox: fix missing features due to lack of variable expansion

Expand DISTRO_FEATURES and MACHINE_FEATURES fully so that any inner
variable references (such as DISTRO_FEATURES_LIBC) are expanded properly.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobb-matrix: initial scripts to record TIME(1) metrics for BB and PM combinations
Darren Hart [Sat, 9 Jul 2011 02:02:12 +0000 (19:02 -0700)]
bb-matrix: initial scripts to record TIME(1) metrics for BB and PM combinations

The bb-matrix.sh script will run a bitbake command, building core-image-minimal
by default, for various combinations of BB_NUMBER_THREADS and PARALLEL_MAKE. It
records all relevant metrics of the TIME(1) command for each combination in a
data file.

The bb-matrix-plot.sh script can be used to visualize each of these metrics via
a 3d surface plot, either solid surface or wireframe with a value-map
projection on the XY plane.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopulseaudio: make it work out of the box
Koen Kooi [Tue, 12 Jul 2011 13:21:23 +0000 (15:21 +0200)]
pulseaudio: make it work out of the box

* reuse 'audio' group as access group

  The current failure is:

  root@usrp-e1xx:/etc/pulse# pulseaudio --system
   [..]
  W: protocol-native.c: Failed to get GID of group 'pulse-access'
  W: protocol-native.c: Failed to check group membership.
  W: protocol-native.c: Denied access to client with invalid authorization data.

* add more required modules

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agokernel.bbclass: handle embedding of initramfs images
Andrea Adami [Mon, 11 Jul 2011 22:33:11 +0000 (00:33 +0200)]
kernel.bbclass: handle embedding of initramfs images

* "All 2.6 Linux kernels contain a gzipped "cpio" format archive, which is
* extracted into rootfs when the kernel boots up."
* (http://www.kernel.org/doc/Documentation/filesystems/ramfs-rootfs-initramfs.txt)
*
* In some cases it can be useful to take advantage of this ability and embed your
* customized rootfs ("the move to early userspace is necessary because finding
* and mounting the real root device is complex").
*
* Therefore, some code was added and since 2009 OpenEmbedded metadata
* provides a convenient way to include your initramfs by setting
* INITRAMFS_IMAGE = "your_initramfs_image.bb"
* and specifying the chosen output format in the initramfs image recipe, e.g.
* IMAGE_FSTYPES = "cpio.gz cpio.lzma"
*
*
* Patch was imported from the OpenEmbedded git server
* (git://git.openembedded.org/openembedded)
*
* Add satndalone task "builtin_initramfs".
* commit  72761e468bb3e905459f2b81ce1bc4d80419481f
* Signed-off-by:Paul Sokolovsky <pmiscml@gmail.com>
*
* 'Remove usage of non-standard variables (DEPLOY_TO) and random renaming
* of output.'
* commit 456ba7ffd159821e86ad7ad4b66ec7d5790bd054
* Richard Purdie <rpurdie@rpsys.net>
*
* 'Fis typo in do_builtin_initramfs.'
* commit 37f2fe4b801df832e93553a08eff24fec736c7d4
* Signed-off-by:Paul Sokolovsky <pmiscml@gmail.com>
*
* 'comment initramfs stuff till rootfs locking works properly (initramfs
* should be optional as well)'
* commit 2818d8b7be1a0d9a59ad3528091d47517d59328b
* Signed-off-by: Koen Kooi <koen@openembedded.org>
*
* 'get initramfs stuff working
* commit 1642b3e8fc81c666713951fdd4e7ff9a50d1c5a8
* Signed-off-by: Thomas Kunze <thommycheck@gmx.de>
*
* 'Fix INITRAMFS logic to stop breaking builds for people not using it'
* commit dcf3049eb9eedf0838af59969b3f70a43298d3d7
* Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
*
* '-change initramfs-logic'
* commit 3e3f297457138e96e2b652658675796853eb0293
* Signed-off-by: Thomas Kunze <thommycheck@gmx.de>
*
* 'move initramfs stuff to configure so we can do postprocessing
* on it with do_configure_append'
* commit fc03e2be0b4470748a8b7707cea7293303adc424
* Signed-off-by: Koen Kooi <koen@openembedded.org>
*
* 'copy gz, lzo, lzma initramfs cpio images.'
* commit 572abc3fdd1076ca35d8c15d269cc9d862101805
* Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
*
* 'move the kernel size check to linux-kexecboot.inc.'
* commit 45f82a941c77e9d747814fa1e337ba803475d327
* Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
*
* Finally, two refinements as discussed on openembedded-core
* mailing list:
* - replace "if image != '' and image is not None:" with "if image"
* - add cpio.xz support

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoimage_types.bbclass: add support for tar.xz, cpio.xz, cpio.lzma
Andrea Adami [Mon, 11 Jul 2011 22:33:12 +0000 (00:33 +0200)]
image_types.bbclass: add support for tar.xz, cpio.xz, cpio.lzma

* Once we add support for building kernel containing initramfs images
* we expect compressed cpio archives.
* Thus, add support for lzma and xz compressors for the initramfs images.
* While there, add support for tar.xz as done in org.openembedded.dev.
*
* Patch was imported from the OpenEmbedded git server
* (git://git.openembedded.org/openembedded)
*
* 'bitbake.conf: add cpio and ext4 .xz support'
* commit 7977d3325a09e2edf4a8a1b02f48085f88f7a631
* Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
*
* 'bitbake.conf: Define tar.xz image types.'
1fca8dc50a821f4589fa5e339e6e279dd3c0dafe
* Signed-off-by: Tom Rini <tom_rini@mentor.com>
*
* 'bitbake.conf: add XZ_INTEGRITY_CHECK and LZMA_COMPRESSION_LEVEL variables'
* commit 312b42bcf2cc9b11266ba497ade68e8ddabb3007
* Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
*
* 'bitbake.conf: unbreak and improve lzma image compression handling and adapt
* linux-kexecboot.inc'
* commit c382a9ce64bf4291572665652138aa01b2e54306
* Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoAdd support for BAD_RECOMMENDATIONS to rootfs_ipk
Chris Elston [Mon, 11 Jul 2011 12:14:15 +0000 (13:14 +0100)]
Add support for BAD_RECOMMENDATIONS to rootfs_ipk

As discussed on IRC on 30/06/11, this patch adds support for
BAD_RECOMMENDATIONS to rootfs_ipk, which is a list of packages NOT to
install if suggested or recommended by a recipe.  Taken from
http://thread.gmane.org/gmane.comp.handhelds.openembedded/30417.

Note that current support for this in oe.dev may also be broken,
depending on the version of opkg in use.

Signed-off-by: Chris Elston <celston@katalix.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agorpm: fix for non /usr/lib libdir case
Yu Ke [Mon, 11 Jul 2011 07:23:21 +0000 (15:23 +0800)]
rpm: fix for non /usr/lib libdir case

rpm default will use /usr/lib if the --with-path-lib is not specified.
this will not work in non /usr/lib libdir case.

so this patch add the --with-path-lib to fix this issue.

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibcap: fix for non /usr/lib libdir case
Yu Ke [Mon, 11 Jul 2011 07:23:20 +0000 (15:23 +0800)]
libcap: fix for non /usr/lib libdir case

the recipe has hardcoded "lib=lib", which does not work in
libdir=/usr/lib64 case where should be "lib=lib64",

So this patch fix it by replacing lib with libdir

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoperl: fix for non /usr/lib libdir case
Yu Ke [Mon, 11 Jul 2011 07:23:19 +0000 (15:23 +0800)]
perl: fix for non /usr/lib libdir case

the config.sh is hardcoded to be /usr/lib, which does not work in non
/usr/lib libdir case.

This patch replace the hard code /usr/lib with ${libdir} to fix this issue

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopython-native: fix for non /usr/lib libdir case
Yu Ke [Mon, 11 Jul 2011 07:23:18 +0000 (15:23 +0800)]
python-native: fix for non /usr/lib libdir case

the get_python_lib() use hard code "lib". when other recipe
building use python-native, the STAGING_LIBDIR is non /usr/lib,
so the hard code "lib" will break the build

This patch replace the hardcoded "lib" with value from libdir
to fix this issue.

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopython: fix for libdir=/usr/lib64 case
Yu Ke [Mon, 11 Jul 2011 07:23:17 +0000 (15:23 +0800)]
python: fix for libdir=/usr/lib64 case

python has several place hard code "lib" which breaks build
when libdir=/usr/lib64. SUSE has a patch to fix this issue.

So this patch add the SUSE patch to address this issue

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoopenssl: fix for non /usr/lib libdir case
Yu Ke [Mon, 11 Jul 2011 07:23:15 +0000 (15:23 +0800)]
openssl: fix for non /usr/lib libdir case

if libdir is not /usr/lib, e.g /usr/lib64, openssl build will fail
because it still use /usr/lib as library dir.

this patch appends the configure option "--libdir" to specify the correct
library directory

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agonative.bbclass: generate libdir from libdir_native
Yu Ke [Mon, 11 Jul 2011 07:23:14 +0000 (15:23 +0800)]
native.bbclass: generate libdir from libdir_native

currently, the libdir in native.bbclass is inherited from target libdir
defined in bitbake.conf. This is not correct in concept, instead, it
should be inherited from libdir_native. Current code works because both
the target libdir and libdir_native are the same value "/usr/lib".
But if libdir changes (e.g. to /usr/lib64), then build will break.

This patch make libdir generated from libdir_native to fix this issue.

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogcc: Fix packaging correctly
Saul Wold [Tue, 12 Jul 2011 07:20:04 +0000 (00:20 -0700)]
gcc: Fix packaging correctly

[YOCTO #1233]

This fix directly packages the contents in  and adds the lib*.so
correctly to the -dev package.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agowebkit-gtk: update SRCREV
Koen Kooi [Mon, 11 Jul 2011 10:24:02 +0000 (12:24 +0200)]
webkit-gtk: update SRCREV

The layout of the repository has changed, so we need to account for that:

* fixed license checksums
* fixed SRC_URI
* fixed SRCREV_FORMAT

PCRE is gone, so no need for the dftables hack anymore

But most importantly, this fixes the crash issues when using javascript (e.g. github.com)

Tested on:

* usrp-e1xx/angstrom-2011.07

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopulseaudio 0.9.15: delete, but keep 0.9.22 and 0.9.23
Koen Kooi [Tue, 12 Jul 2011 11:27:44 +0000 (13:27 +0200)]
pulseaudio 0.9.15: delete, but keep 0.9.22 and 0.9.23

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopulseaudio: try harder to disable HAL
Koen Kooi [Tue, 12 Jul 2011 11:27:43 +0000 (13:27 +0200)]
pulseaudio: try harder to disable HAL

This disables linking against (lib)hal but enables the udev-hal compat layer so the hal-detect plugin keeps working. The hal-detect plugin is removed from the default dependencies to discourage its usage, but can be installed manually if needed.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agocmake: update to 2.8.5 release
Otavio Salvador [Mon, 11 Jul 2011 17:27:19 +0000 (17:27 +0000)]
cmake: update to 2.8.5 release

Acked-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibarchive: remove undistributable copyright content from source
Otavio Salvador [Mon, 11 Jul 2011 17:27:18 +0000 (17:27 +0000)]
libarchive: remove undistributable copyright content from source

The original tarball has two undistributable files that we have
removed from the repacked tarball. The issue has been reported
upstream at:

http://code.google.com/p/libarchive/issues/detail?id=162

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosstate: Improve performance by moving files rather than using copy and delete
Richard Purdie [Mon, 28 Mar 2011 23:20:31 +0000 (00:20 +0100)]
sstate: Improve performance by moving files rather than using copy and delete

Acked-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoupdate-rc.d: Switch from a tag to a sepcific revision
Richard Purdie [Wed, 6 Jul 2011 13:05:28 +0000 (14:05 +0100)]
update-rc.d: Switch from a tag to a sepcific revision

Unfortunately the git fetcher cannot resolve a named tag into a revision
without network access. Since its desireable for OE-Core to function
in a networkless environment, we need to specify the revision in the
recipe which corresponds to the 0.7 tag.

[YOCTO #1140]

Acked-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosysklogd: Drop ONLINE_PACKAGE_MANAGEMENT as per mailing list discussion
Richard Purdie [Thu, 7 Jul 2011 13:35:01 +0000 (14:35 +0100)]
sysklogd: Drop ONLINE_PACKAGE_MANAGEMENT as per mailing list discussion

Online package management decisions like this are now handled by image.bbclass
itself so this code is superfluous to requirements.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibx11: ensure nativesdk uses correct DEPENDS and XCB flags
Saul Wold [Sat, 9 Jul 2011 00:55:50 +0000 (17:55 -0700)]
libx11: ensure nativesdk uses correct DEPENDS and XCB flags

The inital patch was for native, but nativesdk also needs the
same change.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agotcmode-default: update binutils version
Saul Wold [Sat, 9 Jul 2011 01:36:18 +0000 (18:36 -0700)]
tcmode-default: update binutils version

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agolibx11: enable xcb support
Saul Wold [Thu, 7 Jul 2011 17:45:06 +0000 (10:45 -0700)]
libx11: enable xcb support

[YOCTO #1196]

XCB support is needed in libx1l, it has been enabled in libx11-trim for
sometime and was not in full version. The usage here is for LSB testing,
which uses full libx11.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoeglibc: add RDEPENDS for bash on eglibc-utils
Saul Wold [Fri, 8 Jul 2011 16:31:11 +0000 (09:31 -0700)]
eglibc: add RDEPENDS for bash on eglibc-utils

[YOCTO #1214]

The eglibc-utils contains 2 scripts (tzselect and xtrace) that use
bash, so add an RDEPENDS to eglibc-utils.

This also removes libsotruss as it's currently not built, it was
not previously depended on because it was mis-spelled as "EDEPENDS"

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoeglibc: unbash ldd (from oe.dev)
Saul Wold [Fri, 8 Jul 2011 16:29:55 +0000 (09:29 -0700)]
eglibc: unbash ldd (from oe.dev)

    (From oe-dev rev: 0a831e2cd1c27d30cd76ddada9a44a703ab60f41)

    * replace shebang of ldd by /bin/sh, so ldd doesn't depend on bash
      anymore. Tested with busybox sh.
    * added to do_configure_prepend because do_patch is only a python function

Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agorootfs_rpm: Add 50M to IMAGE_ROOTFS_EXTRA_SPACE for zypper /var space
Saul Wold [Thu, 7 Jul 2011 16:39:32 +0000 (09:39 -0700)]
rootfs_rpm: Add 50M to IMAGE_ROOTFS_EXTRA_SPACE for zypper /var space

[YOCTO #1171]

This is a temporary fix to address the fact that zypper's db configuation
uses a large amount of /var space. When the correct'ed zypper config can
be applied, this fix can be removed. The zypper bug for yocto is 1174
http://bugzilla.pokylinux.org/show_bug.cgi?id=1174

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoeglibc: avoid copying ${libdir} twice if it's the same as ${base_libdir}
Phil Blundell [Fri, 8 Jul 2011 19:48:39 +0000 (20:48 +0100)]
eglibc: avoid copying ${libdir} twice if it's the same as ${base_libdir}

Otherwise the following "mv ${libdir}/gconv" fails because the destination
has already been created.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibc-common.bbclass: Fix typo
Richard Purdie [Thu, 7 Jul 2011 13:53:41 +0000 (14:53 +0100)]
libc-common.bbclass: Fix typo

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agocombo-layer-tool: add tool to manipulate combo layers
Yu Ke [Mon, 13 Jun 2011 12:20:53 +0000 (20:20 +0800)]
combo-layer-tool: add tool to manipulate combo layers

This patch adds the script "combo-layer" to manipulate combo layer
repos. A combo layer repo is a repo containing multiple component
repos, e.g. oe-core, bitbake, BSP repos. The combo layer repo needs to
be updated by syncing with the component repo upstream. This script
is written to assist the combo layer handling.

The combo layer tool provides three functionalities:
- init: when the combo layer repo and component repo does not exist,
  init will "git init" the combo layer repo, and also "git clone" the
  component repos

- update: combo layer tool will pull the latest commit from component
  repo upstream, and apply the commits since last update commit to the
  combo repo. If the user specifies interactive mode(--interactive),
  they can edit the patch list to select which commits to apply.

- splitpatch: split the combo repo commit into separate patches per
  component repo, to facilitate upstream submission.

Combo layer tool uses a config file to define the component repo info.
Please check the combo-layer.conf.example for a detailed explanation
of the config file fields.

Signed-off-by: Yu Ke <ke.yu@intel.com>
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agoinsane.bbclass: fix error/warning status being inverted
Paul Eggleton [Thu, 7 Jul 2011 17:32:47 +0000 (18:32 +0100)]
insane.bbclass: fix error/warning status being inverted

Fix package_qa_handle_error so that it returns the correct values in order
to determine error/warning status.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoinsane.bbclass: allow dev-deps to be skipped via INSANE_SKIP
Paul Eggleton [Thu, 7 Jul 2011 17:32:46 +0000 (18:32 +0100)]
insane.bbclass: allow dev-deps to be skipped via INSANE_SKIP

Add the missing check in package_qa_check_rdepends to allow dependencies
from non-development packages on development packages to be skipped.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years ago[bug 1195] site/mips-common: Cache cvs_cv_func_printf_ptr
Khem Raj [Thu, 7 Jul 2011 23:17:53 +0000 (16:17 -0700)]
[bug 1195] site/mips-common: Cache cvs_cv_func_printf_ptr

Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
13 years agoeglibc: bump PR for OLDEST_KERNEL change
Paul Eggleton [Thu, 7 Jul 2011 13:01:32 +0000 (14:01 +0100)]
eglibc: bump PR for OLDEST_KERNEL change

Bump PR as eglibc should be rebuilt for the new OLDEST_KERNEL value.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agobitbake.conf: update OLDEST_KERNEL to 2.6.16
Paul Eggleton [Thu, 7 Jul 2011 12:58:55 +0000 (13:58 +0100)]
bitbake.conf: update OLDEST_KERNEL to 2.6.16

Since we no longer support 2.4, update this setting to 2.6.16, to line up
with the most accepted setting from OE. (This affects eglibc's kernel
support, and 2.6.16 is the minimum version for glibc 2.9 onwards.)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agocmake: update to 2.8.5-rc3
Otavio Salvador [Fri, 8 Jul 2011 13:41:50 +0000 (13:41 +0000)]
cmake: update to 2.8.5-rc3

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agocmake: add nativesdk and target versions
Otavio Salvador [Thu, 16 Jun 2011 14:27:47 +0000 (14:27 +0000)]
cmake: add nativesdk and target versions

Adds a recipe that provides the nativesdk and target versions of
CMake.

This recipe is based on code from OpenEmbeeded (rev
b1f2e1501c19540617a829b37415c0616101c7ad).

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agolibarchive: add 2.8.4 version
Otavio Salvador [Thu, 16 Jun 2011 20:02:46 +0000 (20:02 +0000)]
libarchive: add 2.8.4 version

This recipe has been imported from OpenEmbedded (rev
6db4b9050e0e8b963e2a6b63790e48e3042ea99e).

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agousbutils: Add RDEPENDS on bash
Saul Wold [Thu, 7 Jul 2011 16:41:45 +0000 (09:41 -0700)]
usbutils: Add RDEPENDS on bash

[YOCTO #1214]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agocmake.bbclass: use CPPFLAGS and CXXFLAGS
Otavio Salvador [Fri, 8 Jul 2011 13:47:42 +0000 (13:47 +0000)]
cmake.bbclass: use CPPFLAGS and CXXFLAGS

Some classes, as for example nativesdk, defines CPPFLAGS and CXXFLAGS
to be passed to compiler. Using those makes more sense and avoid some
hacks on packages using CMake.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoelfutils: fix compilations issue with the gcc 4.7
Nitin A Kamble [Thu, 7 Jul 2011 13:29:51 +0000 (06:29 -0700)]
elfutils: fix compilations issue with the gcc 4.7

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agogcc-runtime: fix installed but unpackaged files
Nitin A Kamble [Thu, 7 Jul 2011 16:34:59 +0000 (09:34 -0700)]
gcc-runtime: fix installed but unpackaged files

gcc recipes has changed, currently ${PV} is 4.6 and ${BINV} is 4.6.1 version.

Fix these QA warnings.
WARNING: For recipe gcc-runtime, the following files were installed but not shipped in any package:
WARNING:   /usr/share/gcc-4.6.1/python/libstdcxx/__init__.py
WARNING:   /usr/share/gcc-4.6.1/python/libstdcxx/v6/__init__.py
WARNING:   /usr/share/gcc-4.6.1/python/libstdcxx/v6/printers.py

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agodistro tracking: update devel.toolchain recipes's fields
Nitin A Kamble [Thu, 7 Jul 2011 00:28:56 +0000 (17:28 -0700)]
distro tracking: update devel.toolchain recipes's fields

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agogmp: upgrade from 5.0.1 to 5.0.2
Nitin A Kamble [Thu, 7 Jul 2011 00:27:38 +0000 (17:27 -0700)]
gmp: upgrade from 5.0.1 to 5.0.2

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agobinutils: upgrade from 2.21 to 2.21.1
Nitin A Kamble [Thu, 7 Jul 2011 00:26:38 +0000 (17:26 -0700)]
binutils: upgrade from 2.21 to 2.21.1

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agocmake: refactor recipe
Otavio Salvador [Fri, 8 Jul 2011 13:47:43 +0000 (13:47 +0000)]
cmake: refactor recipe

 * use INC_PR;
 * show configure's failure on error;
 * gather major version from PV;

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconsole-tools: Add RDEPENDS on bash
Saul Wold [Thu, 7 Jul 2011 16:41:28 +0000 (09:41 -0700)]
console-tools: Add RDEPENDS on bash

[YOCTO #1214]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoquilt: Add RDEPENDS on bash
Saul Wold [Thu, 7 Jul 2011 16:41:01 +0000 (09:41 -0700)]
quilt: Add RDEPENDS on bash

[YOCTO #1214]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoimage.bbclass: Add LINGUAS_INSTALL to dependency list
Richard Purdie [Thu, 7 Jul 2011 16:40:12 +0000 (09:40 -0700)]
image.bbclass: Add LINGUAS_INSTALL to dependency list

Currently if there are locales to install in the image the appropriate
packages might not automatically get built since there is no dependency
being exposed to bitbake.

This patch exposes the missing dependencies to bitbake through the RDEPENDS
field hence ensuring images build successfully when locales are added but
not depended upon anywhere else in the build.

[YOCTO #1215]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agognome-doc-utils: Add RDEPENDS on bash
Saul Wold [Thu, 7 Jul 2011 16:40:42 +0000 (09:40 -0700)]
gnome-doc-utils: Add RDEPENDS on bash

[YOCTO #1214]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agopulseaudio: add 0.9.23
Koen Kooi [Wed, 6 Jul 2011 11:27:07 +0000 (13:27 +0200)]
pulseaudio: add 0.9.23

Older version have been retained to allow more testing of this release

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopulseaudio: disable HAL support and enable udev support
Koen Kooi [Tue, 5 Jul 2011 16:57:31 +0000 (18:57 +0200)]
pulseaudio: disable HAL support and enable udev support

HAL is deprecated and udev should be used with pulseaudio 0.9.22. THe .23 release from 2 weeks ago already removed HAL support.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agositeinfo: add microblaze little endian target info
Adrian Alonso [Tue, 5 Jul 2011 19:38:11 +0000 (14:38 -0500)]
siteinfo: add microblaze little endian target info

* Add microblaze little endian target information
  Endian little, 32 bits

Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoinsane: add microblaze little endian target info
Adrian Alonso [Tue, 5 Jul 2011 19:38:09 +0000 (14:38 -0500)]
insane: add microblaze little endian target info

* Add microblaze little endian target info to
  package_qa_get_machine_dict

Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agokernel-arch: microblaze little endian fix kernel arch
Adrian Alonso [Tue, 5 Jul 2011 19:38:10 +0000 (14:38 -0500)]
kernel-arch: microblaze little endian fix kernel arch

* In map_kernel_arch function return valid arch for
  microblazeel target arch.
  if TARGET_ARCH = "microblazeel" return "microblaze"

Signed-off-by: Adrian Alonso <aalonso@secretlab.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibxslt: Inherit from binconfig
Michael Lippautz [Tue, 5 Jul 2011 19:28:24 +0000 (21:28 +0200)]
libxslt: Inherit from binconfig

libxslt provides a binconfig that may be used to cross-compile/-link against the
target library.

Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopowertop: inherit update-alternatives and use a higher priority than busybox
Dexuan Cui [Thu, 7 Jul 2011 07:45:57 +0000 (15:45 +0800)]
powertop: inherit update-alternatives and use a higher priority than busybox

busybox-1.18.4 installs /bin/powertop and the powertop recipe installs
/usr/bin/powertop. So, in PATH, if /bin appears before /usr/bin, we would
run the version offered by busybox, which has a very limited function (e.g.,
no parameter is accepted) and this causes trouble to eclipse plugin.

We can use update-alternatives for powertop with higher priority to resolve
the issue.

Fixes [YOCTO #1208]

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agobusybox: bump PR to ensure ipv4 is enabled
Paul Eggleton [Thu, 7 Jul 2011 11:00:40 +0000 (12:00 +0100)]
busybox: bump PR to ensure ipv4 is enabled

Now that ipv4 has been added to the default DISTRO_FEATURES we need to
bump PR as busybox will need to be rebuilt.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agodefault-distrovars.inc: add ipv4 to DISTRO_FEATURES
Paul Eggleton [Thu, 7 Jul 2011 10:58:42 +0000 (11:58 +0100)]
default-distrovars.inc: add ipv4 to DISTRO_FEATURES

Since the change in busybox configuration to match OE (OE core rev
b5564c4a9cadf306b447180c433b25ec071f8ce1) we now need ipv4 in
DISTRO_FEATURES to get standard IPv4 functionality in busybox.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agolibQtOpenGL:Add libQtOpenGL to an lsb image
Xiaofeng Yan [Tue, 5 Jul 2011 08:40:46 +0000 (16:40 +0800)]
libQtOpenGL:Add libQtOpenGL to an lsb image

I make "opengl" as a DISTO_FEATURE for installing libQtOpenGL to image.
Fix Bug [YOCTO #1020]

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosanity: implement network connectivity test
Joshua Lock [Wed, 29 Jun 2011 21:55:03 +0000 (14:55 -0700)]
sanity: implement network connectivity test

Sanity test to verify files can be fetched from the network using git, http
and https fetchers point users at a page to help get set up in the case of a
failure.

Requires a variable CONNECTIVITY_CHECK_URIS to be set, using the same pattern
as SRC_URI, of URI's to test against.
The variable CONNECTIVITY_CHECK_MSG can be set to provide a custom error
message, such as a pointer to some help, when this check fails.

Addresses [YOCTO #933]

Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotinylogin: use angstrom mirror for SRC_URI
Phil Blundell [Wed, 15 Jun 2011 14:27:41 +0000 (15:27 +0100)]
tinylogin: use angstrom mirror for SRC_URI

since busybox.net no longer seems to be hosting the tarball

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro_tracking_fields.inc: Update recipes upgrade and manual check information
Mei Lei [Tue, 5 Jul 2011 08:40:50 +0000 (16:40 +0800)]
distro_tracking_fields.inc: Update recipes upgrade and manual check information

upgrade: gawk, gupnp
manual check: diffutils

Signed-off-by: Mei Lei <lei.mei@intel.com>
13 years agogawk: Upgrade from 3.1.8 to 4.0.0
Mei Lei [Tue, 5 Jul 2011 08:16:09 +0000 (16:16 +0800)]
gawk: Upgrade from 3.1.8 to 4.0.0

Signed-off-by: Mei Lei <lei.mei@intel.com>
13 years agogupnp: Upgrade from 0.16.0 to 0.16.1
Mei Lei [Mon, 4 Jul 2011 09:12:28 +0000 (17:12 +0800)]
gupnp: Upgrade from 0.16.0 to 0.16.1

Add introspection.patch from gssdp due to more strict compiler checks in new version

Signed-off-by: Mei Lei <lei.mei@intel.com>
13 years agomodule-base: remove KERNEL-SOURCE
Anders Darander [Tue, 5 Jul 2011 14:55:04 +0000 (16:55 +0200)]
module-base: remove KERNEL-SOURCE

kernel-source do not exist in STAGING_KERNEL_DIR any longer.
Remove the exported KERNEL_SOURCE as the STAGING_KERNEL_DIR can
be used in module recipes directly.

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotask-base: remove unconditional inclusion of kernel-module-rtc-sa1100
Anders Darander [Wed, 6 Jul 2011 06:31:46 +0000 (08:31 +0200)]
task-base: remove unconditional inclusion of kernel-module-rtc-sa1100

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotask-base: remove modutils reference.
Anders Darander [Wed, 6 Jul 2011 06:31:45 +0000 (08:31 +0200)]
task-base: remove modutils reference.

Also remove the other kernel24 references.
Make everything dependent on kernel26 default.
Move the RDEPENDS- and RRECOMMENDS_task-base-kernel26 to _task-base.

Signed-off-by: Anders Darander <anders@chargestorm.se>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agomodule-init-tools-cross: add SRC_URI Checksums
Saul Wold [Thu, 7 Jul 2011 00:02:08 +0000 (17:02 -0700)]
module-init-tools-cross: add SRC_URI Checksums

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agouboot: Add 2011.06 Version
Saul Wold [Wed, 6 Jul 2011 16:11:27 +0000 (09:11 -0700)]
uboot: Add 2011.06 Version

[YOCTO #1198]

Addes the 2011.06 version, while keeping the older 2011.03 version since
other layers might be using it still.  This will need to be fixed in the
future as oe-core should only be keeping the current versions and layer
management addresses this somehow.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agouclibc-0.9.32: Implement execvpe and refresh scheduler functions
Khem Raj [Fri, 1 Jul 2011 23:48:42 +0000 (16:48 -0700)]
uclibc-0.9.32: Implement execvpe and refresh scheduler functions

Enable UCLIBC_HAS_UTMPX

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agouclibc_git: Implement execvpe and refresh scheduler functions
Khem Raj [Fri, 1 Jul 2011 23:38:45 +0000 (16:38 -0700)]
uclibc_git: Implement execvpe and refresh scheduler functions

Enable UCLIBC_HAS_UTMPX

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agouclibc_git: Move SRCREV past 0.9.32 release
Khem Raj [Fri, 1 Jul 2011 23:17:44 +0000 (16:17 -0700)]
uclibc_git: Move SRCREV past 0.9.32 release

Set DP = -1 since 0.9.32 should be preferred
Remove patches already merged upstream
Change PV to 0.9.32+0.9.33-rc0

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agotcmode-default: Define UCLIBCVERSION and set it to 0.9.32
Khem Raj [Fri, 1 Jul 2011 23:16:57 +0000 (16:16 -0700)]
tcmode-default: Define UCLIBCVERSION and set it to 0.9.32

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agouclibc: Add recipes for 0.9.32 release
Khem Raj [Fri, 1 Jul 2011 23:16:11 +0000 (16:16 -0700)]
uclibc: Add recipes for 0.9.32 release

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoopenssh/dropbear: No need for each to PROVIDE ssh/sshd
Richard Purdie [Tue, 5 Jul 2011 13:33:02 +0000 (14:33 +0100)]
openssh/dropbear: No need for each to PROVIDE ssh/sshd

Nothing in the system actually uses the PROVIDES field for these
recipes, its usually the runtime packages that are used. We can
therefore remove the PROVIDES and hence quieten the associated
warnings from bitbake.

If these recipes do really need the PROVIDES, they would be better
as virtuals and adding that to MULTI_PROVIDER_WHITELIST.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agox-load: Drop PR from PV and fix version to 1.5.0
Richard Purdie [Tue, 5 Jul 2011 15:38:28 +0000 (16:38 +0100)]
x-load: Drop PR from PV and fix version to 1.5.0

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agokernel-yocto: Fix case where recipe is always reparsed
Richard Purdie [Tue, 5 Jul 2011 15:35:03 +0000 (16:35 +0100)]
kernel-yocto: Fix case where recipe is always reparsed

If you include a bitbake variable as a comment in a shell function
then it gets expanded by the bitbake signature handling code.

This could be classed as a bug or a feature depending on your viewpoint
(e.g. a multiline variable included in a comment could actually contain
executable code).

Since we don't always want kernel-yocto to reparse this changes the
syntax of the comment so it doesn't trigger the problem.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agochrpath: Ensure the package respects the docdir variable
Richard Purdie [Tue, 5 Jul 2011 22:42:29 +0000 (23:42 +0100)]
chrpath: Ensure the package respects the docdir variable

This resolves unpackaged file QA warnings and an empty -doc package.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>