openembedded.git
15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Tue, 25 Aug 2009 15:19:58 +0000 (08:19 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agogdb: Make 6.8 packages match regarding patches and license
Holger Hans Peter Freyther [Tue, 25 Aug 2009 12:42:40 +0000 (20:42 +0800)]
gdb: Make 6.8 packages match regarding patches and license

6.8 was the first release to use GPLv3+, make sure the license
is set correctly. Also make sure the karmic compile fix is applied
for everyone.

15 years agooprofile-0.9.5: Add oprofile version 0.9.5
Holger Hans Peter Freyther [Tue, 25 Aug 2009 12:13:03 +0000 (20:13 +0800)]
oprofile-0.9.5: Add oprofile version 0.9.5

We can drop the other two patches as they have been applied.

15 years agoopenssh: make openssh-keygen conflict with ssh-keygen (old name of it)
Marcin Juszkiewicz [Tue, 25 Aug 2009 11:39:19 +0000 (13:39 +0200)]
openssh: make openssh-keygen conflict with ssh-keygen (old name of it)

Should fix situation after e05310f4958ba6c73488d398325670704401ee70 commit.

Before:

 * Package openssh-keygen wants to install file /usr/bin/ssh-keygen
        But that file is already provided by package  * ssh-keygen

After:

 * ERROR: The following packages conflict with openssh-keygen:
         *  ssh-keygen *

15 years agolibmusicbrainz: Add version 3.0.2 and fix link error
Holger Hans Peter Freyther [Tue, 25 Aug 2009 10:47:57 +0000 (18:47 +0800)]
libmusicbrainz: Add version 3.0.2 and fix link error

With gcc 4.3 stdc++ symbols leak into the library. One way to
solve it is to use a custom linker script, another one is to
just point gcc to the c++ library. The second option is used
here right now.

15 years agooctave: fix QA issues
Koen Kooi [Tue, 25 Aug 2009 10:21:17 +0000 (12:21 +0200)]
octave: fix QA issues

15 years agognome-games: fix previous bad patch -I/SDL error
Roger Monk [Mon, 24 Aug 2009 21:00:51 +0000 (22:00 +0100)]
gnome-games: fix previous bad patch -I/SDL error

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Tue, 25 Aug 2009 04:08:53 +0000 (21:08 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agonano: add v2.0.9
Evan Doiron [Mon, 24 Aug 2009 15:07:08 +0000 (11:07 -0400)]
nano: add v2.0.9

Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agodmidecode: add v2.10
Evan Doiron [Mon, 24 Aug 2009 14:55:08 +0000 (10:55 -0400)]
dmidecode: add v2.10

Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Khem Raj [Mon, 24 Aug 2009 21:19:21 +0000 (14:19 -0700)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agopatch.bbclass: Add "git" patchtool mechanism, which uses git-apply
Dale Farnsworth [Wed, 8 Jul 2009 20:47:18 +0000 (13:47 -0700)]
patch.bbclass: Add "git" patchtool mechanism, which uses git-apply

It can be selected by setting PATCHTOOL = "git".

This is useful because git-apply honors the permissions information
produced by git-format-patch.

Signed-off-by: Dale Farnsworth <dfarnsworth@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Stanislav Brabec [Mon, 24 Aug 2009 21:15:04 +0000 (21:15 +0000)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agosubversion: Updated to version 1.6.5. Deleted old unused versions.
Stanislav Brabec [Mon, 24 Aug 2009 21:13:14 +0000 (21:13 +0000)]
subversion: Updated to version 1.6.5. Deleted old unused versions.

15 years agokernel.bbclass: Set EXTRA_OEMAKE to null for kernel
Dale Farnsworth [Tue, 21 Jul 2009 18:32:21 +0000 (11:32 -0700)]
kernel.bbclass: Set EXTRA_OEMAKE to null for kernel

Currently the only thing in EXTRA_OEMAKE is '-e MAKEFLAGS='.  We don't
want to overide the kernel's Makefile variables from the environment.
It caused the passed -j<N> parameter from PARALLEL_MAKE to be ignored.

Signed-off-by: Dale Farnsworth <dfarnsworth@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
15 years agokernel.bbclass: Install & package symvers as /boot/Module.symvers-<ver>.
Chris Larson [Tue, 28 Jul 2009 19:29:51 +0000 (12:29 -0700)]
kernel.bbclass: Install & package symvers as /boot/Module.symvers-<ver>.

Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Michael Smith <msmith@cbnco.com>
15 years agobitbake.conf: Add export for cross NM.
Jeremy Puhlman [Fri, 3 Apr 2009 22:49:06 +0000 (15:49 -0700)]
bitbake.conf: Add export for cross NM.

When not providing a cross nm, the configure for libtool-cross falls back to
the system nm. This can lead to empty "global_symbol_pipe" and
"global_symbol_to_cdeclvarble" variables in the generated libtool script.

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agodistutils-common-base.bbclass: only raise missing python-native error if python-nativ...
Chris Larson [Tue, 16 Jun 2009 17:32:23 +0000 (10:32 -0700)]
distutils-common-base.bbclass: only raise missing python-native error if python-native isn't in DEPENDS.

Signed-off-by: Chris Larson <clarson@mvista.com>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
15 years agolinux-omap 2.6.29: update holes patch, make iommu modular for beagle
Koen Kooi [Mon, 24 Aug 2009 18:25:59 +0000 (20:25 +0200)]
linux-omap 2.6.29: update holes patch, make iommu modular for beagle

15 years agoxorg-xserver-common: pass --enable-glx-tls
Michael Smith [Mon, 13 Jul 2009 19:27:48 +0000 (15:27 -0400)]
xorg-xserver-common: pass --enable-glx-tls

Uses the same inherit as mesa-dri, so they both get the same answer.

Also switch to INC_PR.

Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agomesa-dri: move tls configure logic to a class
Michael Smith [Mon, 13 Jul 2009 19:07:18 +0000 (15:07 -0400)]
mesa-dri: move tls configure logic to a class

Will allow reuse by xorg-xserver.

Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agomesa-dri: set PACKAGE_ARCH to ${MACHINE}
Michael Smith [Mon, 13 Jul 2009 18:59:40 +0000 (14:59 -0400)]
mesa-dri: set PACKAGE_ARCH to ${MACHINE}

${MACHINE_DRI_MODULES} is passed to configure, so the package output
depends on MACHINE. As foretold by commit f06119fc :)

Also switch to INC_PR and fix built of mesa-xprogs when prefix != /usr.

Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agosugar-base: fixed renamed dependency openssh-keygen
Elena Grandi [Mon, 24 Aug 2009 15:19:55 +0000 (17:19 +0200)]
sugar-base: fixed renamed dependency openssh-keygen

15 years agolibecj-bootstrap 3.5: Set DEFAULT_PREFERENCE to -1.
Robert Schuster [Mon, 24 Aug 2009 09:29:07 +0000 (11:29 +0200)]
libecj-bootstrap 3.5: Set DEFAULT_PREFERENCE to -1.

15 years agoxapian-core: moved common lines in xapian-core.inc
Elena Grandi [Mon, 24 Aug 2009 08:37:44 +0000 (10:37 +0200)]
xapian-core: moved common lines in xapian-core.inc

15 years agolinux-2.6.24: enable initrd support for hipox machine
Steffen Sledz [Mon, 24 Aug 2009 08:13:14 +0000 (10:13 +0200)]
linux-2.6.24: enable initrd support for hipox machine

15 years agosugar-datastore: added runtime dependency on the xapian bindings
Elena Grandi [Mon, 24 Aug 2009 08:01:22 +0000 (10:01 +0200)]
sugar-datastore: added runtime dependency on the xapian bindings

15 years agoxapian-bindings-python: new recipe
Elena Grandi [Mon, 24 Aug 2009 08:00:03 +0000 (10:00 +0200)]
xapian-bindings-python: new recipe

15 years agoxapian-core: updated to version 1.0.14
Elena Grandi [Mon, 24 Aug 2009 07:52:10 +0000 (09:52 +0200)]
xapian-core: updated to version 1.0.14

15 years agobase.bbclass: Replace os.system with subprocess call.
Khem Raj [Mon, 24 Aug 2009 02:24:57 +0000 (19:24 -0700)]
base.bbclass: Replace os.system with subprocess call.

Often gzip is reporting broken pipe errors with do_unpack of
tar.gz files.

If you use the commands described above to extract a tar.gz file, gzip
sometimes emits a Broken pipe error message. This can safely be ignored
if tar extracted all files without any other error message.

We do not let python install its SIGPIPE handler and use subprocess call
to invoke the command.

This is based on the following python bug report.
http://bugs.python.org/issue1652

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agosane-toolchain: Define eglibc PREFERRED_VERSIONS
Khem Raj [Sun, 23 Aug 2009 07:44:24 +0000 (00:44 -0700)]
sane-toolchain: Define eglibc PREFERRED_VERSIONS

Set preferred versions for eglibc to be 2.10.
Bump up uclibc PREFERRED_VERSION to 0.9.30.1
and for uclibc add more PREFERRED_PROVIDERS.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agomicro: Use eglibc as default lib if LIBC is not set.
Khem Raj [Sun, 23 Aug 2009 07:37:47 +0000 (00:37 -0700)]
micro: Use eglibc as default lib if LIBC is not set.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agominimal, sane-toolchain: Use eglibc if LIBC is not selected.
Khem Raj [Sun, 23 Aug 2009 07:34:30 +0000 (00:34 -0700)]
minimal, sane-toolchain: Use eglibc if LIBC is not selected.

Currently we fall back to glibc if LIBC is not set.
We now will use eglibc as default lib for minimal
and sane-toolchain

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agou-boot_git.bb: Dont reset machine SRC_URIs by using common SRC_URI.
Khem Raj [Sun, 23 Aug 2009 07:28:51 +0000 (00:28 -0700)]
u-boot_git.bb: Dont reset machine SRC_URIs by using common SRC_URI.

We have this SRC_URI which forces bitbake to abandon the machine
specific SRC_URI override if it happens to be before this in
parse order. Anyway this SRC_URI is not needed too.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agonet-snmp.inc: Fix typo in staging paths
Evan Doiron [Fri, 14 Aug 2009 13:37:15 +0000 (09:37 -0400)]
net-snmp.inc: Fix typo in staging paths

Signed-off-by: Evan Doiron <edoiron@cbnco.com>
Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agokernel.bbclass: stage more include files for x86 in 2.6.27+
Michael Smith [Wed, 6 May 2009 03:38:35 +0000 (03:38 +0000)]
kernel.bbclass: stage more include files for x86 in 2.6.27+

Some packages include <linux/types.h>, which requires <asm/types.h>.
Supplement b6220af33a70d96345dea130005ce842eeadfdf5 to copy files
from arch/x86/include/asm to include/asm-x86.

Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
15 years agokrb5: Disable tcl in configuration in order to avoid pulling in host includes.
Florian Boor [Wed, 19 Aug 2009 16:20:08 +0000 (18:20 +0200)]
krb5: Disable tcl in configuration in order to avoid pulling in host includes.

15 years agoquagga: add version 0.99.14
Roman I Khimov [Fri, 21 Aug 2009 04:22:26 +0000 (08:22 +0400)]
quagga: add version 0.99.14

15 years agogcc: fix libstdc/libgcc packaging on x86_64
Michael Smith [Wed, 12 Aug 2009 04:24:22 +0000 (00:24 -0400)]
gcc: fix libstdc/libgcc packaging on x86_64

do_install was looking under ${D}/some long cross path/*/lib;
needs to be lib64 on x86_64. On x86_64 base_libdir would be set to
/lib64, so we can go by that.

Bump INC_PR for recent gccs: 4.1.2, 4.2.[34], 4.3.[34], 4.4.1.

Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agoglibc: fix hardcoded /sbin/ldconfig path
Michael Smith [Tue, 18 Aug 2009 03:51:25 +0000 (23:51 -0400)]
glibc: fix hardcoded /sbin/ldconfig path

Put it in ${base_sbindir} instead of /sbin. Bump INC_PR to r34.

Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agohicolor-icon-theme: don't inherit gnome
Michael Smith [Fri, 10 Jul 2009 19:05:01 +0000 (15:05 -0400)]
hicolor-icon-theme: don't inherit gnome

inherit autotools and gtk-icon-cache instead, so the theme doesn't
depend on gconf.

Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agotar: inherit gettext & use a .inc to avoid duplicated metadata.
Chris Larson [Tue, 11 Aug 2009 18:16:09 +0000 (11:16 -0700)]
tar: inherit gettext & use a .inc to avoid duplicated metadata.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agofso-abyss | libgsm0710 | libgsm0710mux: catch up PV with upstream
Michael 'Mickey' Lauer [Thu, 20 Aug 2009 15:48:49 +0000 (17:48 +0200)]
fso-abyss | libgsm0710 | libgsm0710mux: catch up PV with upstream

15 years agoRevert "ncurses: don't use libtool."
Chris Larson [Thu, 20 Aug 2009 15:41:55 +0000 (08:41 -0700)]
Revert "ncurses: don't use libtool."

This reverts commit f9b6fb8272850ebb1a001f6f055df8a3c74733fd.

Apparently the change to not use libtool causes failures on some machines, but
not others.  Will investigate further.

15 years agolinux-2.6.24: use kernel module for SATA disks at hipox machine
Steffen Sledz [Thu, 20 Aug 2009 12:13:36 +0000 (14:13 +0200)]
linux-2.6.24: use kernel module for SATA disks at hipox machine

15 years agosystem-tools-backends: add 2.6.1
Steve Sakoman [Wed, 19 Aug 2009 17:45:42 +0000 (10:45 -0700)]
system-tools-backends: add 2.6.1

15 years agochecksums.ini: add missing entry for libcanberra 0.14
Steve Sakoman [Wed, 19 Aug 2009 17:13:35 +0000 (10:13 -0700)]
checksums.ini: add missing entry for libcanberra 0.14

15 years agognome-keyring: add missing dependency on libpam
Steve Sakoman [Thu, 20 Aug 2009 08:58:10 +0000 (10:58 +0200)]
gnome-keyring: add missing dependency on libpam

15 years agogthumb: add 2.10.11
Steve Sakoman [Wed, 19 Aug 2009 15:04:29 +0000 (08:04 -0700)]
gthumb: add 2.10.11

15 years agoliboobs: add 2.22.0
Steve Sakoman [Wed, 19 Aug 2009 14:58:33 +0000 (07:58 -0700)]
liboobs: add 2.22.0

15 years agoopkg: Add opkg to FILESPATHPKG.
Khem Raj [Thu, 20 Aug 2009 06:30:40 +0000 (23:30 -0700)]
opkg: Add opkg to FILESPATHPKG.

Otherwise it does not find patches stored under opkg directory

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agowireless-tools.inc: Change first use of SRC_URI from += to =
Jeremy Puhlman [Sun, 5 Apr 2009 14:08:51 +0000 (07:08 -0700)]
wireless-tools.inc: Change first use of SRC_URI from += to =

Since wireless-tools.inc is included at the top of the recipe it should clear
SRC_URI.

Without this, SRC_URI contains the recipe file, which in turn gets
installed in to the work area. When using BBPATH to set BBFILES,
this causes an error on subsequent parsing due to wireless-tools.inc
does not get copied with the recipe and is not found.

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agogettext: Correct autoconf-lib-link code to defer to the compiler's library search...
Jeremy Puhlman [Fri, 17 Apr 2009 23:02:58 +0000 (16:02 -0700)]
gettext: Correct autoconf-lib-link code to defer to the compiler's library search paths.

Ultimately we should have --with-<lib> and --without-<lib> for everything,
however if a recipie does not the suspect code wanders through the host system
searching for a working library. OE takes great pains to set that all up, lets
let it decide the right library.

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoopkg: explicitly clean up the opkg-intercept dirs rather than rm -rf.
Chris Larson [Wed, 22 Jul 2009 22:39:37 +0000 (15:39 -0700)]
opkg: explicitly clean up the opkg-intercept dirs rather than rm -rf.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoopkg: use INC_PR.
Chris Larson [Wed, 19 Aug 2009 22:04:47 +0000 (15:04 -0700)]
opkg: use INC_PR.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agort-tests: fix GNU_HASH QA error
Denys Dmytriyenko [Wed, 19 Aug 2009 22:09:52 +0000 (18:09 -0400)]
rt-tests: fix GNU_HASH QA error

15 years agosrc_distribute_local: Change cp -f to cp -fr to account for directories.
Jeremy Puhlman [Tue, 16 Jun 2009 23:53:41 +0000 (16:53 -0700)]
src_distribute_local: Change cp -f to cp -fr to account for directories.

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agosrc_distribute: force do_fetch execution in do_distribute_sources.
Chris Larson [Thu, 7 May 2009 20:37:09 +0000 (13:37 -0700)]
src_distribute: force do_fetch execution in do_distribute_sources.

Works around src_distribute failures with the use of packaged staging.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agosrc_distribute*.bbclass: cleanup, revamp parts, distribute all sources.
Chris Larson [Thu, 28 May 2009 22:27:31 +0000 (15:27 -0700)]
src_distribute*.bbclass: cleanup, revamp parts, distribute all sources.

- Kill the big shell function with the case statement used in _local in
  favor of a set of bitbake variables, with the appropriate one selected
  as SRC_DISTRIBUTECOMMAND.
- Add and use SRC_DISTRIBUTE_DLONLY to toggle distribution of all sources
  versus just those downloaded to DL_DIR.  This variable expects to be set
  to an integer, anything but 0 will enable dlonly operation.  This is
  disabled by default.
- Add a more sanely named distribute_sources_all, and make distsrcall
  depend on it, for compatibility.
- By default, distributes the sources into
  ${SRC_DISTRIBUTEDIR}/${LIC}/${PN}/.
- Move some _local specific bits, like use of SRC_DISTRIBUTEDIR, out of
  the main class.
- Set a "LIC" var along with the "SRC" when running SRC_DISTRIBUTECOMMAND,
  to facilitate the above.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoncurses: don't use libtool.
Chris Larson [Thu, 30 Apr 2009 17:42:07 +0000 (10:42 -0700)]
ncurses: don't use libtool.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agodevshell.bbclass: set a default for XAUTHORITY and export DBUS_SESSION_BUS_ADDRESS.
Chris Larson [Wed, 15 Jul 2009 18:00:27 +0000 (11:00 -0700)]
devshell.bbclass: set a default for XAUTHORITY and export DBUS_SESSION_BUS_ADDRESS.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agopackage_rpm: don't run against native/cross recipes, explicitly
Chris Larson [Thu, 18 Jun 2009 19:41:50 +0000 (12:41 -0700)]
package_rpm: don't run against native/cross recipes, explicitly

In the past, it only avoided adding the rpm-native/fakeroot-native deps if
PACKAGES is empty, but unfortunately some native recipes have PACKAGES set to
non-empty, so let's explicitly check for native/cross.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agodistro-version: new general recipe, based on angstrom-version.
Chris Larson [Wed, 19 Aug 2009 21:24:19 +0000 (14:24 -0700)]
distro-version: new general recipe, based on angstrom-version.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agocollections.inc: sync with MVL6.
Chris Larson [Wed, 19 Aug 2009 21:49:02 +0000 (14:49 -0700)]
collections.inc: sync with MVL6.

- Gather info on the collections into COLLECTIONSINFO.
- Store the collection info for the current file in COLLECTIONINFO.
- Add has_collection() and get_collection() utility functions.
- Make collection_unpack pass back the collection name.
- Just use != rather than symmetric_difference on the set comparision.
- Set PYTHONPATH for the bitbake re-execution.
- Make the 'Using existing' message use bb.debug.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agosyslinux: upgrade to 3.82 and split into a few packages
Michael Smith [Mon, 17 Aug 2009 00:21:10 +0000 (20:21 -0400)]
syslinux: upgrade to 3.82 and split into a few packages

3.63 is no longer available.

Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agosite/common-linux: centralize bash configure vars
Michael Smith [Mon, 17 Aug 2009 22:18:39 +0000 (18:18 -0400)]
site/common-linux: centralize bash configure vars

If the other site files are accurate, almost all of the bash vars
are universal across Linux.

Did this to fix bash on x86_64. Also bump bash PRs to help track
breakage later.

Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Tom Rini <trini@embeddedalley.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
15 years agosite/x86_64-linux: Add some vars from ix86-common
Michael Smith [Fri, 7 Aug 2009 21:17:42 +0000 (17:17 -0400)]
site/x86_64-linux: Add some vars from ix86-common

ix86-common had a few updates in the past couple of years; bring
them to x86_64.

Some of these could probably be moved to common-glibc.

Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
Stanislav Brabec [Wed, 19 Aug 2009 20:56:07 +0000 (20:56 +0000)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev

15 years agoswfdec: Fixed dependencies and package splitting. Disabled static. Packaged stable...
Stanislav Brabec [Wed, 19 Aug 2009 20:52:28 +0000 (20:52 +0000)]
swfdec: Fixed dependencies and package splitting. Disabled static. Packaged stable 0.8.2.

15 years agobase.bbclass: catch bb.MalformedUrl in do_fetch.
Chris Larson [Tue, 7 Jul 2009 22:19:07 +0000 (15:19 -0700)]
base.bbclass: catch bb.MalformedUrl in do_fetch.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoLet the distro control whether we include hostap or madwifi.
Chris Larson [Fri, 10 Jul 2009 18:27:31 +0000 (11:27 -0700)]
Let the distro control whether we include hostap or madwifi.

- Add base_ifelse convenience function to base.bbclass.
- Replace all conditionals in the recipes relating to hostap and madwifi to
  look for their name in COMBINED_FEATURES rather than looking for specific buses (pci, pcmcia).
- Change the default COMBINED_FEATURES to enable:
  - madwifi, when:
    - distro has pci, wifi, and madwifi in its features
    - machine has pci in its features
  - hostap, when:
    - 'wifi' and 'hostap' are in distro features
    - either 'pci' or 'pcmcia' are in both distro and machine features

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agolinux-2.6.30: calamari/defconfig CONFIG_WIRELESS_EXT=y for madwifi.
Leon Woestenberg [Wed, 19 Aug 2009 19:53:18 +0000 (21:53 +0200)]
linux-2.6.30: calamari/defconfig CONFIG_WIRELESS_EXT=y for madwifi.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
15 years agoangstrom-2008.1.conf: Prefer util-linux-ng over util-linux.
Stanislav Brabec [Wed, 19 Aug 2009 19:52:24 +0000 (19:52 +0000)]
angstrom-2008.1.conf: Prefer util-linux-ng over util-linux.

15 years agoutil-linux-ng: Fixed empty packages. Provide util-linux.
Stanislav Brabec [Wed, 19 Aug 2009 19:47:54 +0000 (19:47 +0000)]
util-linux-ng: Fixed empty packages. Provide util-linux.

15 years agoopenssl: Add linux-gnuspe-powerpc to openssl.inc target list.
Leon Woestenberg [Wed, 19 Aug 2009 18:42:21 +0000 (20:42 +0200)]
openssl: Add linux-gnuspe-powerpc to openssl.inc target list.

15 years agoangstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines.
Leon Woestenberg [Wed, 19 Aug 2009 14:16:25 +0000 (16:16 +0200)]
angstrom-eglibc: TARGET_OS = linux-gnuspe for specific powerpc machines.

Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
15 years agoopenssh 5.2p1: remove DEFAULT_PREFERENCE = "-1"
Michael Smith [Tue, 4 Aug 2009 14:28:14 +0000 (10:28 -0400)]
openssh 5.2p1: remove DEFAULT_PREFERENCE = "-1"

This version has been working well on x86.

Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agoopenssh.inc: cleanup
Michael Smith [Wed, 8 Jul 2009 22:31:35 +0000 (18:31 -0400)]
openssh.inc: cleanup

Because of leading slashes in FILES_*, some files were being installed
twice: e.g. /etc/ssh/moduli was in both openssh and openssh-sshd. Now
openssh is an empty metapackage, which I think was the plan.

Other cleanups:
* switch to INC_PR
* remove dangling slogin symlink to ssh to fix warning
* remove FILES_openssh-dbg line, which had a syntax error and doesn't
  appear necessary to keep debug out of the openssh-misc package anymore.
* rename package ssh-keygen to openssh-keygen for consistency
* use ${PN} in variable names

Tested with 5.2p1.

Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agogpsd: Disabled parallel build as it sometimes fail.
Stanislav Brabec [Wed, 19 Aug 2009 14:13:13 +0000 (14:13 +0000)]
gpsd: Disabled parallel build as it sometimes fail.

15 years agooe-checksums-sorter.py: speed up about 4X using a hash
Michael Smith [Sat, 27 Jun 2009 21:23:33 +0000 (17:23 -0400)]
oe-checksums-sorter.py: speed up about 4X using a hash

OK, this saves a grand total of one second a few times a week, but it
was bugging me...

Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agosource-checker: usability tweaks
Michael Smith [Sat, 27 Jun 2009 21:12:01 +0000 (17:12 -0400)]
source-checker: usability tweaks

checksum sorter, source checker:
* exit(1) on failure;
* send errors to stderr;
* make executable

checksum sorter:
* read from stdin if no arg;
* accept --inplace option to read and write from the same file;
* check that input file exists as ConfigParser.read() doesn't treat
  missing files as an error.

Signed-off-by: Michael Smith <msmith@cbnco.com>
15 years agobase.bbclass: introduce OE source mirror network as last resort for do_fetch
Rolf Leggewie [Fri, 14 Aug 2009 14:01:10 +0000 (16:01 +0200)]
base.bbclass: introduce OE source mirror network as last resort for do_fetch

Updating recipes and checksums.ini for vanishing upstream hosts or simple
restructuring can quickly become a chore for OE devs if taken seriously.
The OE user experience suffers severely when at any given point in time
4 to 5 recipes on average fail do_fetch for a simple image.

The solution is for OE to provide its own caching of upstream sources.
mirrors.openembedded.org is a swarm of possibly incomplete source mirrors
provided by the community and load-balanced via DNS round robin.  They
act as a first line of defense and lower bandwidth load on melo which
hosts sources.openembedded.org.  The melo mirror aims to have a complete
copy of free-to-publish sources used by the current org.oe.dev branch.

More information at http://wiki.openembedded.net/index.php/Sources_mirror

Acked-by: Holger Freyther <zecke@selfish.org>
Acked-by: Chris Larson <clarson@kergoth.com>
15 years agominimal.conf: build opie 1.2.4
Rolf Leggewie [Sun, 16 Aug 2009 17:34:18 +0000 (19:34 +0200)]
minimal.conf: build opie 1.2.4

15 years agoatk: add 1.27.90
Steve Sakoman [Wed, 19 Aug 2009 05:31:33 +0000 (22:31 -0700)]
atk: add 1.27.90

15 years agognome-desktop: fix path to python binary in the gnome-about script
Steve Sakoman [Wed, 19 Aug 2009 05:27:44 +0000 (22:27 -0700)]
gnome-desktop: fix path to python binary in the gnome-about script

15 years agoiozone3: fix GNU_HASH related build failure
Steve Sakoman [Wed, 19 Aug 2009 04:47:29 +0000 (21:47 -0700)]
iozone3: fix GNU_HASH related build failure

15 years agoxcalibrate: Removed old recipe replaced by libxcalibrate.
Stanislav Brabec [Tue, 18 Aug 2009 20:01:11 +0000 (20:01 +0000)]
xcalibrate: Removed old recipe replaced by libxcalibrate.

15 years agoxcalibrateext: Removed old recipe replaced by calibrateproto.
Stanislav Brabec [Tue, 18 Aug 2009 19:59:27 +0000 (19:59 +0000)]
xcalibrateext: Removed old recipe replaced by calibrateproto.

15 years agotask-mamona.bb, xtscal.inc: DEPEND on libxcalibrate instead of xcalibrate.
Stanislav Brabec [Tue, 18 Aug 2009 19:56:49 +0000 (19:56 +0000)]
task-mamona.bb, xtscal.inc: DEPEND on libxcalibrate instead of xcalibrate.

15 years agocalibrateproto: Added symlink to provide old package pkgconfig name.
Stanislav Brabec [Tue, 18 Aug 2009 19:55:00 +0000 (19:55 +0000)]
calibrateproto: Added symlink to provide old package pkgconfig name.

15 years agocalibrateproto: Use increment-able PV format as other git version recipes do.
Stanislav Brabec [Tue, 18 Aug 2009 18:42:43 +0000 (18:42 +0000)]
calibrateproto: Use increment-able PV format as other git version recipes do.

15 years agolibxcalibrate: Use increment-able PV format as other git version recipes do.
Stanislav Brabec [Tue, 18 Aug 2009 18:40:27 +0000 (18:40 +0000)]
libxcalibrate: Use increment-able PV format as other git version recipes do.

15 years agomtools: don't install-info; fixes build on non-Debian hosts
Michael Smith [Mon, 17 Aug 2009 03:29:02 +0000 (03:29 +0000)]
mtools: don't install-info; fixes build on non-Debian hosts

The install-info installed into staging by dpkg-native looks for
/var/backups/infodir.bak and /usr/share/base-files/info.dir on
the build system. On Debian/Ubuntu this is benign, but on other
distros these files don't exist and the install fails.

The info file is still installed, we just don't try to rebuild the
nonexistent directory.

There are cleaner ways to solve this in the long run:

http://dev.openbossa.org/trac/mamona/ticket/139

Signed-off-by: Michael Smith <msmith@cbnco.com>
Signed-off-by: Holger Freyther <zecke@selfish.org>
15 years agonasm: fix COMPATIBLE_HOST to match any vendor
Michael Smith [Mon, 17 Aug 2009 03:29:01 +0000 (03:29 +0000)]
nasm: fix COMPATIBLE_HOST to match any vendor

On x86_64, it was looking for x86_64-linux, not x86_64-blah-linux;
it broke the build for syslinux if a BUILD_VENDOR was set.

Signed-off-by: Michael Smith <msmith@cbnco.com>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agopackage_tar.bbclass: Do not set IMAGE_PKGTYPE to unbreak parsing
Holger Hans Peter Freyther [Mon, 17 Aug 2009 13:41:48 +0000 (15:41 +0200)]
package_tar.bbclass: Do not set IMAGE_PKGTYPE to unbreak parsing

image.bbclass is trying to inherit package_${IMAGE_PKGTYPE} and
this will fail because a rootfs_tar.bbclass doesn't exist. When
planning to build images one needs to inherit package_ipk,
package_rpm or package_deb in addition to INHERIT += "package_tar".

Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
Acked-by: Philip Balister <philip@balister.org>
15 years agoglibc 2.7 and 2.9 (arm): Remove unnecessary asm/page.h include
Jonathan Cameron [Mon, 17 Aug 2009 03:53:00 +0000 (03:53 +0000)]
glibc 2.7 and 2.9 (arm): Remove unnecessary asm/page.h include

Fix compile bug for arm with recent kernel headers
../ports/sysdeps/unix/sysv/linux/arm/ioperm.c:48:22: error: asm/page.h: No such file or directory

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedde...
Graeme Gregory [Tue, 18 Aug 2009 13:52:32 +0000 (14:52 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.org/openembedded into org.openembedded.dev

15 years agofirefox_3.5.2.bb : add newest version of firefox
Graeme Gregory [Tue, 18 Aug 2009 13:52:06 +0000 (14:52 +0100)]
firefox_3.5.2.bb : add newest version of firefox

15 years agolinux-davinci: update defconfigs for dm355, dm365, dm6446 and dm6467
Denys Dmytriyenko [Tue, 18 Aug 2009 04:11:58 +0000 (00:11 -0400)]
linux-davinci: update defconfigs for dm355, dm365, dm6446 and dm6467

15 years agoda830-omapl137-evm: add DA830/OMAPL137 machine
Denys Dmytriyenko [Tue, 18 Aug 2009 04:08:02 +0000 (00:08 -0400)]
da830-omapl137-evm: add DA830/OMAPL137 machine

Uses default linux-davinci kernel from Arago Project for now

Signed-off-by: Denys Dmytriyenko <denis@denix.org>