openembedded.git
17 years agomatchbox-applet-inputmanager 0.6: Implement smart IM visibility protocol.
Paul Sokolovsky [Thu, 29 Nov 2007 11:03:24 +0000 (11:03 +0000)]
matchbox-applet-inputmanager 0.6: Implement smart IM visibility protocol.
* One of the very noticeable pain points in matchbox' IM handling is high
latency of IM popping up, which can take up to half-second with complex
screen layouts. This is rooted in the fact that IM process is killed when
IM window is hidden, and started again afterwards.
* I wanted to address this on inputmanager level, transparently to actual
IM implementation, by hiding/showing IM's window by the manager. Unfortunately,
there appears to be no reliable method to figure out window IDs from process
properties (for example, _MB_CLIENT_EXEC_MAP X property, maintained by matcbox,
doesm't capture all apps started, in particular, it captures neither xkbd
nor matchbox-keyboard, GPE's term app is not caught too, while either GPE apps
are). Then, wanted to implement custom PropertyNotify-based protocol, though
there would be left issue of distinguishing IMs which support this protocol
and ones which don't. Finally, by random gerpping, I found that xkbd supports
Unix signal based visibility protocol! By receiving SIGUSR1, it hides/shows
its window. This seems like 100% win, as the default behavior for SIGUSR1
is process termination, so unsupporting clients will be just terminated as
before.

17 years agomatchbox-keyboard svn: Unbreak.
Paul Sokolovsky [Tue, 27 Nov 2007 22:57:37 +0000 (22:57 +0000)]
matchbox-keyboard svn: Unbreak.
* Please don't commit spurious changes.

17 years agoxkbd 0.8.15: Add default common slides.
Paul Sokolovsky [Tue, 27 Nov 2007 20:47:28 +0000 (20:47 +0000)]
xkbd 0.8.15: Add default common slides.
* xkbd has supports for "slides", where instead of just click on key,
there's a gesture up, down, left, or right. These can be specified in
keyboard definition, and xkbd has defaults for each 4. But of 4 pristine
defaults, only 1 is useful - up is shift+key. The other are for ctrl, alt,
etc modifiers, which are less useful in real life. Instead, have following
defaults: left - backspace, right - space, down - Enter. This means that
on common xkbd file w/o slide definition, making a right-to-left gesture
anywhere on keyboard will be equivalent of backspace, etc.

17 years agouboot-openmoko_svn.bb : add glamo ram initialisation patch so stop
Graeme Gregory [Tue, 27 Nov 2007 11:39:09 +0000 (11:39 +0000)]
uboot-openmoko_svn.bb : add glamo ram initialisation patch so stop
glamo deadlocks.

17 years agomerge of '2ea9f4ae40e1a9b07744e81b924d464d9e450aba'
Marcin Juszkiewicz [Tue, 27 Nov 2007 10:50:47 +0000 (10:50 +0000)]
Merge ... '2ea9f4ae40e1a9b07744e81b924d464d9e450aba'
     and 'be33ed116b217c668a13a0dae151271036541f73'

17 years agohildon-libs: add libmatchbox to dependencies - close #3291
Robert Schuster [Tue, 27 Nov 2007 10:45:20 +0000 (10:45 +0000)]
hildon-libs: add libmatchbox to dependencies - close #3291

17 years agomerge of '0c8e229c6b28d5a860d0b3d8d71739f9c9bb18e0'
Junqian Gordon Xu [Mon, 26 Nov 2007 21:43:54 +0000 (21:43 +0000)]
Merge ... '0c8e229c6b28d5a860d0b3d8d71739f9c9bb18e0'
     and 'ed8cc53f61ab5684eccfe6a4732071def8a37424'

17 years agoinotify-tools: Add version 3.12 from sourceforge.
Leon Woestenberg [Mon, 26 Nov 2007 21:27:40 +0000 (21:27 +0000)]
inotify-tools: Add version 3.12 from sourceforge.

17 years agogcc: Add pr34130.patch for missing versions.
Leon Woestenberg [Mon, 26 Nov 2007 21:09:06 +0000 (21:09 +0000)]
gcc: Add pr34130.patch for missing versions.

