]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
16 years agolocal.conf.sample: Append to BBFILES instead of overwriting
Richard Purdie [Wed, 29 Oct 2008 10:41:28 +0000 (10:41 +0000)]
local.conf.sample: Append to BBFILES instead of overwriting

16 years agogtk+: Add moblin override
Richard Purdie [Wed, 29 Oct 2008 05:02:24 +0000 (05:02 +0000)]
gtk+: Add moblin override

16 years agoAdd poky-image-sdk-live to meta/
Richard Purdie [Wed, 29 Oct 2008 00:15:27 +0000 (00:15 +0000)]
Add poky-image-sdk-live to meta/

16 years agokernel.bbclass: We dont want to tar lib/ if we dont have any modules
Samuel Ortiz [Wed, 29 Oct 2008 01:48:22 +0000 (02:48 +0100)]
kernel.bbclass: We dont want to tar lib/ if we dont have any modules

16 years agometa-moblin: Add moblin-image-minimal image
Samuel Ortiz [Wed, 29 Oct 2008 00:03:07 +0000 (01:03 +0100)]
meta-moblin: Add moblin-image-minimal image

16 years agoconf/distro/include/world-broken.inc: Exclude clutter-helix from world builds
Richard Purdie [Tue, 28 Oct 2008 22:27:16 +0000 (22:27 +0000)]
conf/distro/include/world-broken.inc: Exclude clutter-helix from world builds

16 years agobitbake: Add tryaltconfigs option to disable the alternative configuration attempts...
Richard Purdie [Tue, 28 Oct 2008 22:15:06 +0000 (22:15 +0000)]
bitbake: Add tryaltconfigs option to disable the alternative configuration attempts and make the 'continue' more aggresive

16 years agoscripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELIST
Richard Purdie [Tue, 28 Oct 2008 22:10:45 +0000 (22:10 +0000)]
scripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELIST

16 years agoconf/distro/include/world-broken.inc: Add abiword and abiword-embedded for now
Richard Purdie [Tue, 28 Oct 2008 20:27:44 +0000 (20:27 +0000)]
conf/distro/include/world-broken.inc: Add abiword and abiword-embedded for now

16 years agopackage_rpm.bbclass: Don't use the system wide RPM macros.
Rob Bradford [Tue, 28 Oct 2008 18:48:22 +0000 (18:48 +0000)]
package_rpm.bbclass: Don't use the system wide RPM macros.

This fixes the build on Fedora 10 where the RPM system macros obliterate the
value of BuildRoot that is set in the spec file.

16 years agomatchbox-panel-applet-2: Update SRCREV to fix breakage on non-APM platforms
Rob Bradford [Tue, 28 Oct 2008 16:42:02 +0000 (16:42 +0000)]
matchbox-panel-applet-2: Update SRCREV to fix breakage on non-APM platforms

16 years agoconf/distro: Create a moblin distro config file based on the Poky one
Richard Purdie [Tue, 28 Oct 2008 16:31:39 +0000 (16:31 +0000)]
conf/distro: Create a moblin distro config file based on the Poky one

Also refactor various data into common include files.

16 years agobitbake-dev: Renamed to match the UI name
Rob Bradford [Tue, 28 Oct 2008 15:21:10 +0000 (15:21 +0000)]
bitbake-dev: Renamed to match the UI name

The UI starter now dynamically searches for the UI module based on the
parameter given to -u. bitbake advertises the dependency explorer as "depexp"
therefore this module needs renaming.

16 years agoimage.bbclass: Add INHIBIT_DEFAULT_DEPS
Richard Purdie [Tue, 28 Oct 2008 15:14:00 +0000 (15:14 +0000)]
image.bbclass: Add INHIBIT_DEFAULT_DEPS

16 years agobitbake-dev: Use the default task if 'None' asked for
Rob Bradford [Tue, 28 Oct 2008 12:06:05 +0000 (12:06 +0000)]
bitbake-dev: Use the default task if 'None' asked for

Since the default task is not known/available until the configuration files
are parsed we may return None when the UI requests getCmdLine. We can enforce
the use of the default by querying it again after the configuration is
parsed/cache updated.

16 years agobitbake-dev: Refactor configuration file parsing
Rob Bradford [Tue, 28 Oct 2008 11:27:58 +0000 (11:27 +0000)]
bitbake-dev: Refactor configuration file parsing

Separate the parsing of the configuration files / recipes into a separate
function to the parsing of the command line. This parsing of the configuration
files now happens when updateCache() is called.

Some functionality has been moved from parseConfiguration() to __init__.

16 years agobitbake-dev: Save the cooker log into the working directory.
Rob Bradford [Tue, 28 Oct 2008 11:09:51 +0000 (11:09 +0000)]
bitbake-dev: Save the cooker log into the working directory.

This is necessary since with later refactoring the TMPDIR variable will not be
available at this point in time.

