]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
15 years agobitbake: Fix try_mirrors() logic, was only trying the first mirror.
Joshua Lock [Thu, 4 Feb 2010 14:08:34 +0000 (14:08 +0000)]
bitbake: Fix try_mirrors() logic, was only trying the first mirror.

The logic in try_mirrors() was buggy such that only the first entry in the
mirrors list was tried.

This patch fixes this. Thanks to Richard for the review.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agotask-moblin-standalone-sdk-target: Update clutter-gst/-gtk dependencies
Richard Purdie [Thu, 4 Feb 2010 13:20:42 +0000 (13:20 +0000)]
task-moblin-standalone-sdk-target: Update clutter-gst/-gtk dependencies

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agohornsey: Update DEPENDS of recent git versions
Richard Purdie [Thu, 4 Feb 2010 13:17:21 +0000 (13:17 +0000)]
hornsey: Update DEPENDS of recent git versions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoTweak gettext usage
Richard Purdie [Thu, 4 Feb 2010 12:52:59 +0000 (12:52 +0000)]
Tweak gettext usage

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogmime: Add from OE.dev with tweaks
Richard Purdie [Thu, 4 Feb 2010 12:52:35 +0000 (12:52 +0000)]
gmime: Add from OE.dev with tweaks

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogamin: Add from OE.dev
Richard Purdie [Thu, 4 Feb 2010 12:46:10 +0000 (12:46 +0000)]
gamin: Add from OE.dev

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agotracker: Add from OE.dev
Richard Purdie [Thu, 4 Feb 2010 12:44:16 +0000 (12:44 +0000)]
tracker: Add from OE.dev

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoclutter-gst/clutter-gtk: Add API versions to the package names and update to the...
Richard Purdie [Thu, 4 Feb 2010 12:41:16 +0000 (12:41 +0000)]
clutter-gst/clutter-gtk: Add API versions to the package names and update to the latest code

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopango-1.22.2: Fix autoconf/automake issue with double header reference
Richard Purdie [Thu, 4 Feb 2010 12:08:53 +0000 (12:08 +0000)]
pango-1.22.2: Fix autoconf/automake issue with double header reference

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopoky-default: Upgrade binutils to 2.19
Richard Purdie [Thu, 4 Feb 2010 12:01:46 +0000 (12:01 +0000)]
poky-default: Upgrade binutils to 2.19

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agomoblin-floating-revisions: Fix missing quote
Richard Purdie [Thu, 4 Feb 2010 11:17:20 +0000 (11:17 +0000)]
moblin-floating-revisions: Fix missing quote

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: if PREMIRRORS set test for local file in FetchData.setup_localpath
Joshua Lock [Wed, 3 Feb 2010 16:08:09 +0000 (16:08 +0000)]
bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpath

When we are using PREMIRRORS it's possible a mirror in the local namespace
(some filesystem path, i.e. an NFS share) provides read-only files.
This is a perfectly valid scenario so this patch fixes bitbake so that for
such a scenario locapath is set to the files path rather than some child
of DL_DIR.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agobitbake: Enhance the fetchers' support for local mirrors
Joshua Lock [Tue, 2 Feb 2010 17:57:20 +0000 (17:57 +0000)]
bitbake: Enhance the fetchers' support for local mirrors

Modify the try_mirrors() function to return the localpath of the fetched file
and update the data dictionary to reflect this.
Secondly the metadata files, lock and md5, should always be stored relative to
the ${DL_DIR} as it is possible that the localpath is a read-only directory,
for example in the scenario where there is a read-only file:// mirror.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agopoky.bbclass: Use pokylinux.org stashes as PREMIRRORS for vcs'
Joshua Lock [Mon, 1 Feb 2010 17:39:44 +0000 (17:39 +0000)]
poky.bbclass: Use pokylinux.org stashes as PREMIRRORS for vcs'

Check the tarball stash on pokylinux.org before hitting the upstream
version control systems. This is friendlier to the upstream repositories than
us hammering their bandwidth.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agoconf: remove references to SRC_TARBALL_STASH
Joshua Lock [Mon, 1 Feb 2010 17:36:55 +0000 (17:36 +0000)]
conf: remove references to SRC_TARBALL_STASH