17 years agogpe-login 0.90: Lock screen on suspend, not on resume.
Paul Sokolovsky [Mon, 26 Nov 2007 16:09:20 +0000 (16:09 +0000)]
gpe-login 0.90: Lock screen on suspend, not on resume.
* When using gpe-login --autolock, lock screen before going to suspend,
not after coming out of resume, as otherwise there's noticeable delay with
screen unprotected.
* Closes #3370.
* Upstream bug http://bugs.linuxtogo.org/show_bug.cgi?id=125

17 years agozaurus-2.6.inc: Make it work for the case when there's no jffs2 in IMAGE_FSTYPES.
Paul Sokolovsky [Mon, 26 Nov 2007 14:57:09 +0000 (14:57 +0000)]
zaurus-2.6.inc: Make it work for the case when there's no jffs2 in IMAGE_FSTYPES.

17 years agomerge of '8744f51b03fb8cbe26fbea1e61c9ca8c0cda7571'
Paul Sokolovsky [Mon, 26 Nov 2007 14:45:14 +0000 (14:45 +0000)]
Merge ... '8744f51b03fb8cbe26fbea1e61c9ca8c0cda7571'
     and '9722830207e34266d2aae4fe5fba289f2f7cb711'

17 years agomerge of '1b5769504979ed00982f85f0ceb79250c4391a89'
Sergey Lapin [Mon, 26 Nov 2007 13:42:17 +0000 (13:42 +0000)]
Merge ... '1b5769504979ed00982f85f0ceb79250c4391a89'
     and 'fbe0639618786fa2fa92888fc0eb9bfba2b76fa3'

17 years agoLinux for palms: repository change
Sergey Lapin [Mon, 26 Nov 2007 13:39:01 +0000 (13:39 +0000)]
Linux for palms: repository change

17 years agogpe-login 0.90: Die, die, die gpe-xcalibrate.sh!
Paul Sokolovsky [Mon, 26 Nov 2007 13:28:46 +0000 (13:28 +0000)]
gpe-login 0.90: Die, die, die gpe-xcalibrate.sh!
* Unbreaks "Record" button press for recalibration during initial login screen
(autolock screen has been fixed by previously applied and mainstreamed patch).

17 years agokeylaunch 2.0.10: Apply patch to unbreak key event capture.
Paul Sokolovsky [Mon, 26 Nov 2007 13:25:29 +0000 (13:25 +0000)]
keylaunch 2.0.10: Apply patch to unbreak key event capture.
* We of course still want to receive key events even after subscribing to
property events. This fixes when keylaunch doesn't receive forwarded
power buttons events from gpe-login --autolock in its locked state.
In plain words: now power button works with autolock screen.

17 years agokeylaunch-conf: Fix permissions on keylaunchrc.
Paul Sokolovsky [Mon, 26 Nov 2007 13:24:46 +0000 (13:24 +0000)]
keylaunch-conf: Fix permissions on keylaunchrc.

17 years agomerge of 'a87697026a73f10984708224b490659d3ce0d804'
OpenEmbedded Project [Mon, 26 Nov 2007 08:12:34 +0000 (08:12 +0000)]
Merge ... 'a87697026a73f10984708224b490659d3ce0d804'
     and 'e6bf3fbc989603ad89a8d4ca27d7be41e6baa763'

17 years agokeylaunch-conf: Never-ever use "Pressed" events in public configs.
Paul Sokolovsky [Sun, 25 Nov 2007 23:04:30 +0000 (23:04 +0000)]
keylaunch-conf: Never-ever use "Pressed" events in public configs.
* It is possible to unambigously distingish events only of two types:
<default> (short press) and "Held" (long press). Using any other event
type is ambigous. In particular, with the old default config there was
ambiguity with power off and backlight toggle bindings - most of the time,
backlight toggling also caused power off. As freedom of using any key in any
way should be left to user, ambigouos bindings should be avoided.

17 years agokeylaunch-conf: Describe keylaunchrc format.
Paul Sokolovsky [Sun, 25 Nov 2007 22:57:59 +0000 (22:57 +0000)]
keylaunch-conf: Describe keylaunchrc format.

