openembedded.git
14 years agolibsdl-mixer: fix compiling for angstroem 2008.1
Henning Heinold [Tue, 15 Feb 2011 11:21:58 +0000 (12:21 +0100)]
libsdl-mixer: fix compiling for angstroem 2008.1

* libtool don't honors AC_CONFIG_AUX_DIRS in this
  case so not all libtool stuff is deleted, fixed it
  by copy the stuff from the build-script dir
  and remove the dir afterwards
* bump PR

14 years agoautofs: set license field to GPLv2+
Andreas Oberritter [Tue, 15 Feb 2011 11:01:20 +0000 (11:01 +0000)]
autofs: set license field to GPLv2+

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
14 years agobug-desktop-icons: Fix QA error in desktop files.
Stefan Schmidt [Tue, 15 Feb 2011 10:09:26 +0000 (11:09 +0100)]
bug-desktop-icons: Fix QA error in desktop files.

Its not allowed to use the file extension when not using a full path. Just use
the image name here.

14 years agorootfs_ipk: don't emit error code when ONLINE_PACKAGE_MANAGEMENT is really none
Martin Jansa [Tue, 15 Feb 2011 08:33:50 +0000 (09:33 +0100)]
rootfs_ipk: don't emit error code when ONLINE_PACKAGE_MANAGEMENT is really none

* currently do_rootfs fails when it's "none", because that test returns
  exit code '1':
  | log_check: Using /OE/tmpdir-shr/work/spitz-oe-linux-gnueabi/initramfs-kexecboot-klibc-image-1.0-r0/temp/log.do_rootfs.21324 as logfile
  | Logfile is clean
  | + rm -rf /OE/tmpdir-shr/rootfs/initramfs-kexecboot-klibc-image-tmp
  | + '[' none '!=' none ']'
  NOTE: package initramfs-kexecboot-klibc-image-1.0-r0: task do_rootfs: Failed
  ERROR: Function 'do_rootfs' failed (see /OE/tmpdir-shr/work/spitz-oe-linux-gnueabi/initramfs-kexecboot-klibc-image-1.0-r0/temp/log.do_rootfs.21324 for further information)
  ERROR: Task 1356 (/OE/dev/recipes/images/initramfs-kexecboot-klibc-image.bb, do_rootfs) failed with exit code '1'
  ERROR: '/OE/dev/recipes/images/initramfs-kexecboot-klibc-image.bb' failed

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agolinux.inc: Add lzma-native for nokia900
Tom Rini [Mon, 14 Feb 2011 23:12:52 +0000 (16:12 -0700)]
linux.inc: Add lzma-native for nokia900

Add a check for nokia900 to the existing DEPENDS mangler to add
lzma-native, otherwise:
|   LZMA    arch/arm/boot/compressed/piggy.lzma
| /bin/sh: lzma: command not found

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd a small helper script listing all recipes with QA errors.
Andreas Müller [Tue, 15 Feb 2011 05:06:48 +0000 (05:06 +0000)]
Add a small helper script listing all recipes with QA errors.

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
14 years agoRevert "gst-rtsp.inc: Add check to DEPENDS"
Khem Raj [Mon, 14 Feb 2011 21:38:25 +0000 (13:38 -0800)]
Revert "gst-rtsp.inc: Add check to DEPENDS"

check is already in the DEPENDS list plus it had typo in it

This reverts commit 393c0d5bc5850592b51013d0918d0fe623d40de8.

14 years agopython_2.6.6.bb: Fix QA ERRORS due to staging libdir in rpath
Khem Raj [Mon, 14 Feb 2011 20:56:37 +0000 (12:56 -0800)]
python_2.6.6.bb: Fix QA ERRORS due to staging libdir in rpath

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agogst-rtsp.inc: Add check to DEPENDS
Khem Raj [Mon, 14 Feb 2011 20:55:50 +0000 (12:55 -0800)]
gst-rtsp.inc: Add check to DEPENDS

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocheck_0.9.5.bb: Add patch to use quadrigraphs in macro names
Khem Raj [Mon, 14 Feb 2011 20:53:59 +0000 (12:53 -0800)]
check_0.9.5.bb: Add patch to use quadrigraphs in macro names

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agopackage_deb.bbclass: remove double DISTRO_PR from the package version.
Filip Zyzniewski [Tue, 15 Feb 2011 03:57:54 +0000 (03:57 +0000)]
package_deb.bbclass: remove double DISTRO_PR from the package version.