SRC_TARBALL_STASH is deprecated, the same functionality can be acheived
with PREMIRRORS, so remove references to it from configuration files.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agobitbake: unify mirror support and make it independant of the fetcher
Joshua Lock [Mon, 1 Feb 2010 16:56:16 +0000 (16:56 +0000)]
bitbake: unify mirror support and make it independant of the fetcher

This patch serves two purposes. Firstly it unifies the concept of mirrors into
PREMIRRORS and MIRRORS. PREMIRRORS are tried before the SRC_URI defined in the
recipe whereas MIRRORS are tried only if that fails.
The tarball stash was conceptually inline with a PREMIRROR only with special
handling within the wget fetcher and therefore only worked with certain
fetch types.
Secondly the patch removes the need for individual fetch implementations to
worry about mirror handling.

With this patch, the base fetch implementation will first try to use a
PREMIRROR to fetch the desired object, if this fails the native fetch method
for the object will be tried and if this fails will try to fetch a copy from
one of the MIRRORS.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agotwitter-glib: Drop merged patch and update revision
Richard Purdie [Wed, 3 Feb 2010 14:52:15 +0000 (14:52 +0000)]
twitter-glib: Drop merged patch and update revision

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agomoblin-fixed-revisions: Update moblin-app-installer version
Richard Purdie [Wed, 3 Feb 2010 14:49:40 +0000 (14:49 +0000)]
moblin-fixed-revisions: Update moblin-app-installer version

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoxorg-proto: Always depend on util-macros, update gettext dependencies to be inherits
Richard Purdie [Wed, 3 Feb 2010 09:23:55 +0000 (09:23 +0000)]
xorg-proto: Always depend on util-macros, update gettext dependencies to be inherits

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoxorg: Bulk version upgrades
Richard Purdie [Wed, 3 Feb 2010 00:29:41 +0000 (00:29 +0000)]
xorg: Bulk version upgrades

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agohornsey: Add mixxing xtst DEPENDS
Richard Purdie [Tue, 2 Feb 2010 22:38:10 +0000 (22:38 +0000)]
hornsey: Add mixxing xtst DEPENDS

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agomozilla-headless: Add missing autoconf patch hunk
Richard Purdie [Tue, 2 Feb 2010 19:54:56 +0000 (19:54 +0000)]
mozilla-headless: Add missing autoconf patch hunk

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agomx: Disable gesture support
Richard Purdie [Tue, 2 Feb 2010 17:54:39 +0000 (17:54 +0000)]
mx: Disable gesture support

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoautoconf: Add missing patch
Richard Purdie [Tue, 2 Feb 2010 17:50:55 +0000 (17:50 +0000)]
autoconf: Add missing patch

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoautoconf/automake: Switch to 2.65 and 1.11.1
Richard Purdie [Tue, 2 Feb 2010 17:36:55 +0000 (17:36 +0000)]
autoconf/automake: Switch to 2.65 and 1.11.1

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolibtool: Add missing patch
Richard Purdie [Tue, 2 Feb 2010 17:29:56 +0000 (17:29 +0000)]
libtool: Add missing patch

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agomozilla-headless: Add patch to enable builds with recent autoconf/automake
Richard Purdie [Tue, 2 Feb 2010 17:29:08 +0000 (17:29 +0000)]
mozilla-headless: Add patch to enable builds with recent autoconf/automake

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoxserver-xf86-dri: Fix for recent autoconf+automake
Richard Purdie [Tue, 2 Feb 2010 16:22:41 +0000 (16:22 +0000)]
xserver-xf86-dri: Fix for recent autoconf+automake

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agokexec-tools: Fix synatx error with recent autoconf+automake
Richard Purdie [Tue, 2 Feb 2010 16:21:56 +0000 (16:21 +0000)]
kexec-tools: Fix synatx error with recent autoconf+automake

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolibatomics-ops: Fix with recent autoconf/automake
Richard Purdie [Tue, 2 Feb 2010 16:21:05 +0000 (16:21 +0000)]
libatomics-ops: Fix with recent autoconf/automake

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolibtool: Fix a bug where trailing slash characters could break path comparisions
Richard Purdie [Tue, 2 Feb 2010 16:19:09 +0000 (16:19 +0000)]
libtool: Fix a bug where trailing slash characters could break path comparisions

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agotwitter-glib: Add fix for recent autoconf/automake
Richard Purdie [Tue, 2 Feb 2010 14:35:34 +0000 (14:35 +0000)]
twitter-glib: Add fix for recent autoconf/automake

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agotaglib: 1.5 -> 1.6.1 (and apply autoconf/automake fixes)
Richard Purdie [Tue, 2 Feb 2010 14:32:39 +0000 (14:32 +0000)]
taglib: 1.5 -> 1.6.1 (and apply autoconf/automake fixes)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoparted: 1.88 -> 1.9.0 (works with recent autoconf/automake)
Richard Purdie [Tue, 2 Feb 2010 14:31:30 +0000 (14:31 +0000)]
parted: 1.88 -> 1.9.0 (works with recent autoconf/automake)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agom4: 1.4.12 -> 1.4.13
Richard Purdie [Mon, 1 Feb 2010 15:02:03 +0000 (15:02 +0000)]
m4: 1.4.12 -> 1.4.13

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolibsndfile1: Add infinite recursion fix for recent autotools
Richard Purdie [Mon, 1 Feb 2010 15:01:18 +0000 (15:01 +0000)]
libsndfile1: Add infinite recursion fix for recent autotools

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolibtelepathy: Fix double referenced file causing autoconf/automake issues
Richard Purdie [Mon, 1 Feb 2010 13:54:29 +0000 (13:54 +0000)]
libtelepathy: Fix double referenced file causing autoconf/automake issues

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoautoconf-2.65: Ensure autoconf sees our site cache
Richard Purdie [Mon, 1 Feb 2010 12:47:29 +0000 (12:47 +0000)]
autoconf-2.65: Ensure autoconf sees our site cache

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoautoconf-2.65: Drop unneeded patches
Richard Purdie [Mon, 1 Feb 2010 11:57:59 +0000 (11:57 +0000)]
autoconf-2.65: Drop unneeded patches

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoe2fsprogs: Fix configure quoting to work with recent autoconf/automake
Richard Purdie [Mon, 1 Feb 2010 11:48:50 +0000 (11:48 +0000)]
e2fsprogs: Fix configure quoting to work with recent autoconf/automake

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoAdd *~ to .gitignore
Richard Purdie [Mon, 1 Feb 2010 11:03:45 +0000 (11:03 +0000)]
Add *~ to .gitignore

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolibxslt: Fix double defintion problem which breaks recent autoconf/automake
Richard Purdie [Mon, 1 Feb 2010 11:02:59 +0000 (11:02 +0000)]
libxslt: Fix double defintion problem which breaks recent autoconf/automake

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogettext: Apply upstream fix to work with recent autoconf/automake
Richard Purdie [Mon, 1 Feb 2010 11:02:26 +0000 (11:02 +0000)]
gettext: Apply upstream fix to work with recent autoconf/automake

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobzip2: Fix double defintion problem which breaks recent autoconf/automake
Richard Purdie [Mon, 1 Feb 2010 11:01:46 +0000 (11:01 +0000)]
bzip2: Fix double defintion problem which breaks recent autoconf/automake

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agotask-poky-tools: kexec-tools don't support mips|mipsel, so make it optional
Dennis.Yxun [Fri, 29 Jan 2010 02:23:46 +0000 (10:23 +0800)]
task-poky-tools: kexec-tools don't support mips|mipsel, so make it optional

