]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
13 years agoeglibc 2.12/2.13: Upgrade SRCREV
Khem Raj [Mon, 13 Jun 2011 06:05:16 +0000 (23:05 -0700)]
eglibc 2.12/2.13: Upgrade SRCREV

We need http://www.eglibc.org/archives/patches/msg00923.html
to get through the problem we see when OPTION_EGLIBC_RTLD_DEBUG
is disabled. This patch has been backported to both 2.12 and 2.13
branches. We bump SRCREVs to have that change.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agolibx11-diet: Fixed checksum and rebase patch
Saul Wold [Sun, 12 Jun 2011 21:51:07 +0000 (14:51 -0700)]
libx11-diet: Fixed checksum and rebase patch

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoupdate-alternatives-dpkg: Fix SRC_URI Checksum
Saul Wold [Sun, 12 Jun 2011 21:48:10 +0000 (14:48 -0700)]
update-alternatives-dpkg: Fix SRC_URI Checksum

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoconnman-gnome 0.5: build from git
Koen Kooi [Sun, 12 Jun 2011 16:24:18 +0000 (18:24 +0200)]
connman-gnome 0.5: build from git

All the local patches were applied upstream, so let's build straight from git to make that clear

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
13 years agorxvt-unicode: Fix SRC_URI & LIC_FILES Checksum
Saul Wold [Sun, 12 Jun 2011 21:49:28 +0000 (14:49 -0700)]
rxvt-unicode: Fix SRC_URI & LIC_FILES Checksum

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agogettext_0.18.1.1.bb: Fix build on uclibc
Khem Raj [Sat, 11 Jun 2011 08:49:21 +0000 (01:49 -0700)]
gettext_0.18.1.1.bb: Fix build on uclibc

Use libc-uclibc override to seprate out uclibc bits
instead of using TARGET_OS

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoutil-macros_1.13.0.bb: Depend on virtual/gettext instead of gettext
Khem Raj [Sat, 11 Jun 2011 08:46:30 +0000 (01:46 -0700)]
util-macros_1.13.0.bb: Depend on virtual/gettext instead of gettext

So multiple provider problem can be reolved amicably

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoclutter-box2d_git: Switch SRC_URI to git.gnome.org
Saul Wold [Sat, 11 Jun 2011 22:08:23 +0000 (15:08 -0700)]
clutter-box2d_git: Switch SRC_URI to git.gnome.org

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agojson-glib: Fix up SRC_URI Checksums
Saul Wold [Fri, 10 Jun 2011 23:25:11 +0000 (16:25 -0700)]
json-glib: Fix up SRC_URI Checksums

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoimport recipe_sanity.bbclass from oe master
Phil Blundell [Fri, 10 Jun 2011 14:28:02 +0000 (15:28 +0100)]
import recipe_sanity.bbclass from oe master

This is a verbatim copy of the corresponding class from oe master.

Signed-off-by: Phil Blundell <philb@gnu.org>
13 years agouclibc: fix compile error on i586
Phil Blundell [Fri, 10 Jun 2011 13:56:09 +0000 (14:56 +0100)]
uclibc: fix compile error on i586

Without this you get:

| libc/sysdeps/linux/common/epoll.c: In function '__libc_epoll_pwait':
| libc/sysdeps/linux/common/epoll.c:71:80: error: memory input 7 is not directly addressable
| libc/sysdeps/linux/common/epoll.c:75:86: error: memory input 7 is not directly addressable
| make: *** [libc/sysdeps/linux/common/epoll.o] Error 1

Signed-off-by: Phil Blundell <philb@gnu.org>
13 years agoghostscript: update SRC_URI
Kang Kai [Tue, 7 Jun 2011 08:29:41 +0000 (16:29 +0800)]
ghostscript: update SRC_URI

Build ghostscript-native fails on a i686 machine because it can't get
the source objarch.h and soobjarch.h, and .h files are not needed for
native package, so update the SRC_URI to fix it.

Signed-off-by: Kang Kai <kai.kang@windriver.com>
Removed the do_configure_prepend and folded into the target do_configure
since the native was picking it up for the do_configure_virtclass/native()
and then failing on i686.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agogit: restore the dependency on perl-native
Dexuan Cui [Fri, 10 Jun 2011 07:25:19 +0000 (15:25 +0800)]
git: restore the dependency on perl-native

