openembedded.git
15 years agomatrix-tui: add the Matrix TUI (Text UI) launcher app (from Arago)
Denys Dmytriyenko [Thu, 6 May 2010 05:48:35 +0000 (01:48 -0400)]
matrix-tui: add the Matrix TUI (Text UI) launcher app (from Arago)

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
15 years agomatrix-gui: numerous updates and fixes (from Arago)
Denys Dmytriyenko [Thu, 6 May 2010 05:47:47 +0000 (01:47 -0400)]
matrix-gui: numerous updates and fixes (from Arago)

* Bump the revision
* Fix the license
* Don't set redundant variables
* Display message when calibrating TS
* Install additional binaries/scripts

Signed-off-by: Denys Dmytriyenko <denis@denix.org>
15 years agoMerge branch 'org.openembedded.dev' of git.openembedded.net:openembedded into wip2
Richard Purdie [Wed, 5 May 2010 23:34:02 +0000 (00:34 +0100)]
Merge branch 'org.openembedded.dev' of git.openembedded.net:openembedded into wip2

15 years agoutil-linux-ng: Add missing gettext dependency
Richard Purdie [Wed, 5 May 2010 23:29:17 +0000 (00:29 +0100)]
util-linux-ng: Add missing gettext dependency

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolinux-kexecboot: further editings for Zaurus defconfigs.
Andrea Adami [Wed, 5 May 2010 22:04:31 +0000 (00:04 +0200)]
linux-kexecboot: further editings for Zaurus defconfigs.

* add FAT/VFAT support
* remove unused sysfs and tmpfs
* add KEYBOARD_GPIO for clamshells
* this kernels won't work with udev...too many missing options.
* collie, poodle and tosa probably still broken with vanilla sources

15 years agoangstrom: add TARGET_SYS to /etc/angstrom-version
Koen Kooi [Wed, 5 May 2010 11:05:50 +0000 (13:05 +0200)]
angstrom: add TARGET_SYS to /etc/angstrom-version

15 years agonavit: bump SRCREV for improved bookmarks support
Martin Jansa [Wed, 5 May 2010 20:43:15 +0000 (22:43 +0200)]
navit: bump SRCREV for improved bookmarks support

15 years agocross.bbclass: In sysroot_stage_all, only process src dirs if they exist.
Tom Rini [Tue, 4 May 2010 00:14:12 +0000 (17:14 -0700)]
cross.bbclass: In sysroot_stage_all, only process src dirs if they exist.

Fixes module-init-tools-cross on DISTRO=minimal MACHINE=mpc8315e-rdb

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agoflex: This package requires gettext so inherit the class
Richard Purdie [Sat, 1 May 2010 23:25:59 +0000 (00:25 +0100)]
flex: This package requires gettext so inherit the class

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoenchant: Add missing glib-2.0 dependency
Richard Purdie [Sat, 1 May 2010 23:25:41 +0000 (00:25 +0100)]
enchant: Add missing glib-2.0 dependency

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoaspell: This package requires gettext so inherit the class
Richard Purdie [Sat, 1 May 2010 23:25:09 +0000 (00:25 +0100)]
aspell: This package requires gettext so inherit the class

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agocross/staging.bbclass: Make sure .la files get mangled and add extra mangling for...
Richard Purdie [Sat, 1 May 2010 23:24:12 +0000 (00:24 +0100)]
cross/staging.bbclass: Make sure .la files get mangled and add extra mangling for problematic cross paths

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoautotools.bbclass: merge recent changes from Poky
Joshua Lock [Mon, 12 Apr 2010 16:40:29 +0000 (17:40 +0100)]
autotools.bbclass: merge recent changes from Poky

Includes an important change to the prepackage_lamangler method which changes
which directories we fix la files in to operate with the new directory layout.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agorelocatable.bbclass: Handle files which don't have read/write permissions
Joshua Lock [Thu, 8 Apr 2010 15:47:48 +0000 (16:47 +0100)]
relocatable.bbclass: Handle files which don't have read/write permissions

It's possible to have files in our sysroot which don't have the write (or in
some cases even the read) bit set. Test for these and if they are not set
temporarily set them so that we can chrpath the binaries.