Signed-off-by: lan.yi.xun <dennis.yxun@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopcmanfm: support mips|mipsel
Dennis.Yxun [Fri, 29 Jan 2010 02:23:38 +0000 (10:23 +0800)]
pcmanfm: support mips|mipsel

Signed-off-by: lan.yi.xun <dennis.yxun@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agosite/mipsel-linux: add eds-dbus variables
Dennis.Yxun [Fri, 29 Jan 2010 02:23:29 +0000 (10:23 +0800)]
site/mipsel-linux: add eds-dbus variables

Signed-off-by: lan.yi.xun <dennis.yxun@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agosite/mipsel-linux: add popt variables
Dennis.Yxun [Fri, 29 Jan 2010 02:23:21 +0000 (10:23 +0800)]
site/mipsel-linux: add popt variables

Signed-off-by: lan.yi.xun <dennis.yxun@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agosite/mipsel-linux: add glib-2.0 variables
Dennis.Yxun [Fri, 29 Jan 2010 02:23:12 +0000 (10:23 +0800)]
site/mipsel-linux: add glib-2.0 variables

Signed-off-by: lan.yi.xun <dennis.yxun@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoudev: Add DEPENDS on glib-2.0 after recent changes
Richard Purdie [Mon, 1 Feb 2010 09:33:53 +0000 (09:33 +0000)]
udev: Add DEPENDS on glib-2.0 after recent changes

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agonetworkmanager: Fix polkit dependency
Richard Purdie [Mon, 1 Feb 2010 09:20:33 +0000 (09:20 +0000)]
networkmanager: Fix polkit dependency

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoautoconf: Don't use 2.65 yet
Richard Purdie [Fri, 29 Jan 2010 16:04:50 +0000 (16:04 +0000)]
autoconf: Don't use 2.65 yet

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoautomake: Add 1.11.1 using BBCLASSEXTEND (not default)
Richard Purdie [Fri, 29 Jan 2010 16:02:06 +0000 (16:02 +0000)]
automake: Add 1.11.1 using BBCLASSEXTEND (not default)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoautoconf: 2.63 -> 2.65 (not default)
Richard Purdie [Fri, 29 Jan 2010 16:00:31 +0000 (16:00 +0000)]
autoconf: 2.63 -> 2.65 (not default)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoautoconf: 2.63 -> 2.65 (not default)
Richard Purdie [Fri, 29 Jan 2010 15:54:18 +0000 (15:54 +0000)]
autoconf: 2.63 -> 2.65 (not default)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agomoblin-fixed-revisions.inc: Bump clutter-1.0 revision
Richard Purdie [Fri, 29 Jan 2010 15:53:12 +0000 (15:53 +0000)]
moblin-fixed-revisions.inc: Bump clutter-1.0 revision

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoxf86-video-intel: 2.7.1 -> 2.10.0
Richard Purdie [Fri, 29 Jan 2010 15:52:34 +0000 (15:52 +0000)]
xf86-video-intel: 2.7.1 -> 2.10.0

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopkgconfig: Add SCM version for testing purposes (not default)
Richard Purdie [Fri, 29 Jan 2010 15:51:05 +0000 (15:51 +0000)]
pkgconfig: Add SCM version for testing purposes (not default)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopackagekit: Use 0.5.6 and gnome-packagekit 2.28.2
Richard Purdie [Fri, 29 Jan 2010 15:22:36 +0000 (15:22 +0000)]
packagekit: Use 0.5.6 and gnome-packagekit 2.28.2

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agodevicekit: Add 003 release and devicekit-power (from OE.dev with fixes/improvements)
Richard Purdie [Fri, 29 Jan 2010 15:21:04 +0000 (15:21 +0000)]
devicekit: Add 003 release and devicekit-power (from OE.dev with fixes/improvements)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopolicykit: Rename to polkit to match upstream and upgrade
Richard Purdie [Fri, 29 Jan 2010 15:20:02 +0000 (15:20 +0000)]
policykit: Rename to polkit to match upstream and upgrade

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoudev: Enable gudev
Richard Purdie [Fri, 29 Jan 2010 15:18:56 +0000 (15:18 +0000)]
udev: Enable gudev

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoeggdbus: Add from OE.dev with dependency fixes
Richard Purdie [Fri, 29 Jan 2010 15:18:27 +0000 (15:18 +0000)]
eggdbus: Add from OE.dev with dependency fixes

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agomutter-moblin-git: Add missing require
Richard Purdie [Fri, 29 Jan 2010 12:45:07 +0000 (12:45 +0000)]
mutter-moblin-git: Add missing require

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopackaged-staging: basic support for pulling staging packages from a mirror
Joshua Lock [Fri, 29 Jan 2010 12:27:30 +0000 (12:27 +0000)]
packaged-staging: basic support for pulling staging packages from a mirror