PKGR already contains DISTRO_PR, so no need to add it twice.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackage_deb.bbclass: depend on apt, not dpkg.
Filip Zyzniewski [Tue, 15 Feb 2011 03:23:04 +0000 (03:23 +0000)]
package_deb.bbclass: depend on apt, not dpkg.

Both package_deb.bbclass and rootfs_deb.bbclass use apt-get.

Without apt system cannot be bootstrapped because there is no optimal
way to fetch new packages. Apt depends on dpkg, so switching from dpkg
to apt in EXTRA_DEPENDS provides both.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agou-boot: Make sure we use override HOSTCC for env tools
Tom Rini [Mon, 14 Feb 2011 19:27:15 +0000 (12:27 -0700)]
u-boot: Make sure we use override HOSTCC for env tools

Upstream says that the right way to build a target binary of the env
tools is to pass in HOSTCC=your-cross-cc.  Bump the PR in u-boot_git.bb
to fix as many easily fixable ones as possible, but other platforms
may have been shipping bad binaries (since we had skipped testing
on this package due to GNU_HASH issues when built for the target).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoRevert 6a7f8c in favor of a real fix
Chris Larson [Mon, 14 Feb 2011 19:11:19 +0000 (12:11 -0700)]
Revert 6a7f8c in favor of a real fix

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agopackage_deb.bbclass: Use PKGV/PKGR variables where applicable.
Filip Zyzniewski [Tue, 15 Feb 2011 02:52:01 +0000 (02:52 +0000)]
package_deb.bbclass: Use PKGV/PKGR variables where applicable.

Using PV/PR causes problems like libncursesw5_5.7-r16 depending on
libtinfo5 (>= 5.7+20110115).

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopython: generate-manifest-2.6.py, update few entries
Martin Jansa [Mon, 14 Feb 2011 13:52:00 +0000 (14:52 +0100)]
python: generate-manifest-2.6.py, update few entries

* config was in python-dev as well as python-distutils, keep in
  distutils
* linecache.* was in python-core as well as python-lang, keep in core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopython: generate-manifest-2.6.py, more s/python/${PN}/g and regenerate it
Martin Jansa [Mon, 14 Feb 2011 13:28:41 +0000 (14:28 +0100)]
python: generate-manifest-2.6.py, more s/python/${PN}/g and regenerate it

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopython: generate-manifest-2.6.py, sort packages when generating output file
Martin Jansa [Mon, 14 Feb 2011 13:39:41 +0000 (14:39 +0100)]
python: generate-manifest-2.6.py, sort packages when generating output file

* iteritems and packages didn't have defined order, so every regeneration created huge patch, hard to review
* alphabetical order should work fine here as long as we have disjunct FILES

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopython: merge few s/python/${PN}/g from poky
Martin Jansa [Mon, 14 Feb 2011 09:24:47 +0000 (10:24 +0100)]
python: merge few s/python/${PN}/g from poky

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopython: upgrade from 2.6.5 to 2.6.6
Martin Jansa [Mon, 14 Feb 2011 09:07:35 +0000 (10:07 +0100)]
python: upgrade from 2.6.5 to 2.6.6

* refresh patches from poky where applicable

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agopackaged-staging: Don't pass a trailing ' ' to bb.mkdirhier
Tom Rini [Mon, 14 Feb 2011 18:22:56 +0000 (11:22 -0700)]
packaged-staging: Don't pass a trailing ' ' to bb.mkdirhier

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoimage.bbclass: move insert_feed_uris() to rootfs_ipk.bbclass
Filip Zyzniewski [Tue, 15 Feb 2011 02:01:30 +0000 (02:01 +0000)]
image.bbclass: move insert_feed_uris() to rootfs_ipk.bbclass

This function generates feed configuration for opkg and as such
should be used only for images using ipk, not rpm or deb.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoutils: drop exported var env caching for oe_popen
Chris Larson [Mon, 14 Feb 2011 17:41:50 +0000 (12:41 -0500)]
utils: drop exported var env caching for oe_popen

This was dangerous, as an oe_run executed from the configuration metadata
would result in caching the config metadata information, rather than the final
metadata information.  We could also cache it by the datasmart instance, but I
don't think its worth the trouble at this time, particularly given the next
bitbake release exports all exported vars into the process environment
automatically, avoiding the need for any of this.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agopackaged-staging: add debug info for oe_run failures
Chris Larson [Mon, 14 Feb 2011 17:41:34 +0000 (12:41 -0500)]
packaged-staging: add debug info for oe_run failures