[YOCTO #1155]

I thought git-native could depend on perl-native-runtime and tests on
Ubuntu 9.04/10.10 and Fedora 13 show it could buid fine (looks these distros
install perl-ExtUtils-MakeMaker by default).

However Joshua reported on Fedora 15 i686 host, git-native can't build unless
he manually installed perl-ExtUtils-MakeMaker to the host.

This makes me think we may as well make git-native depend on perl-native.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agolinux-yocto: rename recipes to explicitly indicate version
Bruce Ashfield [Wed, 8 Jun 2011 19:33:02 +0000 (15:33 -0400)]
linux-yocto: rename recipes to explicitly indicate version

The existing recipe names for the linux-yocto kernel builds
worked well when there was a single, or two versions of the
kernel available. But with the impending kernel updates and
retirement of older kernels, the re-use of the same recipes
for different kernel versions violates the principle of least
surprise.

To address this, the recipes are being renamed as follows:

    linux-yocto_git.bb -> linux-yocto_2.6.37.bb
    linux-yocto-stable_git.bb -> linux-yocto_2.6.34.bb

There continue to be versionless recipe names that feed into
versioned recipes at the appropriate points. They are:

     linux-yocto-dev.bb (tracking the latest yocto dev kernel)
     linux-yocto-korg_head.bb (tracking korg kernels)

There are no existing users of linux-yocto-stable in the master
branches to convert to the new naming, so these changes work
in isolation.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agouclibc: remove PACKAGE_ARCH
Phil Blundell [Fri, 3 Jun 2011 19:55:33 +0000 (19:55 +0000)]
uclibc: remove PACKAGE_ARCH

There is no good reason for uclibc to be machine specific.  Remove local
assignment to PACKAGE_ARCH so that it gets the default target
architecture and bump PR for that change.

See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-May/003064.html

Signed-off-by: Phil Blundell <philb@gnu.org>
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agouclibc: remove redundant python code
Phil Blundell [Fri, 10 Jun 2011 22:01:40 +0000 (22:01 +0000)]
uclibc: remove redundant python code

This chunk of python code has been around for a while (witness the
comment about gcc 3.4.0) and predates the availability of
COMPATIBLE_HOST.  Rewrite it using a more modern idiom.

Signed-off-by: Phil Blundell <philb@gnu.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agouclibc: Cleanup the machine dependent config files
Khem Raj [Sat, 11 Jun 2011 09:09:00 +0000 (02:09 -0700)]
uclibc: Cleanup the machine dependent config files

We only have arch specific machine fragments now.
Introduce use of KCONFIG_ALLCONFIG and use allnoconfig

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoperl-native: fix download url
Anders Darander [Sat, 11 Jun 2011 10:50:21 +0000 (12:50 +0200)]
perl-native: fix download url

Signed-off-by: Anders Darander <anders@chargestorm.se>
13 years agoautoconf/automake: Bump PR to resolve perl-native issue
Saul Wold [Mon, 13 Jun 2011 21:26:25 +0000 (14:26 -0700)]
autoconf/automake: Bump PR to resolve perl-native issue

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agodistro_tracking_fields.inc: update the info for the following recipes
Dexuan Cui [Sun, 12 Jun 2011 08:56:02 +0000 (16:56 +0800)]
distro_tracking_fields.inc: update the info for the following recipes

screen: remove the duplicate info
tcf-agent: update MANUAL_CHECK_DATE
gnome-doc-utils
startup-notification
util-macros
liberation-fonts
resourceproto
dri2proto
glproto
inputproto
pixman
libxext
libxi
xcb-util

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agolibxi: upgrade from 1.4.2 to the latest version 1.4.3
Dexuan Cui [Mon, 13 Jun 2011 13:44:34 +0000 (21:44 +0800)]
libxi: upgrade from 1.4.2 to the latest version 1.4.3

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agolibxext: upgrade from 1.2.0 to the latest version 1.3.0
Dexuan Cui [Mon, 13 Jun 2011 13:37:34 +0000 (21:37 +0800)]
libxext: upgrade from 1.2.0 to the latest version 1.3.0

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agopixman: upgrade from 0.20.2 to the latest stable 0.22.0
Dexuan Cui [Mon, 13 Jun 2011 13:24:14 +0000 (21:24 +0800)]
pixman: upgrade from 0.20.2 to the latest stable 0.22.0

Update LIC_FILES_CHKSUM:
1) COPYING: only format change; no actual license change.
2) 0.22.0 doesn't have pixman-x64-mmx-emulation.h, so let's remove it.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agoinputproto: upgrade from 2.0.1 to the latest version 2.0.2
Dexuan Cui [Mon, 13 Jun 2011 13:09:34 +0000 (21:09 +0800)]
inputproto: upgrade from 2.0.1 to the latest version 2.0.2

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agoglproto: upgrade from 1.4.12 to the latest version 1.4.13
Dexuan Cui [Mon, 13 Jun 2011 13:04:08 +0000 (21:04 +0800)]
glproto: upgrade from 1.4.12 to the latest version 1.4.13

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agodri2proto: upgrade from 2.3 to the latest version 2.4
Dexuan Cui [Mon, 13 Jun 2011 12:57:11 +0000 (20:57 +0800)]
dri2proto: upgrade from 2.3 to the latest version 2.4

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agoresourceproto: upgrade from 1.1.1 to the latest version 1.2.0
Dexuan Cui [Mon, 13 Jun 2011 12:50:47 +0000 (20:50 +0800)]
resourceproto: upgrade from 1.1.1 to the latest version 1.2.0