17 years agokeylaunch 2.0.10: Separate a keylaunch, a generic X key binding utility,
Paul Sokolovsky [Sun, 25 Nov 2007 22:43:28 +0000 (22:43 +0000)]
keylaunch 2.0.10: Separate a keylaunch, a generic X key binding utility,
from random crap aka device-specific (mis)configs and hacks.

17 years agomerge of '48478ddf3ddc9dfe86e795c161215a6aff7bed14'
Matthias Hentges [Sun, 25 Nov 2007 22:21:39 +0000 (22:21 +0000)]
Merge ... '48478ddf3ddc9dfe86e795c161215a6aff7bed14'
     and '5902c8a2faa615298afe02583b6cc1c6fdc96b8c'

17 years agozaurusd: Add gpe-conf to DEPENDS and RDEPENDS to pull in 'bl', closing bug #3131
Matthias Hentges [Sun, 25 Nov 2007 22:11:57 +0000 (22:11 +0000)]
zaurusd: Add gpe-conf to DEPENDS and RDEPENDS to pull in 'bl', closing bug #3131

17 years agomerge of '3a5892676598eb5fb52e72f522d90504a9cebf45'
OpenEmbedded Project [Sun, 25 Nov 2007 21:51:31 +0000 (21:51 +0000)]
Merge ... '3a5892676598eb5fb52e72f522d90504a9cebf45'
     and 'c35290b09c1ca880d544533f46fa7833a9ee72ce'

17 years agobinutils-cross-2.18: --disable-werror to prevent aborting compile with bleeding edge...
Junqian Gordon Xu [Sun, 25 Nov 2007 21:34:21 +0000 (21:34 +0000)]
binutils-cross-2.18: --disable-werror to prevent aborting compile with bleeding edge (4.3.x) gcc.

17 years agowebcam-server: Add dependency to jpeg, closing bug #3366
Matthias Hentges [Sun, 25 Nov 2007 21:29:22 +0000 (21:29 +0000)]
webcam-server: Add dependency to jpeg, closing bug #3366

17 years agomerge of 'd1405d37b57316e56826c15ad9770b0ae3e31f7d'
OpenEmbedded Project [Sun, 25 Nov 2007 20:33:19 +0000 (20:33 +0000)]
Merge ... 'd1405d37b57316e56826c15ad9770b0ae3e31f7d'
     and 'd5059e99123ac26efa72358d1cdbbb2776399a25'

17 years agogcc-4.2.[12]: Applied pr34130.patch, from 4.1.2.
Leon Woestenberg [Sun, 25 Nov 2007 19:58:38 +0000 (19:58 +0000)]
gcc-4.2.[12]: Applied pr34130.patch, from 4.1.2.

17 years agogcc-4.1.[01]: Applied pr34130.patch, from 4.1.2.
Leon Woestenberg [Sun, 25 Nov 2007 19:47:36 +0000 (19:47 +0000)]
gcc-4.1.[01]: Applied pr34130.patch, from 4.1.2.

17 years agogcc(-cross): bump PR so that OE picks up the fixed gcc and gcc-cross packages.
Mike Westerhof [Sun, 25 Nov 2007 18:38:26 +0000 (18:38 +0000)]
gcc(-cross): bump PR so that OE picks up the fixed gcc and gcc-cross packages.

17 years agompfr-(native)_svn: upstream switch from cvs to svn. add native_svn.
Junqian Gordon Xu [Sun, 25 Nov 2007 18:10:53 +0000 (18:10 +0000)]
mpfr-(native)_svn: upstream switch from cvs to svn. add native_svn.

17 years agogcc_4.1.2: revert enabling fortran.
Junqian Gordon Xu [Sun, 25 Nov 2007 01:42:31 +0000 (01:42 +0000)]
gcc_4.1.2: revert enabling fortran.

17 years agompfr: unify, remove obsolete directory in 2.3.0 staging.
Junqian Gordon Xu [Sat, 24 Nov 2007 21:47:08 +0000 (21:47 +0000)]
mpfr: unify, remove obsolete directory in 2.3.0 staging.