Signed-off-by: Chris Larson <chris_larson@mentor.com>
14 years agodeb packages support: switch from /var/dpkg to /var/lib/dpkg
Filip Zyzniewski [Sun, 13 Feb 2011 03:26:58 +0000 (03:26 +0000)]
deb packages support: switch from /var/dpkg to /var/lib/dpkg

OE generally tries to use /var/dpkg, but the change is missing
in some places, so it is needed to move completely to one of the
options. Keeping the dpkg's default /var/lib/dpkg causes less
maintenance overhead for OE.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agomakedevs: increase alternatives priority
Filip Zyzniewski [Sun, 13 Feb 2011 03:31:00 +0000 (03:31 +0000)]
makedevs: increase alternatives priority

makedevs from busybox is installed with priority 50, so the discrete
version of it should be installed with a higher one.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoclutter: get dependency to json-glib to work
Andreas Müller [Mon, 14 Feb 2011 15:14:17 +0000 (15:14 +0000)]
clutter: get dependency to json-glib to work

* Error on fresh tmp build was
* | checking for installed JSON-GLib... configure: error: not found
* | ERROR: Function do_configure failed

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolinux 2.6.28: Add name param to ronetixpatch URL.
Tom Rini [Mon, 14 Feb 2011 16:17:06 +0000 (09:17 -0700)]
linux 2.6.28: Add name param to ronetixpatch URL.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackaged-staging.bbclass: partial revert of commit fe706bb9af34ce43e8ec55fbf929a85d3b...
Marco Cavallini [Mon, 14 Feb 2011 09:15:10 +0000 (10:15 +0100)]
packaged-staging.bbclass: partial revert of commit fe706bb9af34ce43e8ec55fbf929a85d3b6d612a due to build error

 * # ERROR: Error in compiling python function in:
 * # ERROR: The lines leading to this error were:
 * # ERROR:  22:SyntaxError:'        except Exception as ex:'

14 years agopython-dir.bbclass: Add checks for 2.7 and 3.1 as well
Khem Raj [Mon, 14 Feb 2011 07:10:43 +0000 (23:10 -0800)]
python-dir.bbclass: Add checks for 2.7 and 3.1 as well

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoSlugOS: ucslugc -- switch to use standard opkg.
Mike Westerhof [Mon, 14 Feb 2011 03:41:07 +0000 (21:41 -0600)]
SlugOS: ucslugc -- switch to use standard opkg.

14 years agomodule-init-tools-cross_3.12.bb: New cross recipe for versions 3.12
Khem Raj [Mon, 14 Feb 2011 02:15:06 +0000 (18:15 -0800)]
module-init-tools-cross_3.12.bb: New cross recipe for versions 3.12

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomodule-init-tools: Add recipe for 3.12
Khem Raj [Mon, 14 Feb 2011 01:25:28 +0000 (17:25 -0800)]
module-init-tools: Add recipe for 3.12

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agosqlite3: add now really latest version 3.7.5 of sqlite
Henning Heinold [Sun, 13 Feb 2011 10:42:55 +0000 (11:42 +0100)]
sqlite3: add now really latest version 3.7.5 of sqlite

* fix cut and paste error for DEFAULT_PREFRENCE
* sqlite3 uses new version-ending scheme

14 years agoSlugOS: slugos.inc -- bump up to SlugOS 5.8
Mike Westerhof [Sun, 13 Feb 2011 17:11:04 +0000 (11:11 -0600)]
SlugOS: slugos.inc -- bump up to SlugOS 5.8

14 years agoSlugOS: tast-slugos -- add kernel-module-ext4 in current dev images.
Mike Westerhof [Sun, 13 Feb 2011 17:10:38 +0000 (11:10 -0600)]
SlugOS: tast-slugos -- add kernel-module-ext4 in current dev images.

14 years agoSlugOS: slugos-init - No longer switch to DHCP if static IP==192.168.1.77
Mike Westerhof [Sun, 13 Feb 2011 17:07:38 +0000 (11:07 -0600)]
SlugOS: slugos-init - No longer switch to DHCP if static IP==192.168.1.77
This behavior was confusing to users, and was a prime contributor to the
"I've lost my Slug!" network problem.  This fix ensures that if a user
resets their NSLU2 to factory defaults, it will boot up at the expected
IP address in all cases.

14 years agoSlugOS: slugos-init/files/functions -- fix spurious shell error message
Mike Westerhof [Sun, 13 Feb 2011 17:06:30 +0000 (11:06 -0600)]
SlugOS: slugos-init/files/functions -- fix spurious shell error message
Fixes spurious message "bad number" from /bin/sh on initial boot.