Also remove following of symlinks because if it links to a file created by the
package install we already handle it when we process the sysroot.
Further, by ignoring symlinks here we don't cause a build to fail when the
symlink is to somewhere in the host OS.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agopackaged-staging.bbclass: Remove hardcoded paths in binconfig files for target packages
Joshua Lock [Wed, 7 Apr 2010 13:15:53 +0000 (14:15 +0100)]
packaged-staging.bbclass: Remove hardcoded paths in binconfig files for target packages

Amend the default PSTAGE_SCAN_CMD, as used when scanning target packages, to
include binconfig scripts in the results and remove their hardcoded paths.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agodocs: Fix references to do_staging now that we have changed to sysroot
Joshua Lock [Thu, 1 Apr 2010 13:41:53 +0000 (14:41 +0100)]
docs: Fix references to do_staging now that we have changed to sysroot

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agogettext enhancements: Make it easier to use the right gettext
Joshua Lock [Wed, 31 Mar 2010 11:19:58 +0000 (12:19 +0100)]
gettext enhancements: Make it easier to use the right gettext

This patch adds a check to insane to ensure that gettext exists in the
dependancy list when it is used in the configure.[ac|in]

Further we enhance the gettext class to enable easy addition of the required
gettext dependancies by inheriting the gettext class.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agorelocatable: Class to post-process packages for relocatability
Joshua Lock [Wed, 31 Mar 2010 10:41:58 +0000 (11:41 +0100)]
relocatable: Class to post-process packages for relocatability

This class helps make packages relocatable by post-processing the binaries and
using chrpath to set the RPATH relative to $ORIGIN.

Patch also enables this post-processing for native packages and adds chrpath to
the required utilties.

Based on ideas from a patch from Tom Rini <tom_rini@mentor.com>

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agopackaged-staging: enhancements from Poky for fetching and relocatability
Joshua Lock [Wed, 31 Mar 2010 10:22:02 +0000 (11:22 +0100)]
packaged-staging: enhancements from Poky for fetching and relocatability

Firstly adds tooling from Poky to scan packages and fix up paths in libtool
files, we then build on this to further post-process native packages (native,
cross, sdk) and fix up any references to the STAGING_DIR in non-binary files.

Secondly adds support for fetching packaged staging packages from a mirror by
setting PSTAGE_MIRROR to point to the root of a pstaging directory.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agobitbake.conf/base.bbclass: Rename the staging directory to sysroots and the populate_...
Joshua Lock [Tue, 30 Mar 2010 13:47:57 +0000 (14:47 +0100)]
bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the populate_staging task to populate_sysroot

This change, pulled from Poky, makes the purpose of the staging directory more
obvious and the taskname more true to what it now actually does.

The layout version number is increased due to the change in layout but code to
convert existing directories and insert a symlink for backwards compatibility
is included.

This patch also includes fixes for all recipes which reference the directory.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agopackaged-staging: Fix mkdir to actually create destination
Joshua Lock [Mon, 29 Mar 2010 13:23:59 +0000 (14:23 +0100)]
packaged-staging: Fix mkdir to actually create destination

Patch from Poky fixes fallout from recent packaged-staging fix for cross
packages.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agogcc-configure-cross.inc: The install function is used, stage is no longer required
Richard Purdie [Thu, 1 Apr 2010 11:07:33 +0000 (12:07 +0100)]
gcc-configure-cross.inc: The install function is used, stage is no longer required

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogcc-cross: Use NATIVEDEPS
Richard Purdie [Wed, 31 Mar 2010 12:43:18 +0000 (13:43 +0100)]
gcc-cross: Use NATIVEDEPS

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogcc-cross-sdk: Use NATIVEDEPS and drop unneeded DEPENDS
Richard Purdie [Wed, 31 Mar 2010 12:39:27 +0000 (13:39 +0100)]
gcc-cross-sdk: Use NATIVEDEPS and drop unneeded DEPENDS

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoglibc-2.3.6: Drop strange staging addition - the patch is already applied in SRC_URI...
Richard Purdie [Wed, 31 Mar 2010 12:38:58 +0000 (13:38 +0100)]
glibc-2.3.6: Drop strange staging addition - the patch is already applied in SRC_URI anyway?

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogcc: Create and use EXTRA_OECONF_INITIAL and EXTRA_OECONF_INTERMEDIATE variables
Richard Purdie [Wed, 31 Mar 2010 11:04:31 +0000 (12:04 +0100)]
gcc: Create and use EXTRA_OECONF_INITIAL and EXTRA_OECONF_INTERMEDIATE variables

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogcc: Move -native dependencies into the base gcc version configuration file
Richard Purdie [Wed, 31 Mar 2010 10:40:30 +0000 (11:40 +0100)]
gcc: Move -native dependencies into the base gcc version configuration file

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogcc: Simplfy some require statements
Richard Purdie [Wed, 31 Mar 2010 10:12:21 +0000 (11:12 +0100)]
gcc: Simplfy some require statements

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogconf.bbclass: Sync with Poky
Richard Purdie [Thu, 17 Dec 2009 21:48:07 +0000 (21:48 +0000)]
gconf.bbclass: Sync with Poky