17 years agoxserver-kdrive-common: add missing break in the switch statement
Koen Kooi [Sat, 24 Nov 2007 17:49:35 +0000 (17:49 +0000)]
xserver-kdrive-common: add missing break in the switch statement

17 years agoixp4xx-kernel: defconfig for 2.6.21.6 - add many crypt modules, add requested cdc
Mike Westerhof [Sat, 24 Nov 2007 17:10:21 +0000 (17:10 +0000)]
ixp4xx-kernel: defconfig for 2.6.21.6 - add many crypt modules, add requested cdc
modules, and add various USB video device modules. (note: no built-in devices or
crypto drivers have been changed to modules in this commit)

17 years agobusybox: SlugOS defconfig - add nohup, add timeout option to shell's read command.
Mike Westerhof [Sat, 24 Nov 2007 17:06:32 +0000 (17:06 +0000)]
busybox: SlugOS defconfig - add nohup, add timeout option to shell's read command.

17 years agoinitramfs-uniboot & modules: These all are machine-independent scripts.
Paul Sokolovsky [Sat, 24 Nov 2007 16:14:00 +0000 (16:14 +0000)]
initramfs-uniboot & modules: These all are machine-independent scripts.

17 years agoklibc-utils-fstype: Create a separate recipe for klibc's fstype.
Paul Sokolovsky [Sat, 24 Nov 2007 15:34:07 +0000 (15:34 +0000)]
klibc-utils-fstype: Create a separate recipe for klibc's fstype.
* ... built against normal system libc.

17 years agoxserver-kdrive-common: use Xfbdev on gta02 for now
Koen Kooi [Sat, 24 Nov 2007 14:47:55 +0000 (14:47 +0000)]
xserver-kdrive-common: use Xfbdev on gta02 for now

17 years agofic-gta02: ship Xfbdev as well
Koen Kooi [Sat, 24 Nov 2007 14:46:25 +0000 (14:46 +0000)]
fic-gta02: ship Xfbdev as well

17 years agoinitramfs-module-bootmenu: Switch from using buggy mount --guess-fstype to buggy...
Paul Sokolovsky [Sat, 24 Nov 2007 12:14:59 +0000 (12:14 +0000)]
initramfs-module-bootmenu: Switch from using buggy mount --guess-fstype to buggy klibc's fstype.

17 years agolinux-handhelds-2.6: Factor out kernel filename to a variable, for easy global change.
Paul Sokolovsky [Sat, 24 Nov 2007 12:11:21 +0000 (12:11 +0000)]
linux-handhelds-2.6: Factor out kernel filename to a variable, for easy global change.