Update LIC_FILES_CHKSUM due to the only change:
+ Copyright (c) 2002  XFree86 Inc

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agoutil-macros: upgrade from 1.13.0 to the latest version 0.14.0
Dexuan Cui [Mon, 13 Jun 2011 12:29:55 +0000 (20:29 +0800)]
util-macros: upgrade from 1.13.0 to the latest version 0.14.0

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agostartup-notification: upgrade from 0.10 to the latest version 0.12
Dexuan Cui [Mon, 13 Jun 2011 12:22:29 +0000 (20:22 +0800)]
startup-notification: upgrade from 0.10 to the latest version 0.12

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agognome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6
Dexuan Cui [Mon, 13 Jun 2011 11:28:58 +0000 (19:28 +0800)]
gnome-doc-utils: upgrade from 0.20.5 to the latest version 0.20.6

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agorecipes: update Upstream-Status for multiple recipes' patches
Dexuan Cui [Mon, 13 Jun 2011 07:25:45 +0000 (15:25 +0800)]
recipes: update Upstream-Status for multiple recipes' patches

lttng-ust
gnome-doc-utils

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agotcmode-default: fix PREFERRED_VERSION_gcc-cross-canadian
Dexuan Cui [Mon, 13 Jun 2011 06:59:57 +0000 (14:59 +0800)]
tcmode-default: fix PREFERRED_VERSION_gcc-cross-canadian