Add simple support for trying to fetch staging packages from a http, https  or
ftp mirror if they do not already exist in PSTAGE_DIR.

As documented in local.conf.sample
"Poky can try and fetch packaged-staging packages from a http, https or ftp
mirror. Set this variable to the root of a pstage directory on a server."

If the PSTAGE_MIRROR variable is not set, or the package cannot be found on
the mirror it will be built as usual.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agobitbake.conf: quieten wget fetches
Joshua Lock [Wed, 27 Jan 2010 17:48:29 +0000 (17:48 +0000)]
bitbake.conf: quieten wget fetches

Add the q switch to wget fetches and resumes to reduce stdout noise.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agopackaged-staging: Move packaged staging directory outside of DEPLOY_DIR
Joshua Lock [Mon, 25 Jan 2010 17:36:08 +0000 (17:36 +0000)]
packaged-staging: Move packaged staging directory outside of DEPLOY_DIR

Rename DEPLOY_DIR_PSTAGE to PSTAGE_DIR and move it outside of deploy.
Do soft assignment of a default variable inside bitbake.conf as
${OEROOT}/tmp/pstage.
Use a separate directory, PSTAGE_WORKDIR, to store transient packaged
staging files such as the stamp files and opkg.conf

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agopackaged-staging: fix up handling of crosssdk packages
Joshua Lock [Mon, 25 Jan 2010 15:31:01 +0000 (15:31 +0000)]
packaged-staging: fix up handling of crosssdk packages