* Only add the postinstall script header if an existing postinstall isn't set
* Remove the unneeded python import
* Fix the indentation in the postinstall function

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agomodule-init-tools: Convert from legacy staging function (from Poky)
Richard Purdie [Thu, 17 Dec 2009 21:30:21 +0000 (21:30 +0000)]
module-init-tools: Convert from legacy staging function (from Poky)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogdb: Convert to new staging mode (from Poky)
Richard Purdie [Thu, 17 Dec 2009 21:25:25 +0000 (21:25 +0000)]
gdb: Convert to new staging mode (from Poky)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobinutils: Convert to non-legacy staging
Richard Purdie [Thu, 17 Dec 2009 21:19:01 +0000 (21:19 +0000)]
binutils: Convert to non-legacy staging

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobinutils-cross: Convert to non-legacy staging
Richard Purdie [Thu, 17 Dec 2009 21:18:46 +0000 (21:18 +0000)]
binutils-cross: Convert to non-legacy staging

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agocross.bbclass: Add special sysroot_stage_all function for cross packages and change...
Richard Purdie [Thu, 17 Dec 2009 21:18:03 +0000 (21:18 +0000)]
cross.bbclass: Add special sysroot_stage_all function for cross packages and change default staging functions to non-legacy mode

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogcc-cross: Convert to remove legacy staging functions
Richard Purdie [Thu, 17 Dec 2009 21:07:52 +0000 (21:07 +0000)]
gcc-cross: Convert to remove legacy staging functions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogcc-pacpake-cross.inc: Clean up do_install function massively (from Poky)
Richard Purdie [Thu, 17 Dec 2009 21:07:31 +0000 (21:07 +0000)]
gcc-pacpake-cross.inc: Clean up do_install function massively (from Poky)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agocross.bbclass: Move target_ variable definitions from gcc recipes to main class....
Richard Purdie [Thu, 17 Dec 2009 20:54:17 +0000 (20:54 +0000)]
cross.bbclass: Move target_ variable definitions from gcc recipes to main class. Cross recipes need these in general (from Poky)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoglibc-initial: Convert from legacy staging model (from Poky)
Richard Purdie [Thu, 17 Dec 2009 20:47:17 +0000 (20:47 +0000)]
glibc-initial: Convert from legacy staging model (from Poky)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoglibc: Remove now unneeded legacy staging function (from Poky)
Richard Purdie [Thu, 17 Dec 2009 20:43:16 +0000 (20:43 +0000)]
glibc: Remove now unneeded legacy staging function (from Poky)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobase.bbclass: Stage etc directory for native packages and add a use_do_install_for_st...
Richard Purdie [Thu, 17 Dec 2009 20:42:34 +0000 (20:42 +0000)]
base.bbclass: Stage etc directory for native packages and add a use_do_install_for_stage special staging hint (from poky)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobase.bbclass: Remove pointless data expand call (from Poky)
Richard Purdie [Thu, 17 Dec 2009 20:21:12 +0000 (20:21 +0000)]
base.bbclass: Remove pointless data expand call (from Poky)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopython 2.6: add ssl to python-io
Jesse Gilles [Wed, 5 May 2010 12:21:50 +0000 (14:21 +0200)]
python 2.6: add ssl to python-io

15 years agoshr-settings: adjust Categories in .desktop file because of changed Efreet filter...
Martin Jansa [Wed, 5 May 2010 12:36:11 +0000 (14:36 +0200)]
shr-settings: adjust Categories in .desktop file because of changed Efreet filter in ELF_SRCREV 48174

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agopisi: upgrade to 0.5.3
Martin Jansa [Wed, 5 May 2010 12:22:42 +0000 (14:22 +0200)]
pisi: upgrade to 0.5.3

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agogdb: disable-lto as suggested by zecke on #oe
Martin Jansa [Wed, 5 May 2010 12:11:43 +0000 (14:11 +0200)]
gdb: disable-lto as suggested by zecke on #oe

