]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
16 years agolinux-moblin: Add 2.6.27 moblin kernel
Samuel Ortiz [Tue, 21 Oct 2008 14:25:42 +0000 (16:25 +0200)]
linux-moblin: Add 2.6.27 moblin kernel

This will be the default moblin kernel.
We also moved the 2.6.27-rc* kernels to meta-moblin.

16 years agonetbook: changed platform name from eee901 to netbook
Samuel Ortiz [Tue, 21 Oct 2008 14:01:02 +0000 (16:01 +0200)]
netbook: changed platform name from eee901 to netbook

We want to have a more generic platform definition.
The netbook machine one currently supports the eee901 and the aspire one.
We also moved the machine and netbook image definitions to meta-moblin.

16 years agobitbake-dev: Dynamically load the UI module.
Rob Bradford [Tue, 21 Oct 2008 11:39:23 +0000 (12:39 +0100)]
bitbake-dev: Dynamically load the UI module.

Dynamically load the UI from a module based on the UI name given. We still
however maintain a fixed set in here with the set of suggested UIs.

16 years agopackaged-staging.bbclass: Avoid removing the staging.lock lock file.
Robert Bradford [Mon, 20 Oct 2008 14:58:47 +0000 (14:58 +0000)]
packaged-staging.bbclass: Avoid removing the staging.lock lock file.

The pstage_manualclean function can be called on a directory containing an
actively held lock on staging. Removing the lock file whilst the lock is held
results in a failure when the lock is released.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5553 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agosyslinux: Add COMPATIBLE_HOST
Richard Purdie [Mon, 20 Oct 2008 14:37:36 +0000 (14:37 +0000)]
syslinux: Add COMPATIBLE_HOST

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5552 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobitbake utils.py: Merge prunedir symlink fix from bitbake upstream
Richard Purdie [Mon, 20 Oct 2008 14:19:36 +0000 (14:19 +0000)]
bitbake utils.py: Merge prunedir symlink fix from bitbake upstream

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5551 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibacpi: Add COMPATIBLE_HOST
Richard Purdie [Mon, 20 Oct 2008 13:50:59 +0000 (13:50 +0000)]
libacpi: Add COMPATIBLE_HOST

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5550 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky.conf: Fix world excludes typo
Richard Purdie [Mon, 20 Oct 2008 13:19:42 +0000 (13:19 +0000)]
poky.conf: Fix world excludes typo

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5549 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibsyncml: Remove insane piece of strange assembler
Richard Purdie [Mon, 20 Oct 2008 13:18:49 +0000 (13:18 +0000)]
libsyncml: Remove insane piece of strange assembler

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5548 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky.conf: Exclude linsync from world builds
Richard Purdie [Mon, 20 Oct 2008 12:58:24 +0000 (12:58 +0000)]
poky.conf: Exclude linsync from world builds

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5547 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky.conf: Update libopensync world exclude list
Richard Purdie [Mon, 20 Oct 2008 12:23:27 +0000 (12:23 +0000)]
poky.conf: Update libopensync world exclude list

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5546 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibopensync-plugin: Upgrade file and vformat to 0.37
Richard Purdie [Mon, 20 Oct 2008 12:22:58 +0000 (12:22 +0000)]
libopensync-plugin: Upgrade file and vformat to 0.37

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5545 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agomsynctool: Upgrade 0.36 -> 0.37
Richard Purdie [Mon, 20 Oct 2008 12:16:41 +0000 (12:16 +0000)]
msynctool: Upgrade 0.36 -> 0.37

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5544 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibopensync-plugin-evolution2: Fix to work with libopensync 0.37
Richard Purdie [Mon, 20 Oct 2008 12:10:53 +0000 (12:10 +0000)]
libopensync-plugin-evolution2: Fix to work with libopensync 0.37

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5543 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agosyslinux: Various cleanups and add back some missing staging pieces
Richard Purdie [Mon, 20 Oct 2008 11:58:05 +0000 (11:58 +0000)]
syslinux: Various cleanups and add back some missing staging pieces

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5542 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobitbake-dev: Remove the Pkg{Started, Failed, Succeeded} events and their handling...
Robert Bradford [Mon, 20 Oct 2008 11:35:49 +0000 (11:35 +0000)]
bitbake-dev: Remove the Pkg{Started, Failed, Succeeded} events and their handling in the UI