14 years agoSlugOS: initscripts-slugos -- add /var/lib/opkg/tmp to volatiles for SlugOS flash...
Mike Westerhof [Sun, 13 Feb 2011 17:04:27 +0000 (11:04 -0600)]
SlugOS: initscripts-slugos -- add /var/lib/opkg/tmp to volatiles for SlugOS flash image

14 years agospojegui: fix build without ipkg-build and fix QA issues
Martin Jansa [Sun, 13 Feb 2011 06:52:41 +0000 (07:52 +0100)]
spojegui: fix build without ipkg-build and fix QA issues

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agogst-rtsp: Upgrade from 0.10.7->0.10.6
Khem Raj [Sun, 13 Feb 2011 05:52:41 +0000 (21:52 -0800)]
gst-rtsp: Upgrade from 0.10.7->0.10.6

Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoSlugOS: Add SlugOS-specific patch to opkg, switch SlugOS to opkg.
Mike Westerhof [Sun, 13 Feb 2011 01:12:19 +0000 (19:12 -0600)]
SlugOS: Add SlugOS-specific patch to opkg, switch SlugOS to opkg.
Nothing changes for any other distros (patch is pulled in via override),
but it enables SlugOS to now use the standard opkg recipe.
Cleanup of the old recipe and patches will happen after further testing.

14 years agosqlite3: add version 3.7.3, which has a lot of goodies, use DP=-1
Henning Heinold [Fri, 11 Feb 2011 09:34:55 +0000 (10:34 +0100)]
sqlite3: add version 3.7.3, which has a lot of goodies, use DP=-1

14 years agoSlugOS: turnup - create /var/lib/opkg/tmp directory (for opkg).
Mike Westerhof [Sat, 12 Feb 2011 21:28:24 +0000 (15:28 -0600)]
SlugOS: turnup - create /var/lib/opkg/tmp directory (for opkg).

14 years agoSlugOS: /etc/filesystems - change ordering for compatibility.
Mike Westerhof [Sat, 12 Feb 2011 20:57:53 +0000 (14:57 -0600)]
SlugOS: /etc/filesystems - change ordering for compatibility.
(ext3 is before ext4, so that ext3 partitions will not use the ext4 driver)

14 years agogst-plugins-base-0.10.32: use integer-based resampling without FPU
Andreas Oberritter [Fri, 11 Feb 2011 21:03:06 +0000 (21:03 +0000)]
gst-plugins-base-0.10.32: use integer-based resampling without FPU

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agomicro: get preferred binutils from sane-toolchain
Bernhard Reutner-Fischer [Thu, 27 Jan 2011 02:13:27 +0000 (02:13 +0000)]
micro: get preferred binutils from sane-toolchain

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agocortex-m3: adjusted target cflags
Enrico Scholz [Mon, 7 Feb 2011 23:53:05 +0000 (23:53 +0000)]
cortex-m3: adjusted target cflags

Explicit '-mthumb' is required because Cortex-M3 does not support ARM
instructions and actual flags cause gcc to fail with 'error: target CPU
does not support ARM mode'.

The '-mcpu=cortex-m3' is shorter than '-march=armv7-m -mtune=cortex-m3'
and enables workarounds like '-mfix-cortex-m3-ldrd'.

Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 years agoMAINTAINERS: add committer's entry.
Filip Zyzniewski [Sat, 12 Feb 2011 16:44:33 +0000 (17:44 +0100)]
MAINTAINERS: add committer's entry.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
14 years agoSlugOS: opkg-collateral.bb - add tmp_dir change for SlugOS as well.
Mike Westerhof [Sat, 12 Feb 2011 16:44:38 +0000 (10:44 -0600)]
SlugOS: opkg-collateral.bb - add tmp_dir change for SlugOS as well.
(No PR bump required as this change is only for SlugOS.)

14 years agokirkwood: move preferred kernel provider to linux
Frans Meulenbroeks [Fri, 7 Jan 2011 04:51:54 +0000 (04:51 +0000)]
kirkwood: move preferred kernel provider to linux

preferred kernel provider used to be linux-kirkwood, but
that has not been updated for almost a year and seems dead

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agou-boot: added 2010.12 recipe (DEFAULT_PREFERENCE = -1)
Frans Meulenbroeks [Fri, 31 Dec 2010 23:47:07 +0000 (23:47 +0000)]
u-boot: added 2010.12 recipe (DEFAULT_PREFERENCE = -1)

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoslugOS: base-files - add ext4 support, don't assume jffs2 in fstab.
Mike Westerhof [Sat, 12 Feb 2011 16:24:29 +0000 (10:24 -0600)]
slugOS: base-files - add ext4 support, don't assume jffs2 in fstab.