* workaround for CROSS COMPILE Badness: /usr/include in INCLUDEPATH: /usr/include/libelf in gdb_7.1

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agostarling: depend on gst-plugin-mad only for not enterprise distro
Martin Jansa [Wed, 5 May 2010 07:22:46 +0000 (09:22 +0200)]
starling: depend on gst-plugin-mad only for not enterprise distro

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agopodboy: depend on gst-plugin-mad only for not enterprise distro
Martin Jansa [Wed, 5 May 2010 07:22:19 +0000 (09:22 +0200)]
podboy: depend on gst-plugin-mad only for not enterprise distro

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux: spitz defconfig, readd CONFIG_PM
Martin Jansa [Tue, 4 May 2010 09:24:19 +0000 (11:24 +0200)]
linux: spitz defconfig, readd CONFIG_PM

* lost somewhere during defconfig merges/upgrades
* also missing in 2.6.33 defconfig
* suspend/resume works again :)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoaspell: convert to new style staging
Koen Kooi [Wed, 5 May 2010 09:55:12 +0000 (11:55 +0200)]
aspell: convert to new style staging

15 years agoperl-native: attempt to repair staging, bump PR
Koen Kooi [Wed, 5 May 2010 09:28:10 +0000 (11:28 +0200)]
perl-native: attempt to repair staging, bump PR

this should make things work again after http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=12c5d82663ff4436f4d979b4de1d4475694c7b9f

15 years agoe-wm-config-angstrom: remove exebuf and msgbus_lang
Koen Kooi [Wed, 5 May 2010 09:12:40 +0000 (11:12 +0200)]
e-wm-config-angstrom: remove exebuf and msgbus_lang

15 years agou-boot_2009.03: additional image processing for hipox machine
sledz [Wed, 5 May 2010 08:47:59 +0000 (08:47 +0000)]
u-boot_2009.03: additional image processing for hipox machine

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
15 years agooxnas-boot-tools: new recipe
sledz [Wed, 5 May 2010 08:47:56 +0000 (08:47 +0000)]
oxnas-boot-tools: new recipe

Boot tools for OXNAS boards

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
15 years agoefl: bump SRCREV to get fixes for the eina_stringshare typos
Koen Kooi [Wed, 5 May 2010 07:20:51 +0000 (09:20 +0200)]
efl: bump SRCREV to get fixes for the eina_stringshare typos

15 years agoeglibc_svn.bb: Move SRCREV to latest trunk.
Khem Raj [Wed, 5 May 2010 05:45:12 +0000 (22:45 -0700)]
eglibc_svn.bb: Move SRCREV to latest trunk.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agogdb-7.1: Add recipes for version 7.1
Khem Raj [Wed, 5 May 2010 05:43:48 +0000 (22:43 -0700)]
gdb-7.1: Add recipes for version 7.1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoopie-init: uncomment c7x0 specific stuff
Andrea Adami [Sun, 2 May 2010 22:41:08 +0000 (00:41 +0200)]
opie-init: uncomment c7x0 specific stuff

* was commented in ver 1.2.4 but there are still bits in opie-init.inc
* unbreak the build for the moment
* still needs testing about w100 in opie

15 years agocrda: add version 1.1.1
Eric BENARD [Tue, 4 May 2010 10:26:49 +0000 (10:26 +0000)]
crda: add version 1.1.1

- http://wireless.kernel.org/en/developers/Regulatory/CRDA
- CRDA acts as the udev helper for communication between the kernel and
userspace for regulatory compliance.

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agopython-m2crypto: add native
Eric Benard [Tue, 4 May 2010 21:00:26 +0000 (23:00 +0200)]
python-m2crypto: add native

- this package is needed to compile crda

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agoperl-native: Switch away from legacy staging, bump PR.
Tom Rini [Tue, 4 May 2010 20:47:15 +0000 (13:47 -0700)]
perl-native: Switch away from legacy staging, bump PR.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agolighttpd: add missing dep on zlip
Koen Kooi [Tue, 4 May 2010 12:45:40 +0000 (14:45 +0200)]
lighttpd: add missing dep on zlip