These events are superfluous now that BB operates on a task level granularity.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5541 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobase.bbclass: Output notes only on BB <= 1.8.x
Robert Bradford [Mon, 20 Oct 2008 11:35:37 +0000 (11:35 +0000)]
base.bbclass: Output notes only on BB <= 1.8.x

With BB > 1.9 the UI can output the details of an event as it chooses. They do
not need to be converted into notes. Without this patch spurious messages are
generated on BB 1.9.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5540 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agosyslinux-native: Try to make syslinux cross-compile friendly.
Andrzej Zaborowski [Mon, 20 Oct 2008 00:22:07 +0000 (00:22 +0000)]
syslinux-native: Try to make syslinux cross-compile friendly.

We only had one package for building both the bootloader and the installer,
i.e. target and host code.  It used always the host compiler.  Split the
package into syslinux and syslinux-installer-native, require both for a
cd bootable image.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5539 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoEnables support for root over NFS in the linux-moblin defconfig
Robert Bragg [Fri, 17 Oct 2008 15:32:01 +0000 (15:32 +0000)]
Enables support for root over NFS in the linux-moblin defconfig

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5538 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdd libopesync 0.37
Richard Purdie [Fri, 17 Oct 2008 11:32:30 +0000 (11:32 +0000)]
Add libopesync 0.37

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5537 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibxslt: Fix pkgconfig patch for exslt
Richard Purdie [Fri, 17 Oct 2008 11:30:56 +0000 (11:30 +0000)]
libxslt: Fix pkgconfig patch for exslt

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5536 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobootimg: Add symbolic links to iso and hddimg
Samuel Ortiz [Fri, 17 Oct 2008 11:04:51 +0000 (11:04 +0000)]
bootimg: Add symbolic links to iso and hddimg

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5535 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobitbake: Add some sanity checks to the lockfile functions
Richard Purdie [Fri, 17 Oct 2008 11:04:26 +0000 (11:04 +0000)]
bitbake: Add some sanity checks to the lockfile functions

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5534 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agometa-toolchain: Don't inherit sdk
Richard Purdie [Fri, 17 Oct 2008 10:44:17 +0000 (10:44 +0000)]
meta-toolchain: Don't inherit sdk

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5533 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agosdk.bbclass: Rewrite PACKAGE_ARCHS
Richard Purdie [Fri, 17 Oct 2008 10:43:38 +0000 (10:43 +0000)]
sdk.bbclass: Rewrite PACKAGE_ARCHS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5532 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoqemu-sdk: Pass the disable-vnc-tls option since we don't have gnutls-sdk
Richard Purdie [Fri, 17 Oct 2008 09:52:04 +0000 (09:52 +0000)]
qemu-sdk: Pass the disable-vnc-tls option since we don't have gnutls-sdk

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5531 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobitbake-dev: Don't fallback if the UI fails to start; give an error message on UI...
Robert Bradford [Fri, 17 Oct 2008 09:47:08 +0000 (09:47 +0000)]
bitbake-dev: Don't fallback if the UI fails to start; give an error message on UI exception

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5530 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobitbake-dev: Move the ncurses TTY check into the UI plugin itself.
Robert Bradford [Fri, 17 Oct 2008 09:46:59 +0000 (09:46 +0000)]
bitbake-dev: Move the ncurses TTY check into the UI plugin itself.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5529 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoUpdate the ignore file so that it also includes VIM swap files
Robert Bradford [Fri, 17 Oct 2008 09:46:49 +0000 (09:46 +0000)]
Update the ignore file so that it also includes VIM swap files

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5528 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobitbake: Refactor the environment variable handling
Robert Bradford [Fri, 17 Oct 2008 09:46:35 +0000 (09:46 +0000)]
bitbake: Refactor the environment variable handling