14 years agoAdd support for user-defined multimedia in rootfs
Ulf Samuelsson [Tue, 1 Feb 2011 04:58:38 +0000 (04:58 +0000)]
Add support for user-defined multimedia in rootfs

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd basic at91 image with Wi-Fi support
Ulf Samuelsson [Tue, 1 Feb 2011 04:59:14 +0000 (04:59 +0000)]
Add basic at91 image with Wi-Fi support

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoIndicate availability of sd-boot for at91sam9g45/m10
Ulf Samuelsson [Tue, 1 Feb 2011 04:58:52 +0000 (04:58 +0000)]
Indicate availability of sd-boot for at91sam9g45/m10

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agomake sd-boot default for sam9m10ekes
Ulf Samuelsson [Tue, 1 Feb 2011 04:58:51 +0000 (04:58 +0000)]
make sd-boot default for sam9m10ekes

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoRemove some patches, which was moved by previous linux patch
Ulf Samuelsson [Tue, 1 Feb 2011 05:18:08 +0000 (05:18 +0000)]
Remove some patches, which was moved by previous linux patch

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd Wi-Fi support to at91
Ulf Samuelsson [Tue, 1 Feb 2011 05:18:07 +0000 (05:18 +0000)]
Add Wi-Fi support to at91

Add support for the EXTWIFI board, from H&D Wireless.
http://www.hd-wireless.se/

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd X arguments for AT91 boards
Ulf Samuelsson [Tue, 1 Feb 2011 05:18:04 +0000 (05:18 +0000)]
Add X arguments for AT91 boards

* CAP9
* SAM9RL
* SAM9G10
* SAM9M10
* SAM9G45

Use xinput-calibrator to calibrate touch screen when building xorg

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd initial pointercal files for at91 boards
Ulf Samuelsson [Tue, 1 Feb 2011 05:18:03 +0000 (05:18 +0000)]
Add initial pointercal files for at91 boards

Support
* at91sam9261ek
* at91sam9263ek
* at91sam9g10ek
* at91sam9g45ekes
* at91sam9m10ekes
* at91sam9m10g45ek
* at91sam9rlek

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd ALSA support for at91sam9xe
Ulf Samuelsson [Tue, 1 Feb 2011 05:18:02 +0000 (05:18 +0000)]
Add ALSA support for at91sam9xe

asound.conf
asound.state

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd support for at91bootstrap-3.0
Ulf Samuelsson [Tue, 1 Feb 2011 05:18:01 +0000 (05:18 +0000)]
Add support for at91bootstrap-3.0

AT91bootstrap 3.0 support booting from SD-Card.
It must be renamed to BOOT.BIN
It needs to be in the DOS rootfs.
The DOS fs should NOT be partitioned like a linux boot disk.
I.E: keep original cylinders etc.
The SD-Card must not contain "funny" characters like '&' and '.'

at91bootstrap will try to load UBOOT.BIN, if u-boot is desired.

For the AT91SAM9M10/G45 it supports dual boot.
If the "LEFT" button is pressed, at91bootstrap will
load PROGRAM.BIN

Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agobusybox: 2.4 module support for kernel24 MACHINE_FEATURES
Bernhard Reutner-Fischer [Thu, 27 Jan 2011 02:21:56 +0000 (02:21 +0000)]
busybox: 2.4 module support for kernel24 MACHINE_FEATURES

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoutil-linux: honour largefile distro feature
Bernhard Reutner-Fischer [Thu, 27 Jan 2011 02:13:32 +0000 (02:13 +0000)]
util-linux: honour largefile distro feature

do_install on micro-image still broken (${bindir}/hexdump lives in
${usrbindir}/hexdump from util-linux POV. Not fixing these.)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoimage.bbclass: only insert feed uris if ONLINE_PACKAGE_MANAGEMENT
Bernhard Reutner-Fischer [Thu, 27 Jan 2011 02:13:31 +0000 (02:13 +0000)]
image.bbclass: only insert feed uris if ONLINE_PACKAGE_MANAGEMENT

Previously if ONLINE_PACKAGE_MANAGEMENT="none" but one had
FEED_DEPLOYDIR_BASE_URI set, it tried to create files in a non-existing
dir in the image (there is no /etc/opkg/ if no online package management
is requested).

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agokernel.bbclass: simplify "if image" condition
Bernhard Reutner-Fischer [Thu, 27 Jan 2011 02:13:30 +0000 (02:13 +0000)]
kernel.bbclass: simplify "if image" condition