15 years agoxorg-xserver-common: make xvfb depend on xkeyboard-config
Koen Kooi [Tue, 4 May 2010 11:02:37 +0000 (13:02 +0200)]
xorg-xserver-common: make xvfb depend on xkeyboard-config

15 years agoxkeyboard-config: convert to new style staging
Koen Kooi [Tue, 4 May 2010 11:02:06 +0000 (13:02 +0200)]
xkeyboard-config: convert to new style staging

15 years agorsyslog: new version 5.5.4
Steffen Sledz [Tue, 4 May 2010 10:46:38 +0000 (12:46 +0200)]
rsyslog: new version 5.5.4

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
15 years agorsyslog: recipe cleanup
Steffen Sledz [Tue, 4 May 2010 10:42:36 +0000 (12:42 +0200)]
rsyslog: recipe cleanup

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
15 years agofirefox: add 3.6.3
Koen Kooi [Tue, 4 May 2010 10:05:34 +0000 (12:05 +0200)]
firefox: add 3.6.3

15 years agogeck-mediaplaer svn: bump SRCREV
Koen Kooi [Tue, 4 May 2010 10:00:47 +0000 (12:00 +0200)]
geck-mediaplaer svn: bump SRCREV

15 years agomplayer_svn : fix compilation problem
Eric Benard [Fri, 30 Apr 2010 07:33:43 +0000 (09:33 +0200)]
mplayer_svn : fix compilation problem

- this patch fix the following error (met for a x86 target) :

| loader/module.o: In function `MODULE_GetProcAddress':
| module.c:(.text+0x125): undefined reference to `report_entry'
| module.c:(.text+0x12f): undefined reference to `report_ret'
| module.c:(.text+0x139): undefined reference to `wrapper_target'
| module.c:(.text+0x13e): undefined reference to `wrapper'
| loader/module.o: In function `LoadLibraryExA':
| module.c:(.text+0x10d4): undefined reference to `report_entry'
| module.c:(.text+0x10de): undefined reference to `report_ret'
| module.c:(.text+0x10ea): undefined reference to `wrapper_target'
| module.c:(.text+0x10f0): undefined reference to `wrapper'
| collect2: ld returned 1 exit status
| make: *** [mplayer] Error 1

- also add --disable-xss --disable-dga1 --disable-dga2 in order to
prevent configure to autodetect these options which leads to a
dependency problem.

Signed-off-by: Eric Benard <eric@eukrea.com>
Acked-by: Denis Carikli <GNUtoo@no-log.org>
15 years agolinux-omap-psp 2.6.32: refresh touchbook defconfig, add disabled patch to enable...
Koen Kooi [Tue, 4 May 2010 07:05:07 +0000 (09:05 +0200)]
linux-omap-psp 2.6.32: refresh touchbook defconfig, add disabled patch to enable 800MHz operation

15 years agomatrix-gui_svn.bb: Fix parsing of the recipe
Stefan Schmidt [Tue, 4 May 2010 06:56:50 +0000 (08:56 +0200)]
matrix-gui_svn.bb: Fix parsing of the recipe

NOTE: Handling BitBake files: \ (6840/8344) [81 %]ERROR:
/home/stefan/Projekte/OpenEmbedded/build/openmoko/openembedded/recipes/ti/matrix-gui_svn.bb:22:
unparsed line: 'do_install(52) {' while parsing
/home/stefan/Projekte/OpenEmbedded/build/openmoko/openembedded/recipes/ti/matrix-gui_svn.bb
ERROR:
/home/stefan/Projekte/OpenEmbedded/build/openmoko/openembedded/recipes/ti/matrix-gui_svn.bb:22:
unparsed line: 'do_install(52) {' while parsing
/home/stefan/Projekte/OpenEmbedded/build/openmoko/openembedded/recipes/ti/matrix-gui_svn.bb

No idea if TI has anything in-house that makes this work but here it doesn't.

15 years agomatrix-gui: update to latest svn
Koen Kooi [Tue, 4 May 2010 06:30:33 +0000 (08:30 +0200)]
matrix-gui: update to latest svn

15 years agolinux-omap-psp 26.32: sync with beagleboard validation kernel again
Koen Kooi [Mon, 3 May 2010 20:53:37 +0000 (22:53 +0200)]
linux-omap-psp 26.32: sync with beagleboard validation kernel again