Refactor the environment variable handling so that it more closes matches the
changes that have been made in bitbake-dev.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5527 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agobitbake-dev: Refactor the environment variable handling.
Robert Bradford [Fri, 17 Oct 2008 09:46:23 +0000 (09:46 +0000)]
bitbake-dev: Refactor the environment variable handling.

Do not clear the environment when saving the environment to the data store.
Instead clear this once the cooker has forked. This ensures that the UI
operates in a filtered (but not empty) environment.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5526 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdd .gitignore
Robert Bradford [Fri, 17 Oct 2008 09:46:13 +0000 (09:46 +0000)]
Add .gitignore

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5525 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibx11: Clean up all the git recipes into a common include file
Richard Purdie [Fri, 17 Oct 2008 09:33:46 +0000 (09:33 +0000)]
libx11: Clean up all the git recipes into a common include file

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5524 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibx11_git: Cleanup duplicate metadata
Richard Purdie [Fri, 17 Oct 2008 09:19:37 +0000 (09:19 +0000)]
libx11_git: Cleanup duplicate metadata

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5523 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky-image-minimal-live: Set LABELS to fix image generation
Richard Purdie [Fri, 17 Oct 2008 08:42:43 +0000 (08:42 +0000)]
poky-image-minimal-live: Set LABELS to fix image generation

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5522 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agosyslinux.bbclass: Clean up boot menu title
Richard Purdie [Fri, 17 Oct 2008 08:39:34 +0000 (08:39 +0000)]
syslinux.bbclass: Clean up boot menu title

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5521 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibx11-trim: Fix git version DEPENDS
Richard Purdie [Thu, 16 Oct 2008 09:54:15 +0000 (09:54 +0000)]
libx11-trim: Fix git version DEPENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5520 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibx11-trim: Fix FILESPATH
Richard Purdie [Wed, 15 Oct 2008 11:46:19 +0000 (11:46 +0000)]
libx11-trim: Fix FILESPATH

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5519 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdd libx11-trim git
Richard Purdie [Wed, 15 Oct 2008 11:42:07 +0000 (11:42 +0000)]
Add libx11-trim git

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5518 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agou-boot: Set COMPATIBLE_MACHINE
Richard Purdie [Wed, 15 Oct 2008 11:37:18 +0000 (11:37 +0000)]
u-boot: Set COMPATIBLE_MACHINE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5517 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agox-load: Set COMPATIBLE_MACHINE
Richard Purdie [Wed, 15 Oct 2008 11:36:07 +0000 (11:36 +0000)]
x-load: Set COMPATIBLE_MACHINE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5516 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibx11-sdk: added git version (based on libx11-diet)
Marcin Juszkiewicz [Wed, 15 Oct 2008 11:11:13 +0000 (11:11 +0000)]
libx11-sdk: added git version (based on libx11-diet)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5515 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibsyncml: updated to 0.4.7 which builds with libsoup 2.4
Marcin Juszkiewicz [Wed, 15 Oct 2008 09:35:28 +0000 (09:35 +0000)]
libsyncml: updated to 0.4.7 which builds with libsoup 2.4

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5514 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibxtst: bumped PR to force rebuild with newer libxi
Marcin Juszkiewicz [Wed, 15 Oct 2008 06:26:34 +0000 (06:26 +0000)]
libxtst: bumped PR to force rebuild with newer libxi

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5513 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibxtst: depend on libxi to get XInput.h
Marcin Juszkiewicz [Wed, 15 Oct 2008 06:26:23 +0000 (06:26 +0000)]
libxtst: depend on libxi to get XInput.h

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5512 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agochecksums.ini: added some entries
Marcin Juszkiewicz [Tue, 14 Oct 2008 15:47:45 +0000 (15:47 +0000)]
checksums.ini: added some entries

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5511 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibx11: fixed PV in git versions
Marcin Juszkiewicz [Tue, 14 Oct 2008 15:45:20 +0000 (15:45 +0000)]
libx11: fixed PV in git versions

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5510 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopreferred-xorg-versions.inc: updated xdpyinfo version
Marcin Juszkiewicz [Tue, 14 Oct 2008 15:45:07 +0000 (15:45 +0000)]
preferred-xorg-versions.inc: updated xdpyinfo version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5509 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky-fixed-revisions.inc: added some entries
Marcin Juszkiewicz [Tue, 14 Oct 2008 15:44:50 +0000 (15:44 +0000)]
poky-fixed-revisions.inc: added some entries

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5508 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoThis documents that PE defaults to 0 not 1 as previously written
Robert Bragg [Tue, 14 Oct 2008 15:24:12 +0000 (15:24 +0000)]
This documents that PE defaults to 0 not 1 as previously written

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5507 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoxexproto: renamed directory to make xextproto-* working
Marcin Juszkiewicz [Tue, 14 Oct 2008 13:14:54 +0000 (13:14 +0000)]
xexproto: renamed directory to make xextproto-* working

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5506 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibowl: delete only libowl.* instead of libowl* on clean-up.
Andrzej Zaborowski [Tue, 14 Oct 2008 13:04:39 +0000 (13:04 +0000)]
libowl: delete only libowl.* instead of libowl* on clean-up.