17 years agobinutils: Add patch to work with recent makedevs versions (#3342)
Richard Purdie [Sat, 24 Nov 2007 11:48:42 +0000 (11:48 +0000)]
binutils: Add patch to work with recent makedevs versions (#3342)

17 years agoneod: set platform to htc for htcuniversal to enable power/aux keys
Philipp Zabel [Sat, 24 Nov 2007 11:07:57 +0000 (11:07 +0000)]
neod: set platform to htc for htcuniversal to enable power/aux keys

17 years agogcc-(cross)-package.inc: selective fortran packaging.
Junqian Gordon Xu [Sat, 24 Nov 2007 06:08:44 +0000 (06:08 +0000)]
gcc-(cross)-package.inc: selective fortran packaging.

17 years agomerge of '6ac18f3dcd3bdc55e3c6e2b808ce11f25dbd163e'
Koen Kooi [Sat, 24 Nov 2007 02:03:50 +0000 (02:03 +0000)]
Merge ... '6ac18f3dcd3bdc55e3c6e2b808ce11f25dbd163e'
     and 'c1726a91450c9a012bcaa95d2c1d0c935197ce53'

17 years agolinux-handhelds-2.6: Fix another typo in HaRET startup script.
Paul Sokolovsky [Fri, 23 Nov 2007 20:21:50 +0000 (20:21 +0000)]
linux-handhelds-2.6: Fix another typo in HaRET startup script.

17 years agoklibc 1.1.1: Fix multimachine build.
Paul Sokolovsky [Fri, 23 Nov 2007 19:54:17 +0000 (19:54 +0000)]
klibc 1.1.1: Fix multimachine build.
* klibc fishes in kernel sources, and this is per-machine stuff, so
klibc must be per-machine too. This is of course not ideal, as klibc is
*not* machine-dependent, but at least it's on par with uclibc, which has the
same issue.

17 years agozaurus-updater: fix flashing from case sensitive filesystems
Koen Kooi [Fri, 23 Nov 2007 19:41:32 +0000 (19:41 +0000)]
zaurus-updater: fix flashing from case sensitive filesystems

17 years agozaurus-updater: Always treat MTD_PART_SIZE as HEX when comparing sizes, thanks to...
Matthias Hentges [Fri, 23 Nov 2007 19:40:32 +0000 (19:40 +0000)]
zaurus-updater: Always treat MTD_PART_SIZE as HEX when comparing sizes, thanks to ZeroChaos for debugging

17 years agozaurus-updater: fix a typo from the last commit
Koen Kooi [Fri, 23 Nov 2007 19:23:10 +0000 (19:23 +0000)]
zaurus-updater: fix a typo from the last commit

17 years agozaurus-updater: have consistent error messages
Koen Kooi [Fri, 23 Nov 2007 19:04:45 +0000 (19:04 +0000)]
zaurus-updater: have consistent error messages

17 years agoxserver-kdrive-common: use Xglamo for gta02, remove some of the bogus Xserver checks
Koen Kooi [Fri, 23 Nov 2007 18:04:45 +0000 (18:04 +0000)]
xserver-kdrive-common: use Xglamo for gta02, remove some of the bogus Xserver checks
* if a Xserver is in /usr/bin doesn't mean the it's the right server for the job

17 years agotask-openmoko: use xserver specified by machine instead of hardcoding it
Koen Kooi [Fri, 23 Nov 2007 17:12:56 +0000 (17:12 +0000)]
task-openmoko: use xserver specified by machine instead of hardcoding it

17 years agofic-gta0*: add XSERVER
Koen Kooi [Fri, 23 Nov 2007 17:10:55 +0000 (17:10 +0000)]
fic-gta0*: add XSERVER

17 years agomerge of '0b6935355f7d83e008381e3bc46345a5f8c686d9'
Marcin Juszkiewicz [Fri, 23 Nov 2007 16:49:20 +0000 (16:49 +0000)]
Merge ... '0b6935355f7d83e008381e3bc46345a5f8c686d9'
     and 'e48283e1dd58b2449622e99ee8018852bac6e0fa'

17 years agozaurus-updater: use value from /proc/mtd to get rootfs size
Marcin Juszkiewicz [Fri, 23 Nov 2007 16:44:07 +0000 (16:44 +0000)]
zaurus-updater: use value from /proc/mtd to get rootfs size

17 years agozaurus-updater: remove logs - added by mistake
Marcin Juszkiewicz [Fri, 23 Nov 2007 16:39:33 +0000 (16:39 +0000)]
zaurus-updater: remove logs - added by mistake

17 years agoinsane.bbclass: add package_qa_get_machine_dict() entries for linux-uclibc / i*86
Jeremy Laine [Fri, 23 Nov 2007 15:38:58 +0000 (15:38 +0000)]
insane.bbclass: add package_qa_get_machine_dict() entries for linux-uclibc / i*86

17 years agouclibc-0.9.29: add configuration for qemux86 machine
Jeremy Laine [Fri, 23 Nov 2007 15:29:13 +0000 (15:29 +0000)]
uclibc-0.9.29: add configuration for qemux86 machine

17 years agolibdaemon: add 0.12
Koen Kooi [Fri, 23 Nov 2007 12:06:44 +0000 (12:06 +0000)]
libdaemon: add 0.12

17 years agomerge of '4ca8a8b2d3b5c23e0df60d228c5549695910a24b'
Koen Kooi [Fri, 23 Nov 2007 09:46:49 +0000 (09:46 +0000)]
Merge ... '4ca8a8b2d3b5c23e0df60d228c5549695910a24b'
     and 'ec9b4188f1f043fd13783ea1ed8a13f349a862d8'

17 years agoopenmoko-dialer2: depend on libjana, closes #3357
Koen Kooi [Fri, 23 Nov 2007 09:40:43 +0000 (09:40 +0000)]
openmoko-dialer2: depend on libjana, closes #3357

17 years agogsl: bump to new stable 1.10 version.
Junqian Gordon Xu [Fri, 23 Nov 2007 07:42:32 +0000 (07:42 +0000)]
gsl: bump to new stable 1.10 version.

17 years agogcc-package-cross.inc: link gfortran to g77
Junqian Gordon Xu [Fri, 23 Nov 2007 05:17:05 +0000 (05:17 +0000)]
gcc-package-cross.inc: link gfortran to g77

17 years agomerge of '8a77047e21f2ed3e6cb19c49060c2046a1d4e4e7'
Junqian Gordon Xu [Fri, 23 Nov 2007 05:08:37 +0000 (05:08 +0000)]
Merge ... '8a77047e21f2ed3e6cb19c49060c2046a1d4e4e7'
     and '90119a696ca4b909f2fce4c7fa0807dfd65676dc'

17 years agodisapproval of revision 'bc1afd499eafe3cff3eb38a3d5766aaa0a823536'
Junqian Gordon Xu [Fri, 23 Nov 2007 05:08:05 +0000 (05:08 +0000)]
disapproval of revision 'bc1afd499eafe3cff3eb38a3d5766aaa0a823536'

17 years agoliboil: fix bug 3090
Henning Heinold [Thu, 22 Nov 2007 23:24:35 +0000 (23:24 +0000)]
liboil: fix bug 3090
* liboil DEPENDS on "glib-2.0"
* it is no uclibc bug
* bump PR to 2

17 years agomerge of '01a1687d6a3a1aa8b8ba912066a682526987fd4f'
Henning Heinold [Thu, 22 Nov 2007 21:15:54 +0000 (21:15 +0000)]
Merge ... '01a1687d6a3a1aa8b8ba912066a682526987fd4f'
     and '74f9f9386f21c9cc7120b518b57aa3e7dee84477'

17 years agocacao-cldc: fix RDEPENDS for libltdl
Henning Heinold [Thu, 22 Nov 2007 21:13:50 +0000 (21:13 +0000)]
cacao-cldc: fix RDEPENDS for libltdl
* cacao-cldc needs libltdl if executed

17 years agomidpath-pulseaudio: new sound backend for midpath
Henning Heinold [Thu, 22 Nov 2007 21:02:37 +0000 (21:02 +0000)]
midpath-pulseaudio: new sound backend for midpath

17 years agomidpath: cosmetic buildfixes
Henning Heinold [Thu, 22 Nov 2007 20:59:39 +0000 (20:59 +0000)]
midpath: cosmetic buildfixes
* remove unnecessary build directory in a couple of .bb
* no need to bump the PR

17 years agomidpath-cldc: rproviding virtual/cldc-api-1.1
Henning Heinold [Thu, 22 Nov 2007 20:53:35 +0000 (20:53 +0000)]
midpath-cldc: rproviding virtual/cldc-api-1.1
* set in midpath-cldc: RPROVIDES = "virtual/cldc-api-1.1"
  so we are in sync with cacao-cldc
* bump PR to 1

17 years agocacao-cldc: fix path to cldc1.1.jar
Henning Heinold [Thu, 22 Nov 2007 20:48:03 +0000 (20:48 +0000)]
cacao-cldc: fix path to cldc1.1.jar
* path is now /usr/share/java for cldc1.1.jar
* cosmetic change for cacao-cldc in package area
* bump PR to 1

17 years agoslugos-packages: add cryptsetup
Mike Westerhof [Thu, 22 Nov 2007 20:16:37 +0000 (20:16 +0000)]
slugos-packages: add cryptsetup

17 years agomerge of 'bb63b7b4eabc6cafcaa52db249a818525904f7de'
Paul Sokolovsky [Thu, 22 Nov 2007 18:52:43 +0000 (18:52 +0000)]
Merge ... 'bb63b7b4eabc6cafcaa52db249a818525904f7de'
     and 'd645cc63fbf52fec48d747b81fd894d3fbb6848a'

17 years agolinux-rp: Depends on bc during buildtime for collie.
Paul Sokolovsky [Thu, 22 Nov 2007 18:49:28 +0000 (18:49 +0000)]
linux-rp: Depends on bc during buildtime for collie.
* Don't bother to create bc-natibe though, just add it to global
ASSUME_PROVIDED list.

17 years agobusybox: Enable support for -t & -n options for read command in angstrom configs.
Koen Kooi [Thu, 22 Nov 2007 18:27:22 +0000 (18:27 +0000)]
busybox: Enable support for -t & -n options for read command in angstrom configs.
* These are timeout and num chars to read options, both are useful
when writing UI interaction code, with busybox-static being targetted
at writing bootloader tools and stuff.

17 years agobitbake.conf: Reformat and alphabetize ASSUME_PROVIDED list.
Paul Sokolovsky [Thu, 22 Nov 2007 18:04:08 +0000 (18:04 +0000)]
bitbake.conf: Reformat and alphabetize ASSUME_PROVIDED list.
* According to http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-November/003493.html ,
ASSUME_PROVIDED in the bitbake.conf is the authoritative location of list
of package which expected to be installed on the host for OE to work properly.
Make the list more prominent and easy to maintain.

17 years agomerge of '1caa2b8988bc7d01766f1668314bf16b821b2ff6'
Paul Sokolovsky [Thu, 22 Nov 2007 17:55:24 +0000 (17:55 +0000)]
Merge ... '1caa2b8988bc7d01766f1668314bf16b821b2ff6'
     and 'b4fb0e02c0de82a5593a04d6a92a465545d17e15'

17 years agoinitramfs-module-bootmenu: Interactive boot location selection for initramfs-uniboot.
Paul Sokolovsky [Thu, 22 Nov 2007 17:34:24 +0000 (17:34 +0000)]
initramfs-module-bootmenu: Interactive boot location selection for initramfs-uniboot.
* For now, supports booting from ext2/ext3 partitions and from ext2/ext3 loopback
images placed on vfat partition.

17 years agoinitramfs-uniboot & modules: Bump PRs for latest changes.
Paul Sokolovsky [Thu, 22 Nov 2007 17:31:23 +0000 (17:31 +0000)]
initramfs-uniboot & modules: Bump PRs for latest changes.

17 years agoinitramfs-module-loopboot: Allow to use absolute path for loop file location.
Paul Sokolovsky [Thu, 22 Nov 2007 17:29:37 +0000 (17:29 +0000)]
initramfs-module-loopboot: Allow to use absolute path for loop file location.

17 years agoinitrdscripts: module-initfs: Be silent on loading non-existent module.
Paul Sokolovsky [Thu, 22 Nov 2007 17:26:10 +0000 (17:26 +0000)]
initrdscripts: module-initfs: Be silent on loading non-existent module.
* Use -q for modprobe, and as that apparently doesn't help bitbake's modprobe,
redirect output to /dev/null.

17 years agomerge of 'da208288712062005c17d9f4b6bea22ac67c9152'
Paul Sokolovsky [Thu, 22 Nov 2007 17:20:55 +0000 (17:20 +0000)]
Merge ... 'da208288712062005c17d9f4b6bea22ac67c9152'
     and 'fbf68cc9245c99890a7243d02341cbd6840ac6b9'

17 years agomerge of '40f293b10b110d85c793d96acc26403ea53edb48'
Graeme Gregory [Thu, 22 Nov 2007 16:51:57 +0000 (16:51 +0000)]
Merge ... '40f293b10b110d85c793d96acc26403ea53edb48'
     and '8e1c07ccc20b627b1a8808a0a3b8a7afcaf72b79'

17 years agotask-openmoko.bb : add openmoko-messages2 to the images
Graeme Gregory [Thu, 22 Nov 2007 16:44:20 +0000 (16:44 +0000)]
task-openmoko.bb : add openmoko-messages2 to the images

17 years agodropbear 0.49: Beautify init script output.
Paul Sokolovsky [Thu, 22 Nov 2007 16:23:37 +0000 (16:23 +0000)]
dropbear 0.49: Beautify init script output.
* Make sure that "Starting: dropbear" message is not broken by host
key generation output.

17 years agohostap-daemon_0.6.0.bb: package version 0.6.0 of hostap-daemon
Jeremy Laine [Thu, 22 Nov 2007 16:10:32 +0000 (16:10 +0000)]
hostap-daemon_0.6.0.bb: package version 0.6.0 of hostap-daemon
* update makefile-cross.diff patch
* fix init script: pass -B to hostapd instead of passing -b
  to start-stop-daemon
* instead of using per-machine enabling/disabling of madwifi
  support, use the 'pci' feature, like wpa-supplicant
* build against madwifi-ng when madwifi support is enabled

17 years agomerge of '0a649e59614b2140ef8f93c2dc52b1361f2acb0b'
Marcin Juszkiewicz [Thu, 22 Nov 2007 15:37:15 +0000 (15:37 +0000)]
Merge ... '0a649e59614b2140ef8f93c2dc52b1361f2acb0b'
     and '0b7b234637a0d41420b6a596ef10e38857ff6f57'

17 years agogettext: Disable java since it finds any native gcj and breaks cross compiled builds...
Marcin Juszkiewicz [Thu, 22 Nov 2007 15:35:03 +0000 (15:35 +0000)]
gettext: Disable java since it finds any native gcj and breaks cross compiled builds (from Poky)

17 years agoinitrdscripts: We obviously first do rootdelay, and only then create device nodes.
Paul Sokolovsky [Thu, 22 Nov 2007 15:08:12 +0000 (15:08 +0000)]
initrdscripts: We obviously first do rootdelay, and only then create device nodes.

17 years agompfr: add 2.3.0
Koen Kooi [Thu, 22 Nov 2007 15:04:06 +0000 (15:04 +0000)]
mpfr: add 2.3.0

17 years agoangstrom 2--7 lockdown file: fix typo spotted by XorA
Koen Kooi [Thu, 22 Nov 2007 13:48:12 +0000 (13:48 +0000)]
angstrom 2--7 lockdown file: fix typo spotted by XorA

17 years agomerge of '618bc57259adc999e3aa2e274184f51d0b2c25ff'
Marcin Juszkiewicz [Thu, 22 Nov 2007 13:19:05 +0000 (13:19 +0000)]
Merge ... '618bc57259adc999e3aa2e274184f51d0b2c25ff'
     and 'd3817d825e9b6c052e0da2a808abdcdb3a410892'

17 years agozaurus-updater: dropped spitz one as unified works on spitz (tested by Rolf Leggewie)
Marcin Juszkiewicz [Thu, 22 Nov 2007 13:14:40 +0000 (13:14 +0000)]
zaurus-updater: dropped spitz one as unified works on spitz (tested by Rolf Leggewie)

17 years agoangstrom.inc: add FEED_ARCH for mpc8313e-rdb and mpc8323e-rdb machines
Jeremy Laine [Thu, 22 Nov 2007 13:07:54 +0000 (13:07 +0000)]
angstrom.inc: add FEED_ARCH for mpc8313e-rdb and mpc8323e-rdb machines

17 years agoinitrdscripts: Finish renaming for ordered module load.
Paul Sokolovsky [Thu, 22 Nov 2007 12:20:26 +0000 (12:20 +0000)]
initrdscripts: Finish renaming for ordered module load.

17 years agoinitrdscripts: Separate fs kernel module loading to separate plugin.
Paul Sokolovsky [Thu, 22 Nov 2007 12:16:41 +0000 (12:16 +0000)]
initrdscripts: Separate fs kernel module loading to separate plugin.

17 years agoinitrdscripts: Initial value for ROOT_DEV is null.
Paul Sokolovsky [Thu, 22 Nov 2007 12:07:37 +0000 (12:07 +0000)]
initrdscripts: Initial value for ROOT_DEV is null.