Anything that expands image to any false value should not set
INITRAMFS_TASK (instead of just "" or None).

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agouclibc: handle some more {machine, distro}_features
Bernhard Reutner-Fischer [Thu, 27 Jan 2011 02:13:29 +0000 (02:13 +0000)]
uclibc: handle some more {machine, distro}_features

distro: xattr (posix extended attributes), ssp
machine: kernel24

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoltp: bump version
Bernhard Reutner-Fischer [Thu, 27 Jan 2011 02:13:28 +0000 (02:13 +0000)]
ltp: bump version

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoIMAGE_CMD_ext4.xz: rm uncompressed image
Bernhard Reutner-Fischer [Thu, 27 Jan 2011 02:13:26 +0000 (02:13 +0000)]
IMAGE_CMD_ext4.xz: rm uncompressed image

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackaged-staging.bbclass: improve documentation
Bernhard Reutner-Fischer [Thu, 27 Jan 2011 02:13:25 +0000 (02:13 +0000)]
packaged-staging.bbclass: improve documentation

Mention usage of PSTAGE_MIRROR and add debugging-output for fetching.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agofakeroot: add 1.14.5, mv 1.12.4 to obsolete
Bernhard Reutner-Fischer [Thu, 27 Jan 2011 02:13:24 +0000 (02:13 +0000)]
fakeroot: add 1.14.5, mv 1.12.4 to obsolete

The other old recipes should be removed.
- oplinux suggests 1.7.1 which is not available anymore
- chinook-compat, maemo5-compat pin 1.9.6

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agotinderclient: Remove it (obsoleted by oestats-client)
Yuri Bushmelev [Mon, 7 Feb 2011 05:44:19 +0000 (05:44 +0000)]
tinderclient: Remove it (obsoleted by oestats-client)

Tinderclient is unusable now and obsoleted by oestats-client. So we should
remove it from tree.

NOTE for Angstrom and Kaelios maintainers: this patch change your configs.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoMake kernel 2.6.37 selectable for Visstrim_M10 board.
Javier Martin [Wed, 9 Feb 2011 17:37:17 +0000 (17:37 +0000)]
Make kernel 2.6.37 selectable for Visstrim_M10 board.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd custom fw_env.conf for Visstrim_M10 boards.
Javier Martin [Wed, 9 Feb 2011 17:37:15 +0000 (17:37 +0000)]
Add custom fw_env.conf for Visstrim_M10 boards.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd custom opkg settings for Visstrim_M10 board.
Javier Martin [Wed, 9 Feb 2011 17:37:14 +0000 (17:37 +0000)]
Add custom opkg settings for Visstrim_M10 board.

"/opt" is used in Visstrim_M10 boards as the working directory
for opkg.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd custom init dropbear script and image for Visstrim_M10.
Javier Martin [Wed, 9 Feb 2011 17:37:13 +0000 (17:37 +0000)]
Add custom init dropbear script and image for Visstrim_M10.

Custom init script is needed since "/" is mounted as read-only
but "/etc" is mounted as read-write in Visstrim_M10 boards.
This case is not supported by default init script.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd custom fstab and profile for Visstrim_M10 board.
Javier Martin [Wed, 9 Feb 2011 17:37:12 +0000 (17:37 +0000)]
Add custom fstab and profile for Visstrim_M10 board.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoAdd configuration file for Visstrim_M10 board.
Javier Martin [Wed, 9 Feb 2011 17:37:11 +0000 (17:37 +0000)]
Add configuration file for Visstrim_M10 board.

Signed-off-by: Javier Martin <javier.martin@vista-silicon.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agogitpkgv.bbclass: rename git_drop_tag_prefix to fix conflict
Andreas Oberritter [Fri, 11 Feb 2011 20:51:43 +0000 (20:51 +0000)]
gitpkgv.bbclass: rename git_drop_tag_prefix to fix conflict

* fixes ERROR: Error Method already seen: git_drop_tag_prefix in
  'gitver.bbclass' now in 'gitpkgv.bbclass'

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackage_ipk.bbclass: use common function to write relationship fields
Andreas Oberritter [Fri, 11 Feb 2011 20:51:42 +0000 (20:51 +0000)]
package_ipk.bbclass: use common function to write relationship fields

* A function write_dep_field() was added to do_package_ipk() to
  ensure explode_deps is called for every field and to simplify
  the code.