Otherwise innocent libowl-av files get deleted from staging.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5505 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoxserver-kdrive: added patch for 1.3.0.0 to get it built with x11/git
Marcin Juszkiewicz [Tue, 14 Oct 2008 12:55:42 +0000 (12:55 +0000)]
xserver-kdrive: added patch for 1.3.0.0 to get it built with x11/git

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5504 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoxdpyinfo: updated to 1.0.3
Marcin Juszkiewicz [Tue, 14 Oct 2008 12:09:21 +0000 (12:09 +0000)]
xdpyinfo: updated to 1.0.3

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5503 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoxextproto: added patch from upstream GIT to unbreak xdpyinfo (and others)
Marcin Juszkiewicz [Tue, 14 Oct 2008 12:07:57 +0000 (12:07 +0000)]
xextproto: added patch from upstream GIT to unbreak xdpyinfo (and others)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5502 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky: use libx11-diet from GIT
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:53:25 +0000 (11:53 +0000)]
poky: use libx11-diet from GIT

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5501 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibx11-diet: added GIT version
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:53:14 +0000 (11:53 +0000)]
libx11-diet: added GIT version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5500 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopreferred-xorg-versions.inc: fix libxcb version
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:36:35 +0000 (11:36 +0000)]
preferred-xorg-versions.inc: fix libxcb version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5499 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopreferred-xorg-versions.inc: prefer GIT versions of x11 libraries
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:15:50 +0000 (11:15 +0000)]
preferred-xorg-versions.inc: prefer GIT versions of x11 libraries

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5498 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky-fixed-revisions.inc: added SRCREVs for x11 libraries
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:15:34 +0000 (11:15 +0000)]
poky-fixed-revisions.inc: added SRCREVs for x11 libraries

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5497 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoxcb-proto-native: added to get libxcb buildable
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:15:23 +0000 (11:15 +0000)]
xcb-proto-native: added to get libxcb buildable

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5496 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoxcb-proto: added GIT version
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:15:13 +0000 (11:15 +0000)]
xcb-proto: added GIT version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5495 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibxcb: added GIT version
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:15:02 +0000 (11:15 +0000)]
libxcb: added GIT version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5494 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibx11: added GIT version
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:14:49 +0000 (11:14 +0000)]
libx11: added GIT version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5493 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibxi: added GIT version
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:14:38 +0000 (11:14 +0000)]
libxi: added GIT version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5492 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibxext: added GIT version
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:14:27 +0000 (11:14 +0000)]
libxext: added GIT version

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5491 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoe2fsprogs: Add ext3 headers to the exported list.
Samuel Ortiz [Tue, 14 Oct 2008 10:47:18 +0000 (10:47 +0000)]
e2fsprogs: Add ext3 headers to the exported list.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5490 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoVarious X package updates to deal with XInput.h being removed in
Robert Bragg [Tue, 14 Oct 2008 09:30:18 +0000 (09:30 +0000)]
Various X package updates to deal with XInput.h being removed in
the latest inputproto package.