The packaged-staging class already special cases native packages for ensuring
the package is only reused if the path doesn't change.

This patch ensures the special casing is also done for crosssdk packages.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agoopkg: We must always include a valid arch.conf file
Richard Purdie [Fri, 29 Jan 2010 12:21:32 +0000 (12:21 +0000)]
opkg: We must always include a valid arch.conf file

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoopkg: Fix header problem
Richard Purdie [Fri, 29 Jan 2010 11:36:52 +0000 (11:36 +0000)]
opkg: Fix header problem

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopackagekit: 0.4.9 -> 0.6.0 (with fixes for opkg)
Richard Purdie [Fri, 29 Jan 2010 11:36:06 +0000 (11:36 +0000)]
packagekit: 0.4.9 -> 0.6.0 (with fixes for opkg)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agomesa: Add 7.7
Richard Purdie [Thu, 28 Jan 2010 22:44:50 +0000 (22:44 +0000)]
mesa: Add 7.7

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolibx11-trim: Update patch
Richard Purdie [Thu, 28 Jan 2010 22:30:22 +0000 (22:30 +0000)]
libx11-trim: Update patch

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopoky-external-eabi: Rename to poky-external-default
Richard Purdie [Thu, 28 Jan 2010 22:14:41 +0000 (22:14 +0000)]
poky-external-eabi: Rename to poky-external-default

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoconf/distro/poky: Rename poky-eabi to poky-default to make more sense
Richard Purdie [Thu, 28 Jan 2010 22:12:58 +0000 (22:12 +0000)]
conf/distro/poky: Rename poky-eabi to poky-default to make more sense

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoconf/distro/include: Drop poky-eabiX files, they no longer serve a purpose
Richard Purdie [Thu, 28 Jan 2010 22:04:55 +0000 (22:04 +0000)]
conf/distro/include: Drop poky-eabiX files, they no longer serve a purpose

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopoky-eabi.inc: Massive cleanup
Richard Purdie [Thu, 28 Jan 2010 22:03:00 +0000 (22:03 +0000)]
poky-eabi.inc: Massive cleanup

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agopoky-moblin: Set gcc version correctly
Richard Purdie [Thu, 28 Jan 2010 21:49:44 +0000 (21:49 +0000)]
poky-moblin: Set gcc version correctly

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogcc: Drop 4.3.1 and 4.3.2
Richard Purdie [Thu, 28 Jan 2010 21:49:10 +0000 (21:49 +0000)]
gcc: Drop 4.3.1 and 4.3.2

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agogcc: Make sure target_* variables are set, fixing gcc search path issues
Richard Purdie [Thu, 28 Jan 2010 21:46:51 +0000 (21:46 +0000)]
gcc: Make sure target_* variables are set, fixing gcc search path issues

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoopkg: Fix native and nativesdk configuration options
Richard Purdie [Wed, 27 Jan 2010 14:44:27 +0000 (14:44 +0000)]
opkg: Fix native and nativesdk configuration options

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake/build.py: No need for this gross hack now
Richard Purdie [Wed, 27 Jan 2010 12:40:02 +0000 (12:40 +0000)]
bitbake/build.py: No need for this gross hack now

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolibdrm: Create a common include file and att virtual/libx11 to DEPENDS
Richard Purdie [Wed, 27 Jan 2010 12:11:11 +0000 (12:11 +0000)]
libdrm: Create a common include file and att virtual/libx11 to DEPENDS

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoqemu.inc: Set xserver preferred provider correctly
Richard Purdie [Wed, 27 Jan 2010 11:52:11 +0000 (11:52 +0000)]
qemu.inc: Set xserver preferred provider correctly

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake.conf: Add virtual/xserver to MUTLI_PROVIDER_WHITELIST
Richard Purdie [Wed, 27 Jan 2010 11:51:57 +0000 (11:51 +0000)]
bitbake.conf: Add virtual/xserver to MUTLI_PROVIDER_WHITELIST

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoopkg: add openssl to DEPENDS
Joshua Lock [Wed, 27 Jan 2010 10:58:00 +0000 (10:58 +0000)]
opkg: add openssl to DEPENDS