[YOCTO #1163]

For some test I need to back to use gcc-4.5, so I changed GCCVERSION and
SDKGCCVERSION to "4.5.1", but I found gcc-cross-canadian's 4.6.0, rather
than 4.5.1, would be built! Finally I made this patch to fix the issue.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
13 years agonativesdk.bbclass: Correct ordering of manipulations
Richard Purdie [Mon, 13 Jun 2011 13:36:12 +0000 (14:36 +0100)]
nativesdk.bbclass: Correct ordering of manipulations

OVERDIDES is the key variable that needs to be set prior to data finalisation.
The other variables should be manipulated after finalisation so any
DEPENDS_prepend and _append are accounted for. This patch ensures this is
the case.

The PACKAGES maniupulations are not enabled at this time as they
don't function 100% correctly yet.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agotask-sdk-host: Add nativesdk to the task name so its clearer what the contents of...
Richard Purdie [Mon, 13 Jun 2011 13:34:31 +0000 (14:34 +0100)]
task-sdk-host: Add nativesdk to the task name so its clearer what the contents of the task represent

This is particularly important since the file doens't use BBCLASSEXTEND
and PN is therefore misleading

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoinitrdscripts: Inhibit compiler/libc dependencies as this is just a configuration...
Richard Purdie [Fri, 10 Jun 2011 08:12:41 +0000 (09:12 +0100)]
initrdscripts: Inhibit compiler/libc dependencies as this is just a configuration file

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosysvinit-inittab: Inhibit compiler/libc dependencies as this is just a configuration...
Richard Purdie [Fri, 10 Jun 2011 08:12:26 +0000 (09:12 +0100)]
sysvinit-inittab: Inhibit compiler/libc dependencies as this is just a configuration file

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoinitscripts: makedevs is no longer used anywhere so drop dependency. Also inhibit...
Richard Purdie [Fri, 10 Jun 2011 08:11:41 +0000 (09:11 +0100)]
initscripts: makedevs is no longer used anywhere so drop dependency. Also inhibit compiler/libc dependencies as they're unused

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopoky-feed-opkg: Disable default toolchain dependencies as these are just configuratio...
Richard Purdie [Fri, 10 Jun 2011 08:10:40 +0000 (09:10 +0100)]
poky-feed-opkg: Disable default toolchain dependencies as these are just configuration files

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agobase-files: Inherit toolchain dependencies as a compiler isn't used
Richard Purdie [Fri, 10 Jun 2011 08:09:53 +0000 (09:09 +0100)]
base-files: Inherit toolchain dependencies as a compiler isn't used

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agousbinit: Inherit allarch as its a generic script
Richard Purdie [Fri, 10 Jun 2011 08:09:14 +0000 (09:09 +0100)]
usbinit: Inherit allarch as its a generic script

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agokeymaps: Inhibit toolchain dependencies as its just configuration files
Richard Purdie [Fri, 10 Jun 2011 08:08:43 +0000 (09:08 +0100)]
keymaps: Inhibit toolchain dependencies as its just configuration files

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoformfactor: Inhibit toolchain dependencies as its just config files
Richard Purdie [Fri, 10 Jun 2011 08:08:18 +0000 (09:08 +0100)]
formfactor: Inhibit toolchain dependencies as its just config files

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopointercal: Inhibit toolchain dependencies as its just config files
Richard Purdie [Fri, 10 Jun 2011 08:08:00 +0000 (09:08 +0100)]
pointercal: Inhibit toolchain dependencies as its just config files

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoRevert "gcc: rebase the patch to avoid patch rejection"
Richard Purdie [Fri, 10 Jun 2011 11:56:29 +0000 (12:56 +0100)]
Revert "gcc: rebase the patch to avoid patch rejection"

This reverts commit c553b3934f45db8a6e77cfc7673787db3cc64f85.

This change clearly breaks builds since subsequent patches
depend on changes this patch removes. Not sure what's going
on here but this change isn't correct.

13 years agogcc: rebase the patch to avoid patch rejection
Nitin A Kamble [Thu, 9 Jun 2011 22:41:22 +0000 (15:41 -0700)]
gcc: rebase the patch to avoid patch rejection

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agonative/nativesdk: Clean up the depends ordering after bitbake override handling updates
Richard Purdie [Thu, 9 Jun 2011 16:56:23 +0000 (17:56 +0100)]
native/nativesdk: Clean up the depends ordering after bitbake override handling updates

This massively cleans up the dependency handling in the two classes
when interacting with BBCLASSEXTEND.

This change has a dependency on the bitbake override handling change
and also the existence of the RecipePreFinalise event.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconf/sanity.conf: Set the minimum bitbake version correctly, we've needed recent...
Richard Purdie [Thu, 9 Jun 2011 21:43:26 +0000 (22:43 +0100)]
conf/sanity.conf: Set the minimum bitbake version correctly, we've needed recent bitbake features for a while

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoimage_types.bbclass: Since we apply the override, look for the standard name variable...
Richard Purdie [Thu, 9 Jun 2011 21:35:07 +0000 (22:35 +0100)]
image_types.bbclass: Since we apply the override, look for the standard name variable, not the override name

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agopseudo: Fix problem related to realpath
Mark Hatle [Thu, 9 Jun 2011 17:06:44 +0000 (12:06 -0500)]
pseudo: Fix problem related to realpath

When pseudo is disabled, certain programs that call realpath may not
work properly.  This was discovered when using the Qt MOC tool when
certain qmake project features are used.

[YOCTO #1150]

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
13 years agoscripts/bitbake: Only build tar-replacement-native when the build system tar version...
Richard Purdie [Thu, 9 Jun 2011 14:07:23 +0000 (15:07 +0100)]
scripts/bitbake: Only build tar-replacement-native when the build system tar version < 1.24

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agocore-image-lsb-sdk: ensure testapps is part of sdk image
Saul Wold [Tue, 7 Jun 2011 22:13:13 +0000 (15:13 -0700)]
core-image-lsb-sdk: ensure testapps is part of sdk image

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agocore-image-sato-sdk: ensure testapps is part of sdk image
Saul Wold [Tue, 7 Jun 2011 22:06:34 +0000 (15:06 -0700)]
core-image-sato-sdk: ensure testapps is part of sdk image

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agotask-core-tools: add mesa-demos to testapps list
Saul Wold [Tue, 7 Jun 2011 22:04:14 +0000 (15:04 -0700)]
task-core-tools: add mesa-demos to testapps list

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agometacity 2.30.3: fix build on GNOME-less hosts and fix packaging
Koen Kooi [Thu, 9 Jun 2011 10:54:00 +0000 (12:54 +0200)]
metacity 2.30.3: fix build on GNOME-less hosts and fix packaging

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosysvinit: split inittab into it's own recipe
Koen Kooi [Thu, 9 Jun 2011 08:16:49 +0000 (10:16 +0200)]
sysvinit: split inittab into it's own recipe

Implements the improvements suggested in the original fix for [YOCTO #1131]

Signed-off-by: <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoconsolekit: update to 0.4.5
Koen Kooi [Thu, 9 Jun 2011 10:53:13 +0000 (12:53 +0200)]
consolekit: update to 0.4.5

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agolibrsvg 2.32.1: fix loader packaging when using gtk >2.20
Koen Kooi [Thu, 9 Jun 2011 11:29:33 +0000 (13:29 +0200)]
librsvg 2.32.1: fix loader packaging when using gtk >2.20

When using the gtk+ from OE-core you would get:

WARNING: the following files were installed but not shipped in any package:
WARNING:   /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agokexec-tools: don't depend on virtual/kernel
Phil Blundell [Thu, 9 Jun 2011 11:58:43 +0000 (12:58 +0100)]
kexec-tools: don't depend on virtual/kernel

There doesn't appear to be any terribly good reason for kexec-tools to
depend on the kernel.  (I verified that kexec-tools is buildable in a
clean TMPDIR without having previously built virtual/kernel.)

Having this dependency in place is a nuisance because it makes it
awkward to put kexec into an initramfs.  So, it seems like we would be
better off without.

Signed-off-by: Phil Blundell <philb@gnu.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agoiproute2: update to 2.6.38
Paul Eggleton [Wed, 8 Jun 2011 13:20:25 +0000 (14:20 +0100)]
iproute2: update to 2.6.38

Fixes "ip route get" not producing any output (a regression in 2.6.35).
See http://marc.info/?l=linux-netdev&m=129442470405398&w=2 and
http://marc.info/?l=linux-netdev&m=130038222321440&w=2 for a list of
other changes since 2.6.35.

Fixes [YOCTO #1006] (reopened)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
13 years agoavahi: fix dbus system-service packaging and move more things to .inc
Koen Kooi [Wed, 8 Jun 2011 12:06:13 +0000 (14:06 +0200)]
avahi: fix dbus system-service packaging and move more things to .inc

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
13 years agodistro_tracking_fields.inc: Fix a incorrect date format
Mei Lei [Thu, 9 Jun 2011 04:42:29 +0000 (12:42 +0800)]
distro_tracking_fields.inc: Fix a incorrect date format

One incorrect date format caused a checking failure in package report system.

Signed-off-by: Mei Lei <lei.mei@intel.com>
13 years agoudev: Fix udevd launch issue after system second boot
Dongxiao Xu [Thu, 9 Jun 2011 00:55:14 +0000 (08:55 +0800)]
udev: Fix udevd launch issue after system second boot

"grep" command will return 1 if nothing is grepped, which will cause
the udevd daemon not working correctly.

This fixes [YOCTO #1146]

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
13 years agopseudo: Update pseudo to 1.1.1 version
Mark Hatle [Thu, 2 Jun 2011 22:15:26 +0000 (17:15 -0500)]
pseudo: Update pseudo to 1.1.1 version

Update both the core and pseudo_git packages to the latest 1.1.1 verison.

This fixes an issues where the call system() was not wrapped.  This could
lead to issues where certain spawned commands broke out of a pseudo-chroot
and created files in the wrong place.

Also the update the 1.0 -> 1.1.1 adds additional capabilities such as
beginning support for MacOS X.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
13 years agodistro_tracking_fields.inc: add pseudo
Mark Hatle [Tue, 7 Jun 2011 00:14:07 +0000 (19:14 -0500)]
distro_tracking_fields.inc: add pseudo

Add pseudo to tracking, with me as the maintainer.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
13 years agobitbake.conf: Create staticdev pacakge for static libraries
Saul Wold [Thu, 26 May 2011 16:13:50 +0000 (09:13 -0700)]
bitbake.conf: Create staticdev pacakge for static libraries

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoinitramfs-live-install: comment out allarch inherit to resolve no provider
Tom Zanussi [Wed, 8 Jun 2011 13:48:11 +0000 (08:48 -0500)]
initramfs-live-install: comment out allarch inherit to resolve no provider

initramfs-live-install is only compatible with i.86|x86_64 so
shouldn't inherit 'allarch'.  This comments it out.

More specifically, commit 52295fa3deef3b0374b99829626d524cefae6001
(Improve handling of 'all' architecture recipes and their interaction
with sstate) sets TARGET_ARCH which due to the COMPATIBLE_HOST setting
in the recipe causes it to be skipped and gives the following error
for any -live build:

NOTE: Resolving any missing task queue dependencies
NOTE: Runtime target 'initramfs-live-install' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['initramfs-live-install']
ERROR: Required build target 'core-image-sato-live' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-sato-live', 'core-ima\
ge-minimal-initramfs', 'initramfs-live-install']
ERROR: Nothing RPROVIDES 'initramfs-live-install'

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Commented out with explaination instead of remove

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agocreate-pull-request: Add URL documentation
Mark Hatle [Mon, 6 Jun 2011 23:17:34 +0000 (18:17 -0500)]
create-pull-request: Add URL documentation

If we can't find the URL, tell the user how to correct the issue.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
13 years agopackage.bbclass: PACKAGELOCK is a shared lock file so inform sstate as such
Richard Purdie [Thu, 9 Jun 2011 14:05:40 +0000 (15:05 +0100)]
package.bbclass: PACKAGELOCK is a shared lock file so inform sstate as such

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agosstate.bbclass: When removing files, take an exclusive lock, even for shared lockfiles
Richard Purdie [Thu, 9 Jun 2011 14:05:02 +0000 (15:05 +0100)]
sstate.bbclass: When removing files, take an exclusive lock, even for shared lockfiles

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agodistro tracking: Manual Updates
Saul Wold [Tue, 7 Jun 2011 06:15:48 +0000 (23:15 -0700)]
distro tracking: Manual Updates

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agodistro tracking: fixup some bad entries
Saul Wold [Mon, 6 Jun 2011 20:51:11 +0000 (13:51 -0700)]
distro tracking: fixup some bad entries

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agoutil-linux: package agetty seperately
Koen Kooi [Mon, 6 Jun 2011 08:39:44 +0000 (10:39 +0200)]
util-linux: package agetty seperately

Some packages like systemd only want agetty to spawn a console and not drag in all of util-linux just for that.

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
13 years agosqlite: remove dependency on tcl-native
Phil Blundell [Fri, 3 Jun 2011 10:40:55 +0000 (11:40 +0100)]
sqlite: remove dependency on tcl-native

Older versions of sqlite required tclsh at compile time but this is no longer
the case with recent 3.7.x.

See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html

Signed-off-by: Phil Blundell <philb@gnu.org>
13 years agolinux-yocto: make e1000e structure common [commit: bec3f1e8c]
Bruce Ashfield [Mon, 6 Jun 2011 15:30:31 +0000 (11:30 -0400)]
linux-yocto: make e1000e structure common [commit: bec3f1e8c]

During work on 1.1 BSPs, some driver options changed. The
result was that the upstream fix b1d670f10e8078485884f0cf7e384d890909aeaa
needs to be available for all BSPs.

These SRCREV updates are the result of making that commit common.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agolinux-yocto: update target/meta SRCREVs
Bruce Ashfield [Fri, 3 Jun 2011 05:05:30 +0000 (01:05 -0400)]
linux-yocto: update target/meta SRCREVs

This SRCREV update picks up the following changes from the
2.6.37 kernel tree:

  - fishriver: create and use a dedicated BSP branch
  - fishriver: usbnet fixes, but common to all boards
  - standard:  update omap baseline match the 2.6.34
               upstream merge content

Built and boot tested on qemu*

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
13 years agodistro tracking: update Qing -> Saul
Saul Wold [Mon, 6 Jun 2011 06:21:33 +0000 (23:21 -0700)]
distro tracking: update Qing -> Saul

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agojson-glib: Update to 0.12.4
Saul Wold [Mon, 6 Jun 2011 06:22:31 +0000 (23:22 -0700)]
json-glib: Update to 0.12.4

Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agodistro-tracking: update openssh, tar, and grep
Scott Garman [Mon, 6 Jun 2011 00:19:57 +0000 (17:19 -0700)]
distro-tracking: update openssh, tar, and grep

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agotar: upgrade to v1.26
Scott Garman [Mon, 6 Jun 2011 00:11:12 +0000 (17:11 -0700)]
tar: upgrade to v1.26

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agogrep: upgrade to v2.8
Scott Garman [Mon, 6 Jun 2011 00:02:39 +0000 (17:02 -0700)]
grep: upgrade to v2.8

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agoopenssh: upgrade to v5.8p2
Scott Garman [Sun, 5 Jun 2011 23:39:32 +0000 (16:39 -0700)]
openssh: upgrade to v5.8p2

LICENCE checksum updated due to a one-line change in the file (RedHat
was added as a copyright holder).

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agodistro-tracking: updates
Scott Garman [Sat, 4 Jun 2011 18:03:21 +0000 (11:03 -0700)]
distro-tracking: updates

Update the distro tracking fields for:

* apmd
* at
* blktool
* cpio
* dosfstools
* gzip
* libatomics-ops
* shadow

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agotzcode: Update to 2011g
Saul Wold [Fri, 3 Jun 2011 21:57:17 +0000 (14:57 -0700)]
tzcode: Update to 2011g

[YOCTO #1080]

Thanks to ilkka.tengvall@nsn.com

Cc: ilkka.tengvall@nsn.com
Signed-off-by: Saul Wold <sgw@linux.intel.com>
13 years agopackage_rpm.bbclass: make RPM use on-disk permissions
Scott Garman [Fri, 20 May 2011 00:26:49 +0000 (17:26 -0700)]
package_rpm.bbclass: make RPM use on-disk permissions

Instruct RPM to use the on-disk permissions, owners, groups,
and directory permissions, instead of defaulting to root:root

Code changes suggested by Mark Hatle.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agobitbake.conf: set PSEUDO_PASSWD within FAKEROOTENV
Scott Garman [Thu, 19 May 2011 17:35:40 +0000 (10:35 -0700)]
bitbake.conf: set PSEUDO_PASSWD within FAKEROOTENV

PSEUDO_PASSWD needs to point to the directory where passwd and group
files are kept. This will allow pseudo to use those users and groups
to change file ownership.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agobase-passwd: populate the target sysroot with passwd/group/login.defs
Scott Garman [Thu, 12 May 2011 03:04:33 +0000 (20:04 -0700)]
base-passwd: populate the target sysroot with passwd/group/login.defs

The passwd, group, and login.defs files in the target sysroot will
be used when recipes create custom user and group permissions in
their packages.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agoshadow: add a -native recipe with customized utilities
Scott Garman [Tue, 10 May 2011 06:02:39 +0000 (23:02 -0700)]
shadow: add a -native recipe with customized utilities

This adds a -native recipe for the shadow utilities.

The custom --root option allows the the following utilities to be
run within a chroot when invoked under pseudo:

* useradd
* groupadd
* usermod
* groupmod
* userdel
* groupdel
* passwd
* gpasswd
* pwconv
* pwunconv
* grpconv
* grpunconv

They can then be used to manipulate user and group account information
in target sysroots.

useradd was also modified to create home directories recursively when
necessary.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agoshadow: recipe and patch cleanup
Scott Garman [Fri, 3 Jun 2011 17:33:09 +0000 (10:33 -0700)]
shadow: recipe and patch cleanup

Taking over maintenance of the shadow recipe. Cleaning it up in
preparation of adding a -native version that will be used to add
users/groups during preinstall.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
13 years agogcc-package-cross: also install the symlinks in libexec with target prefix
Phil Blundell [Fri, 3 Jun 2011 11:30:11 +0000 (12:30 +0100)]
gcc-package-cross: also install the symlinks in libexec with target prefix

.. since this is where collect2 seems to look for them.  This seems like
it is really a bug in collect2, but installing the symlinks is an easy
workaround.  Without this you get "could not find ld" errors when using -flto.

Signed-off-by: Phil Blundell <philb@gnu.org>
13 years agoxf86-driver-common.inc: remove .la files to avoid unpackaged warning
Otavio Salvador [Thu, 2 Jun 2011 13:52:34 +0000 (13:52 +0000)]
xf86-driver-common.inc: remove .la files to avoid unpackaged warning

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agognutls: add p11tool into gnutls-bin
Otavio Salvador [Thu, 2 Jun 2011 16:41:08 +0000 (16:41 +0000)]
gnutls: add p11tool into gnutls-bin

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agognutls: use INC_PR on 2.12.5 version recipe
Otavio Salvador [Thu, 2 Jun 2011 16:37:48 +0000 (16:37 +0000)]
gnutls: use INC_PR on 2.12.5 version recipe

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
13 years agobase.bbclass: add cleansstate task between clean and cleanall
Martin Jansa [Thu, 2 Jun 2011 18:56:04 +0000 (20:56 +0200)]
base.bbclass: add cleansstate task between clean and cleanall

* sometimes it's usefull to remove only sstate cache and keep downloaded sources for rebuild

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
13 years agoutil-linux_2.19.1.bb: Fix compliation on uclibc
Khem Raj [Thu, 2 Jun 2011 19:45:26 +0000 (12:45 -0700)]
util-linux_2.19.1.bb: Fix compliation on uclibc

util-linux 2.19 needs this patch to successfully
compile on uclibc systems. This is a bug in util-linux
that goes unnoticed on eglibc builds.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agoallarch.bbclass: Define BASE_PACKAGE_ARCH = "all"
Khem Raj [Thu, 2 Jun 2011 19:45:25 +0000 (12:45 -0700)]
allarch.bbclass: Define BASE_PACKAGE_ARCH = "all"

If not overridden it gets the value which is for target recipes
usually defined in machine tune files

Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 years agobison: upgrade from 2.4.3 to 2.5
Nitin A Kamble [Mon, 23 May 2011 22:40:04 +0000 (15:40 -0700)]
bison: upgrade from 2.4.3 to 2.5

This version of bison needs m4 1.4.16 or newer

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agoautoconf: upgrade from 2.65 to 2.68
Nitin A Kamble [Tue, 24 May 2011 16:38:17 +0000 (09:38 -0700)]
autoconf: upgrade from 2.65 to 2.68

And rebase the patches to the newer code.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agom4: upgrade from 1.4.15 to 1.4.16
Nitin A Kamble [Tue, 24 May 2011 16:22:36 +0000 (09:22 -0700)]
m4: upgrade from 1.4.15 to 1.4.16

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
13 years agoqmake_base.bbclass: fix lrelease/lupdate binary names
Otavio Salvador [Wed, 1 Jun 2011 20:09:54 +0000 (20:09 +0000)]
qmake_base.bbclass: fix lrelease/lupdate binary names

To support translation, qmake based projects usually call lrelease and
lupdate however OE changes the binary names so this needs some mangle
to work out of box.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 years agogettext: Add DEPENDS on git-native
Richard Purdie [Thu, 2 Jun 2011 17:22:33 +0000 (18:22 +0100)]
gettext: Add DEPENDS on git-native

There are tools within gettext that make use of git, crazy as it may
seem so we have to ensure a recent version of git is available.

It could be worse, it could be the (deprecated) cvs alternative in
the code.

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