* The following statement was removed from do_package_ipk():

  if not '-locale-' and not '-dbg' and not '-dev' in pkgname:
      rdepends.append('%s-locale*' % pkgname)

  It was added in November 2008, but can never evaluate to true.

  See commit a045dfacf6f2541e0f410d9d109581f181303756

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agopackage.bbclass: remove superfluous whitespace characters from RDEPENDS
Andreas Oberritter [Fri, 11 Feb 2011 20:51:41 +0000 (20:51 +0000)]
package.bbclass: remove superfluous whitespace characters from RDEPENDS

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoutils.bbclass: restore previous implementation of explode_deps()
Andreas Oberritter [Fri, 11 Feb 2011 20:51:40 +0000 (20:51 +0000)]
utils.bbclass: restore previous implementation of explode_deps()

* explode_deps() changed its behavior to omit version information
  when the function was removed from OE in favor of BitBake's
  implementation in March 2010. Since then, packages didn't contain
  versioned runtime dependencies.

  See commit 89b7e433719f43f1c36c76cb8856d559014e99bc

* This patch restores the previous implementation of explode_deps(),
  thus fixing the generation of versioned runtime dependencies.

* Reimplementing explode_deps() using bb.utils.explode_dep_versions()
  didn't work, because it choked upon parsing inline python code, e.g.
  on update-modules_1.0.bb's RDEPENDS_${PN} field.

Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodpkg: add perl modules package
Filip Zyzniewski [Sat, 12 Feb 2011 05:49:01 +0000 (05:49 +0000)]
dpkg: add perl modules package

dpkg contains of perl modules as well, we need to provide these for
example for update-alternatives.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agodistro/jlime-2010.1.conf: cleaned up RDEPENDS, beefed up FEATURES.
Filip Zyzniewski [Sat, 12 Feb 2011 16:29:54 +0000 (16:29 +0000)]
distro/jlime-2010.1.conf: cleaned up RDEPENDS, beefed up FEATURES.

tslib and dialog should be pulled in by appropiate dependencies and
wireless-tools comes from wifi in DISTRO_FEATURES.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoinsane.bbclass: fix the check for bad RPATH
Denys Dmytriyenko [Thu, 3 Feb 2011 15:00:21 +0000 (15:00 +0000)]
insane.bbclass: fix the check for bad RPATH

* Variable 'sane' is boolean, so adding to it breaks the error condition
* Fixes previous commit 6aa31074 ported from Yocto

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoutil-linux-ng: use u-a for /sbin/blockdev
Martin Jansa [Sat, 12 Feb 2011 19:12:13 +0000 (19:12 +0000)]
util-linux-ng: use u-a for /sbin/blockdev

* resolves conflict with latest busybox

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agoeject: use u-a for /usr/bin/volname
Martin Jansa [Sat, 12 Feb 2011 19:12:14 +0000 (19:12 +0000)]
eject: use u-a for /usr/bin/volname

* resolves conflict with latest busybox

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
14 years agooestats-client.bbclass: fix bug in oestat_send() code
Yuri Bushmelev [Sat, 12 Feb 2011 11:00:27 +0000 (14:00 +0300)]
oestats-client.bbclass: fix bug in oestat_send() code

This should fix disabling oestats with following message:
WARNING: oestats: error sending task (exception <type
'exceptions.KeyError'>, value 'qalog'), disabling stats

Signed-off-by: Yuri Bushmelev <jay4mail@gmail.com>
14 years agoshr-e-gadgets: add path to edje-cc
Martin Jansa [Sat, 12 Feb 2011 08:19:06 +0000 (09:19 +0100)]
shr-e-gadgets: add path to edje-cc

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agomsmcomm: bump SRCREV for version compatible with current cornucopia rev
Martin Jansa [Sat, 12 Feb 2011 07:16:04 +0000 (08:16 +0100)]
msmcomm: bump SRCREV for version compatible with current cornucopia rev

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agoshr-e-gadgets: bump SRCREV
Martin Jansa [Sat, 12 Feb 2011 07:15:23 +0000 (08:15 +0100)]
shr-e-gadgets: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 years agosrc_distribute.bbclass: iterate over SRC_URI instead of using urldata
Yuri Bushmelev [Fri, 11 Feb 2011 23:22:36 +0000 (02:22 +0300)]
src_distribute.bbclass: iterate over SRC_URI instead of using urldata

Do not use bb.fetch.urldata in do_distribute_sources() for traversing
SRC_URIs like was already done for do_unpack(). See 661658f62b for
additional info.

This fixes race issue with lzma-native:
http://lists.linuxtogo.org/pipermail/openembedded-devel/2010-October/026076.html