Signed-off-by: Joshua Lock <josh@linux.intel.com>
15 years agoopkg: Update to latest svn and apply patch to enable readable logfiles
Richard Purdie [Tue, 26 Jan 2010 23:18:28 +0000 (23:18 +0000)]
opkg: Update to latest svn and apply patch to enable readable logfiles

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolibdrm: 2.4.7 -> 2.4.15
Richard Purdie [Tue, 26 Jan 2010 16:17:37 +0000 (16:17 +0000)]
libdrm: 2.4.7 -> 2.4.15

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agosite/mips-linux: Add entry for eds-dbus
Richard Purdie [Tue, 26 Jan 2010 17:55:46 +0000 (17:55 +0000)]
site/mips-linux: Add entry for eds-dbus

Signed-off-by: Richard Purdie <richard@rex.(none)>
15 years agoinsane.bbclass: Since we have no legacy packaging, no need to repeatedly scan staging
Richard Purdie [Tue, 26 Jan 2010 16:00:13 +0000 (16:00 +0000)]
insane.bbclass: Since we have no legacy packaging, no need to repeatedly scan staging

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agolinux-moblin: Add 2.6.31.5
Richard Purdie [Tue, 26 Jan 2010 15:59:18 +0000 (15:59 +0000)]
linux-moblin: Add 2.6.31.5

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoyum: Fix DEPENDS (no python-shlex)
Richard Purdie [Tue, 26 Jan 2010 13:46:50 +0000 (13:46 +0000)]
yum: Fix DEPENDS (no python-shlex)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoyum: Fix DEPENDS (no python-bzip)
Richard Purdie [Tue, 26 Jan 2010 13:30:58 +0000 (13:30 +0000)]
yum: Fix DEPENDS (no python-bzip)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake.conf: Add virtual/libintl-nativesdk to MULTI_PROVIDER_WHITELIST
Richard Purdie [Mon, 25 Jan 2010 17:26:44 +0000 (17:26 +0000)]
bitbake.conf: Add virtual/libintl-nativesdk to MULTI_PROVIDER_WHITELIST

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agofakeroot: Stop setting LD_LIBRARY_PATH as it breaks things (see patch description)
Richard Purdie [Sat, 23 Jan 2010 22:46:19 +0000 (22:46 +0000)]
fakeroot: Stop setting LD_LIBRARY_PATH as it breaks things (see patch description)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: Don't import xmlrpc server unless needed
Richard Purdie [Fri, 22 Jan 2010 16:15:50 +0000 (16:15 +0000)]
bitbake: Don't import xmlrpc server unless needed

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobin/bitbake: Add import server
Richard Purdie [Fri, 22 Jan 2010 09:00:49 +0000 (09:00 +0000)]
bin/bitbake: Add import server

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake/cooker: Drop unneeded import
Richard Purdie [Fri, 22 Jan 2010 00:04:18 +0000 (00:04 +0000)]
bitbake/cooker: Drop unneeded import

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agobitbake: Fix UI failure exception handling with python 2.6
Richard Purdie [Thu, 21 Jan 2010 23:49:50 +0000 (23:49 +0000)]
bitbake: Fix UI failure exception handling with python 2.6

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
15 years agoknotty: Improve task failure message handling using the uihelper code
Richard Purdie [Thu, 21 Jan 2010 23:49:17 +0000 (23:49 +0000)]
knotty: Improve task failure message handling using the uihelper code

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>