This adds back support for the ds1307 RTC and adds support for the AT24 eeprom

15 years agolxpanel: add 0.5.5
Koen Kooi [Mon, 3 May 2010 15:44:23 +0000 (17:44 +0200)]
lxpanel: add 0.5.5

15 years agomenu-cache: add 0.3.2
Koen Kooi [Mon, 3 May 2010 15:39:41 +0000 (17:39 +0200)]
menu-cache: add 0.3.2

15 years agolxmenu-data: add 0.1.1
Koen Kooi [Mon, 3 May 2010 15:35:59 +0000 (17:35 +0200)]
lxmenu-data: add 0.1.1

15 years agolxde-common: add 0.5.0
Koen Kooi [Mon, 3 May 2010 14:48:11 +0000 (16:48 +0200)]
lxde-common: add 0.5.0

15 years agolxsession: add 0.4.4
Koen Kooi [Mon, 3 May 2010 14:45:21 +0000 (16:45 +0200)]
lxsession: add 0.4.4

15 years agolibfso-glib_git.bb: bump PR to trigger rebuild for updated fso-specs
Klaus Kurzmann [Mon, 3 May 2010 22:04:13 +0000 (00:04 +0200)]
libfso-glib_git.bb: bump PR to trigger rebuild for updated fso-specs

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agocornucopia.inc: bump rev to get SMS reference id fix in fsogsmd
Klaus Kurzmann [Mon, 3 May 2010 22:03:38 +0000 (00:03 +0200)]
cornucopia.inc: bump rev to get SMS reference id fix in fsogsmd

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agofso-specs_git.bb: bump rev to get TimeReport signal
Klaus Kurzmann [Mon, 3 May 2010 22:03:11 +0000 (00:03 +0200)]
fso-specs_git.bb: bump rev to get TimeReport signal

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agoframeworkd_git.bb: bump rev to get more opimd fixes
Klaus Kurzmann [Mon, 3 May 2010 22:02:18 +0000 (00:02 +0200)]
frameworkd_git.bb: bump rev to get more opimd fixes

Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
15 years agoxserver-nodm-init: fix RDEPENDS, add redirect to /tmp/x.log
Martin Jansa [Mon, 3 May 2010 20:51:03 +0000 (22:51 +0200)]
xserver-nodm-init: fix RDEPENDS, add redirect to /tmp/x.log

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoxserver-common_1.33: add xserver-system include for possible modifications on target
Martin Jansa [Mon, 3 May 2010 19:49:49 +0000 (21:49 +0200)]
xserver-common_1.33: add xserver-system include for possible modifications on target

* requested by Joachim Ott
* also fix 89xTs_Calibrate_xinput_calibrator, never call exit from Xsession.d script,
  because they are sourced to main Xsession shell and exit will end whole Xsession execution

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoomnewrotate: update Xsession.d script for xserver-common
Martin Jansa [Mon, 3 May 2010 19:42:51 +0000 (21:42 +0200)]
omnewrotate: update Xsession.d script for xserver-common

* don't source default/omnewrotate config to Xsession shell
* don't export DISPLAY (it should be exported before running Xsession scripts)
* move autostart logic to init.d script

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoopenssl 1.0.0: fix patches with config-strings
Roman I Khimov [Mon, 3 May 2010 16:59:45 +0000 (20:59 +0400)]
openssl 1.0.0: fix patches with config-strings

openssl 1.0.0 has more fields in config-strings, so Configure patches
forward-ported from previous openssl versions needed further adjustments to
build for more targets (initially tested only on i686 and x86_64).

Clean up useless date output in patches (somehow crawled in via quilt)
along the way.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoqemu.inc: Set virtual/xserver not xserver.
Tom Rini [Mon, 3 May 2010 19:30:11 +0000 (12:30 -0700)]
qemu.inc: Set virtual/xserver not xserver.

Tested with qemu{arm,x86,mips} and x11-image.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agobase-files: adjust SHR profile a bit more
Martin Jansa [Mon, 3 May 2010 16:44:40 +0000 (18:44 +0200)]
base-files: adjust SHR profile a bit more

* on some targets HOME is set to '/' before /etc/profile gets sourced
* Haven't found yet, why it's set '/' in first place, but will apply
  this workaround proposed by Joachim Ott for now.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoEFL: bump again a bit, fixed python-elementary and improved quickpanel