Updates libx11, libxext, libxext-sdk, libxi, xcb-proto and libxcb
Note: There is a still a xcb build issue that needs investigating
with these updated packages.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5489 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoDrop linux-omap-2.6.25
Richard Purdie [Tue, 14 Oct 2008 09:11:16 +0000 (09:11 +0000)]
Drop linux-omap-2.6.25

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5488 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolinux-omap-2.6.24.7: Update defconfig to fix various issues
Richard Purdie [Tue, 14 Oct 2008 08:03:39 +0000 (08:03 +0000)]
linux-omap-2.6.24.7: Update defconfig to fix various issues

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5486 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoUse ?= for setting IMAGE_FSTYPES in eee901.conf so it can be overriden in
Robert Bragg [Mon, 13 Oct 2008 15:29:21 +0000 (15:29 +0000)]
Use ?= for setting IMAGE_FSTYPES in eee901.conf so it can be overriden in
a local.conf

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5485 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdds support for GEM + DRI2
Robert Bragg [Mon, 13 Oct 2008 15:23:14 +0000 (15:23 +0000)]
Adds support for GEM + DRI2

DRI2 is disabled by default though since running with metacity-clutter seems
to cause a lock up.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5484 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoavahi: create/remove 'avahi-autoipd' user (from OE)
Marcin Juszkiewicz [Mon, 13 Oct 2008 13:02:35 +0000 (13:02 +0000)]
avahi: create/remove 'avahi-autoipd' user (from OE)

Patch from Cyril Humbert <cyril.humbert@martec.fr>

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5483 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agotask-base: build Bluetooth/Wifi support only for distros which feature them
Marcin Juszkiewicz [Mon, 13 Oct 2008 13:02:22 +0000 (13:02 +0000)]
task-base: build Bluetooth/Wifi support only for distros which feature them

Patch by  Carl Simonson <simonsonc@gmail.com>

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5482 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoapmd: drop obsolete zaurus 2.4 kernels hack
Marcin Juszkiewicz [Mon, 13 Oct 2008 13:02:10 +0000 (13:02 +0000)]
apmd: drop obsolete zaurus 2.4 kernels hack

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5481 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoautomake: Fix patch
Richard Purdie [Fri, 10 Oct 2008 16:24:26 +0000 (16:24 +0000)]
automake: Fix patch

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5480 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoautomake: 1.10 -> 1.10.1
Richard Purdie [Fri, 10 Oct 2008 12:09:49 +0000 (12:09 +0000)]
automake: 1.10 -> 1.10.1

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5479 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibtool_2.2.6: Fix SRC_URI
Richard Purdie [Fri, 10 Oct 2008 12:07:59 +0000 (12:07 +0000)]
libtool_2.2.6: Fix SRC_URI

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5478 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoAdd overo
Richard Purdie [Fri, 10 Oct 2008 11:56:19 +0000 (11:56 +0000)]
Add overo

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5477 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopackage_ipk.bbclass: Simplify variable expansion
Richard Purdie [Fri, 10 Oct 2008 11:24:33 +0000 (11:24 +0000)]
package_ipk.bbclass: Simplify variable expansion

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5476 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolibtool: Upgrade to 2.2.6
Richard Purdie [Fri, 10 Oct 2008 11:20:30 +0000 (11:20 +0000)]
libtool: Upgrade to 2.2.6

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5475 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agogcc: Improve the build containment failure error message to be more user friendly
Richard Purdie [Thu, 9 Oct 2008 23:04:13 +0000 (23:04 +0000)]
gcc: Improve the build containment failure error message to be more user friendly

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5474 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoimage.bbclass: Make the kernel depmod dependent on the presence of a kernel - some...
Richard Purdie [Thu, 9 Oct 2008 19:08:11 +0000 (19:08 +0000)]
image.bbclass: Make the kernel depmod dependent on the presence of a kernel - some images eg an initramfs don't have this

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5473 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoexmap-console: Bump PR for new moblin kernel
Samuel Ortiz [Thu, 9 Oct 2008 17:02:03 +0000 (17:02 +0000)]
exmap-console: Bump PR for new moblin kernel

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5472 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agort2860: Bump PR for new moblin kernel
Samuel Ortiz [Thu, 9 Oct 2008 17:01:27 +0000 (17:01 +0000)]
rt2860: Bump PR for new moblin kernel

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5471 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agolinux-moblin: 2.6.27-rc6 kernel
Samuel Ortiz [Thu, 9 Oct 2008 17:00:45 +0000 (17:00 +0000)]
linux-moblin: 2.6.27-rc6 kernel