16 years agoscripts/poky-env-internal: Unset BDIR after use
Richard Purdie [Tue, 28 Oct 2008 10:01:03 +0000 (10:01 +0000)]
scripts/poky-env-internal: Unset BDIR after use

16 years agohelix-libs, ribosome: Set COMPATIBLE_HOST since x86 only
Richard Purdie [Tue, 28 Oct 2008 10:00:28 +0000 (10:00 +0000)]
helix-libs, ribosome: Set COMPATIBLE_HOST since x86 only

16 years agobootimg: copy rootfs to ISO image
Samuel Ortiz [Mon, 27 Oct 2008 12:43:38 +0000 (13:43 +0100)]
bootimg: copy rootfs to ISO image

We are only copying the initrd right now.

16 years agotasks: apps-x11-pimlico renaming typo
Samuel Ortiz [Mon, 27 Oct 2008 12:34:47 +0000 (13:34 +0100)]
tasks: apps-x11-pimlico renaming typo

16 years agotasks: fix moblin-tools task name typo
Samuel Ortiz [Mon, 27 Oct 2008 11:34:26 +0000 (12:34 +0100)]
tasks: fix moblin-tools task name typo

16 years agobitbake-dev: Remove use of self.configuration.cmd as state from shell
Rob Bradford [Fri, 24 Oct 2008 16:37:46 +0000 (17:37 +0100)]
bitbake-dev: Remove use of self.configuration.cmd as state from shell

The shell updated the self.configuration.cmd variable since commans relied on
this implicit state. Since those commands now have an explicit task parameter
such state manipulation is no longer necessary.

16 years agobitbake-dev: Remove implicit task from generateDepTree/generateDotGraphFiles
Rob Bradford [Fri, 24 Oct 2008 16:22:20 +0000 (17:22 +0100)]
bitbake-dev: Remove implicit task from generateDepTree/generateDotGraphFiles

Remove the implicit (from configuration.cmd) command/task for these events and
instead use a parameter so that the task is given explicitly.

16 years agobitbake-dev: Make the "buildFile" command use the task parameter
Rob Bradford [Fri, 24 Oct 2008 15:58:59 +0000 (16:58 +0100)]
bitbake-dev: Make the "buildFile" command use the task parameter

The "buildFile" command has a task parameter use it place of
self.configuration.cmd when adding to the runqueue.

16 years agobitbake-dev: Make the task a parameter of the "tryBuild" command
Rob Bradford [Fri, 24 Oct 2008 15:54:35 +0000 (16:54 +0100)]
bitbake-dev: Make the task a parameter of the "tryBuild" command

And switch the runqueue to use this rather than keeping it in the
self.configuration.cmd variable

16 years agobitbake-dev: Include target/command (from -c) in "buildTargets" command
Rob Bradford [Fri, 24 Oct 2008 15:22:19 +0000 (16:22 +0100)]
bitbake-dev: Include target/command (from -c) in "buildTargets" command

This allows a UI to read / control which task for the given targets is used.
This makes it more consistent with the "buildFile" command.

16 years agoimages: put poky-image-live back to meta/
Samuel Ortiz [Fri, 24 Oct 2008 16:10:49 +0000 (18:10 +0200)]
images: put poky-image-live back to meta/

16 years agometa-moblin: rename images and tasks from poky-* to moblin-*
Samuel Ortiz [Fri, 24 Oct 2008 15:57:33 +0000 (17:57 +0200)]
meta-moblin: rename images and tasks from poky-* to moblin-*

16 years agobitbake: Fix the wget fetcher so parameter portions of uris are ignored
Richard Purdie [Fri, 24 Oct 2008 13:57:02 +0000 (14:57 +0100)]
bitbake: Fix the wget fetcher so parameter portions of uris are ignored

16 years agoMerge branch 'master' of ssh://git@git.moblin.org/poky
Rob Bradford [Fri, 24 Oct 2008 13:46:07 +0000 (14:46 +0100)]
Merge branch 'master' of ssh://git@git.moblin.org/poky

16 years agobitbake-dev: add a setVariable command
Rob Bradford [Fri, 24 Oct 2008 13:44:30 +0000 (14:44 +0100)]
bitbake-dev: add a setVariable command

This is synonymous with the getVariable command and allows you to set values
in the data dictionary.

16 years agometa-molbin/images: Add poky-image-sdk-live.bb
Richard Purdie [Fri, 24 Oct 2008 08:49:18 +0000 (09:49 +0100)]
meta-molbin/images: Add poky-image-sdk-live.bb

16 years agospectrum-fw: Use the standard fetcher process
Richard Purdie [Thu, 23 Oct 2008 20:10:28 +0000 (21:10 +0100)]
spectrum-fw: Use the standard fetcher process

16 years agobase.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLs
Richard Purdie [Thu, 23 Oct 2008 20:08:42 +0000 (21:08 +0100)]
base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLs

16 years agoscripts/build: Update the git proxy setup instructions
Richard Purdie [Thu, 23 Oct 2008 14:12:41 +0000 (15:12 +0100)]
scripts/build: Update the git proxy setup instructions

16 years agobitbake-dev: rename readVariable to getVariable
Rob Bradford [Thu, 23 Oct 2008 13:58:36 +0000 (14:58 +0100)]
bitbake-dev: rename readVariable to getVariable

Changing the name of this command makes it more consistent with other command
names.

16 years agopoky-image-openmoko.bb: remove matchbox-applet-startup-monitor
Ross Burton [Thu, 23 Oct 2008 13:40:39 +0000 (14:40 +0100)]
poky-image-openmoko.bb: remove matchbox-applet-startup-monitor

We don't ship matchbox-applet-startup-monitor, so remove it.

16 years agopoky-image-openmoko.bb: remove unused PR
Ross Burton [Thu, 23 Oct 2008 13:40:19 +0000 (14:40 +0100)]
poky-image-openmoko.bb: remove unused PR

16 years agobitbake-dev: Change terminology online/offline to sync/async
Rob Bradford [Thu, 23 Oct 2008 13:28:11 +0000 (14:28 +0100)]
bitbake-dev: Change terminology online/offline to sync/async

Change the terminology from online/offline to sync/async when referring to
commands that return a result immediately versus those that produce changes
that are emitted as events over time.

16 years agobitbake: Preserve http_proxy and ftp_proxy in fetcher command execution
Richard Purdie [Thu, 23 Oct 2008 12:34:24 +0000 (13:34 +0100)]
bitbake: Preserve http_proxy and ftp_proxy in fetcher command execution

16 years agoopkg: Really fix the prototype problem (and an invalid call)
Richard Purdie [Thu, 23 Oct 2008 11:05:39 +0000 (12:05 +0100)]
opkg: Really fix the prototype problem (and an invalid call)

16 years agoopkg: Fix incomplete function prototype
Richard Purdie [Thu, 23 Oct 2008 08:43:12 +0000 (09:43 +0100)]
opkg: Fix incomplete function prototype

16 years agobitbake: Remove bogus test code
Richard Purdie [Wed, 22 Oct 2008 21:26:24 +0000 (22:26 +0100)]
bitbake: Remove bogus test code

16 years agobitbake: Improve proxy variable handling in fetchers
Richard Purdie [Wed, 22 Oct 2008 21:24:03 +0000 (22:24 +0100)]
bitbake: Improve proxy variable handling in fetchers

16 years agoscripts/poky-env-internal: Add proxy variables to the enviornment whitelist (and...
Richard Purdie [Wed, 22 Oct 2008 20:56:30 +0000 (21:56 +0100)]
scripts/poky-env-internal: Add proxy variables to the enviornment whitelist (and OEROOT)

16 years agoscripts: Fix variable quoting
Richard Purdie [Wed, 22 Oct 2008 19:31:56 +0000 (20:31 +0100)]
scripts: Fix variable quoting

16 years agoscripts: Add moblin autobuilder support scripts
Richard Purdie [Wed, 22 Oct 2008 19:27:16 +0000 (20:27 +0100)]
scripts: Add moblin autobuilder support scripts

16 years ago* Fixing the helix-player.pc to include a -lstdc++
Rusty Lynch [Wed, 22 Oct 2008 16:57:13 +0000 (09:57 -0700)]
* Fixing the helix-player.pc to include a -lstdc++
* Adding clutter-helix recipe

16 years agoAdd meta-moblin-internal to gitignore
Samuel Ortiz [Wed, 22 Oct 2008 13:19:36 +0000 (15:19 +0200)]
Add meta-moblin-internal to gitignore

16 years ago* Adding initial ribosome (helix build system) and helix-libs recipes
Rusty Lynch [Wed, 22 Oct 2008 11:21:53 +0000 (04:21 -0700)]
* Adding initial ribosome (helix build system) and helix-libs recipes

16 years agobitbake-dev: add goggle - an experimental GTK UI.
Rob Bradford [Wed, 22 Oct 2008 10:52:18 +0000 (11:52 +0100)]
bitbake-dev: add goggle - an experimental GTK UI.

16 years agobitbake-dev: Include the worker's PID in events
Rob Bradford [Tue, 21 Oct 2008 14:33:38 +0000 (15:33 +0100)]
bitbake-dev: Include the worker's PID in events

When the runqueue forks off we save the pid inside the event module for that
thread. When we next fire an event then that PID gets included in the events.

16 years agolinux-moblin: We dont need the defconfig-eee901 files anymore
Samuel Ortiz [Tue, 21 Oct 2008 14:44:14 +0000 (16:44 +0200)]
linux-moblin: We dont need the defconfig-eee901 files anymore

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