Signed-off-by: Yuri Bushmelev <jay4mail@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
14 years agoinitscripts: removed jornada7xx specific scripts.
Filip Zyzniewski [Sat, 12 Feb 2011 02:14:26 +0000 (02:14 +0000)]
initscripts: removed jornada7xx specific scripts.

Stock ones work better (remounting / rw, makedevs calling).

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoclutter: fix broken clutter-gtk
Andreas Müller [Fri, 4 Feb 2011 05:36:10 +0000 (05:36 +0000)]
clutter: fix broken clutter-gtk

* Since clutter 1.4.2 clutter-gtk fails for machines/archs configuring
* flavour=eglx with (see clutter.inc)
*
* | Making all in clutter-gtk
* | make[2]: Entering directory `/home/Superandi/tmp/work/armv7a-angstrom-linux-gnueabi/clutter-gtk-0.10.8-r2.0/clutter-gtk-0.10.8/clutter-gtk'
* |   CC     libclutter_gtk_0.10_la-gtk-clutter-embed.lo
* |   CC     libclutter_gtk_0.10_la-gtk-clutter-scrollable.lo
* |   CC     libclutter_gtk_0.10_la-gtk-clutter-util.lo
* |   CC     libclutter_gtk_0.10_la-gtk-clutter-viewport.lo
* |   CC     libclutter_gtk_0.10_la-gtk-clutter-zoomable.lo
* |   CCLD   libclutter-gtk-0.10.la
* | /home/Superandi/tmp/sysroots/i686-linux/usr/armv7a/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: cannot find -lclutter-egl-1.0
*
* Since clutter 1.3.x in 'configure.ac' the meaning of 'CLUTTER_WINSYS' has
* changed. In clutter 1.2.x 'CLUTTER_WINSYS' contained the value passed by
* 'flavour' (in the error case 'eglx'). In 1.3.x this variable is set in
* 'configure.ac'. For flavour=eglx it is set to 'egl'! The correct value
* 'eglx' is found in 'CLUTTER_SONAME_INFIX'. Some of the '*.pc.in' files
* were changed. clutter-gtk fell victim for clutter-x11.pc.in.
*
* Build tested for all clutter recipes with
*
* BB_VERSION        = "1.10.2"
* MACHINE           = "overo"
* DISTRO            = "angstrom"
* DISTRO_VERSION    = "2010.7-test-20110203"

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoclutter-gst add 1.3.4
Andreas Müller [Thu, 3 Feb 2011 07:14:02 +0000 (07:14 +0000)]
clutter-gst add 1.3.4

* clutter 1.4.2 broke clutter-gst and made it necessary to have a recipe from
* development snapshot sources
*
* Build tested with
* BB_VERSION        = "1.10.2"
* METADATA_BRANCH   = "master"
* METADATA_REVISION = "2049a96"
* TARGET_ARCH       = "arm"
* TARGET_OS         = "linux-gnueabi"
* MACHINE           = "overo"
* DISTRO            = "angstrom"
* DISTRO_VERSION    = "2010.7-test-20110202"
* TARGET_FPU        = "hard"

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoinitscripts: handle busybox version of makedevs properly.
Filip Zyzniewski [Sat, 12 Feb 2011 02:06:19 +0000 (02:06 +0000)]
initscripts: handle busybox version of makedevs properly.

Makedevs from busybox has a different command line syntax.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agoudev: also use /proc/devices to invalidate devcache
Denys Dmytriyenko [Sat, 12 Feb 2011 03:35:31 +0000 (03:35 +0000)]
udev: also use /proc/devices to invalidate devcache

* Besides checking for kernel version, bootargs or cmdline changes between
reboots, also consider changes in /proc/devices to invalidate device cache.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Acked-by: Koen Kooi <k-kooi@ti.com>
14 years agonodejs: updated to 0.2.6
AJ ONeal [Sat, 12 Feb 2011 03:01:35 +0000 (03:01 +0000)]
nodejs: updated to 0.2.6

* added version number to patches
* libev-cross-cc_0.2.6.patch - turns off execution so that cross-compile succeeds
* node-cross-cc_0.2.6.patch - enables cross-compiling of v8 for x86, x86_64, arm, and mips

Signed-off-by: AJ ONeal <coolaj86@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
14 years agolibtomcrypt: updated download link
George Alexandru Dorobantu [Sat, 12 Feb 2011 04:17:36 +0000 (04:17 +0000)]
libtomcrypt: updated download link

* updated the download link; libtomcrypt has moved to google code and the old link is dead

Signed-off-by: George Alexandru Dorobantu <gdalex@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>