That includes the fastboot patches. An eee boots in 10s with that
kernel.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5470 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agodevicekit: Disable man page generation
Richard Purdie [Thu, 9 Oct 2008 11:48:29 +0000 (11:48 +0000)]
devicekit: Disable man page generation

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5469 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoimage.bbclass: generate modules.dep
Marcin Juszkiewicz [Thu, 9 Oct 2008 09:36:00 +0000 (09:36 +0000)]
image.bbclass: generate modules.dep

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5468 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agorootfs_ipk.bbclass: Don't error if the file doesn't exist
Richard Purdie [Wed, 8 Oct 2008 22:20:14 +0000 (22:20 +0000)]
rootfs_ipk.bbclass: Don't error if the file doesn't exist

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5467 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopackage_ipk.bbclass: Fix opkg config file generation
Richard Purdie [Wed, 8 Oct 2008 19:16:08 +0000 (19:16 +0000)]
package_ipk.bbclass: Fix opkg config file generation

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5466 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopackage_ipk/rootfs_ipk.bbclass: Update image from feed handling
Richard Purdie [Wed, 8 Oct 2008 16:49:57 +0000 (16:49 +0000)]
package_ipk/rootfs_ipk.bbclass: Update image from feed handling

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5465 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoeee-acpi: power button support
Samuel Ortiz [Wed, 8 Oct 2008 16:06:09 +0000 (16:06 +0000)]
eee-acpi: power button support

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5464 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agodevicekit: initial package
Ross Burton [Wed, 8 Oct 2008 15:25:21 +0000 (15:25 +0000)]
devicekit: initial package

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5463 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agomatchbox-panel: enable the relevant battery plugin depending on the machine features
Ross Burton [Wed, 8 Oct 2008 15:25:01 +0000 (15:25 +0000)]
matchbox-panel: enable the relevant battery plugin depending on the machine features

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5462 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agogupnp: add gssdp, gupnp, gupnp-tools
Ross Burton [Wed, 8 Oct 2008 15:24:26 +0000 (15:24 +0000)]
gupnp: add gssdp, gupnp, gupnp-tools

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5461 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoinitramfs-live-install: Add COMPATIBLE_HOST
Richard Purdie [Wed, 8 Oct 2008 15:21:55 +0000 (15:21 +0000)]
initramfs-live-install: Add COMPATIBLE_HOST

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5460 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoe2fsprogs: enable dynamic libs, and package libuuid separately
Ross Burton [Wed, 8 Oct 2008 15:07:14 +0000 (15:07 +0000)]
e2fsprogs: enable dynamic libs, and package libuuid separately

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5459 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agosyslinux: We forward the LABEL through cmdline
Samuel Ortiz [Wed, 8 Oct 2008 14:36:47 +0000 (14:36 +0000)]
syslinux: We forward the LABEL through cmdline

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5458 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agoinitrdscripts: init can now launch the installation script
Samuel Ortiz [Wed, 8 Oct 2008 14:34:50 +0000 (14:34 +0000)]
initrdscripts: init can now launch the installation script

Depending on the boot label ("boot" or "install"), init will either
chroot into the rootfs image (live boot path), or launch the
installation script (installation path).

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5457 311d38ba-8fff-0310-9ca6-ca027cbcb966

16 years agopoky-image-netbook: Add installation script
Samuel Ortiz [Wed, 8 Oct 2008 14:31:12 +0000 (14:31 +0000)]
poky-image-netbook: Add installation script

By typing "install" from the syslinux prompt, you should boot into the
netbook image installation script. That will install the netbook image
in your selected hard drive.
By default, the netbook-live image will continue booting the live
image.

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5456 311d38ba-8fff-0310-9ca6-ca027cbcb966