Martin Jansa [Mon, 3 May 2010 16:29:52 +0000 (18:29 +0200)]
EFL: bump again a bit, fixed python-elementary and improved quickpanel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoiliwi: remove do_stage() as vala.bbclass doesn't use it anymore
Martin Jansa [Mon, 3 May 2010 16:08:57 +0000 (18:08 +0200)]
iliwi: remove do_stage() as vala.bbclass doesn't use it anymore

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoevopedia: use ventura instead of midory
Martin Jansa [Mon, 3 May 2010 16:06:48 +0000 (18:06 +0200)]
evopedia: use ventura instead of midory

* sensiblebrowser as provided by debianutils and to lower RRECOMMENDS to RSUGGESTS would be even better

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agotask-shr: replace mokonnect with iliwi
Martin Jansa [Mon, 3 May 2010 15:57:59 +0000 (17:57 +0200)]
task-shr: replace mokonnect with iliwi

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux-kexecboot: add git recipe for vanilla kernel
Martin Jansa [Sat, 1 May 2010 20:35:03 +0000 (22:35 +0200)]
linux-kexecboot: add git recipe for vanilla kernel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux: add git recipe for vanilla kernel
Martin Jansa [Sat, 1 May 2010 11:23:53 +0000 (13:23 +0200)]
linux: add git recipe for vanilla kernel

* spitz's defconfig based on 2.6.33, disabled obsolete PCMCIA ioctl,
  because it's broken in current HEAD

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolinux-omap-psp 2.6.32: sync patches with validation kernel
Koen Kooi [Mon, 3 May 2010 13:49:48 +0000 (15:49 +0200)]
linux-omap-psp 2.6.32: sync patches with validation kernel

15 years agoshr-lite-image: don't set IMAGE_LINGUAS here
Martin Jansa [Mon, 3 May 2010 12:27:00 +0000 (14:27 +0200)]
shr-lite-image: don't set IMAGE_LINGUAS here

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoklibc: add 1.5.18
Martin Jansa [Mon, 3 May 2010 09:26:05 +0000 (11:26 +0200)]
klibc: add 1.5.18

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoklibc: add 1.5.17
Eric BENARD [Sat, 24 Apr 2010 03:14:45 +0000 (03:14 +0000)]
klibc: add 1.5.17

Tested only on x86, with kernel 2.6.33 and 2.6.32

Signed-off-by: Eric Benard <eric@eukrea.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
15 years agoklibc: cleanup all version
Martin Jansa [Sat, 27 Feb 2010 08:53:37 +0000 (09:53 +0100)]
klibc: cleanup all version

* reuse as much .inc as possible
* use INC_PR
* added klibc-utils.inc with common do_install_append for installing all utils
  added PACKAGES + FILES variables for them (union for all klibc versions)
* added klibc-utils-static.inc with common part of all klibc-utils-static recipes
  and including klibc-utils.inc in the end with prepared variables to install
  static versions
* modprobe was installed in base_bindir for shared and base_sbindir for static, unified
  to base_sbindir
* next task will be to  convert all to new staging (don't know how to install to cross
  with native install).

* 1.5.15 tested with slugos/nslu2le linux-ixp4xx-2.6.27.8+svnr1089-r2
* >= 1.5.15+1.5.16 tested with angstrom/spitz linux-2.6.34-rc6+git%

* all version:
  with newer kernel version where is no include/asm, which is
  replaced with include/asm-generic + ie arch/arm/include/asm/
  we can stage asm -> ../arch/arm/include/asm/ link, or fix klibc
  autotools to use arch inludes correctly

* >= 1.5.15+1.5.16:
  expects newer kernel and also built (staged) after
  http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=b2f6d8d0200974b8b98f1bb9b10d46fb06e14b15

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Andrea Adami <andrea.adami@gmail.com>
15 years agolinux-omap-psp 2.6.32: remove unused v4l2 patches
Koen Kooi [Mon, 3 May 2010 11:20:15 +0000 (13:20 +0200)]
linux-omap-psp 2.6.32: remove unused v4l2 patches

15 years agou-boot git: update beagleboard patches, rebase onto denx git
Koen Kooi [Mon, 3 May 2010 11:19:06 +0000 (13:19 +0200)]
u-boot git: update beagleboard patches, rebase onto denx git