]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
14 years agofontsproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:58:30 +0000 (12:58 +0800)]
fontsproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agofontcacheproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:58:13 +0000 (12:58 +0800)]
fontcacheproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agofixesproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:57:52 +0000 (12:57 +0800)]
fixesproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agodmxproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:55:47 +0000 (12:55 +0800)]
dmxproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agodamageproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:55:17 +0000 (12:55 +0800)]
damageproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agocompositeproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:54:59 +0000 (12:54 +0800)]
compositeproto: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agocalibrateproto: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:54:08 +0000 (12:54 +0800)]
calibrateproto: fix metadata

Also change to use new patch parameter

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoxorg-proto-common.inc: fix metadata
Dexuan Cui [Sat, 12 Jun 2010 04:22:36 +0000 (12:22 +0800)]
xorg-proto-common.inc: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agomodule-init-tools: fix metadata
Kevin Tian [Thu, 10 Jun 2010 08:16:14 +0000 (16:16 +0800)]
module-init-tools: fix metadata

Also change to use new patch parameter

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agopsplash: fix metadata
Kevin Tian [Thu, 10 Jun 2010 07:20:49 +0000 (15:20 +0800)]
psplash: fix metadata

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agopolkit: fix metadata
Kevin Tian [Thu, 10 Jun 2010 07:00:25 +0000 (15:00 +0800)]
polkit: fix metadata

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoeggdbus_0.6.bb: fix metadata
Kevin Tian [Wed, 9 Jun 2010 02:21:18 +0000 (10:21 +0800)]
eggdbus_0.6.bb: fix metadata

change to use new patch parameter

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agofont-util: fix metadata
Dexuan Cui [Thu, 10 Jun 2010 14:12:18 +0000 (22:12 +0800)]
font-util: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoencodings: fix metadata
Dexuan Cui [Thu, 10 Jun 2010 13:36:04 +0000 (21:36 +0800)]
encodings: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxorg-font-common.inc: fix metadata
Dexuan Cui [Thu, 10 Jun 2010 13:31:19 +0000 (21:31 +0800)]
xorg-font-common.inc: fix metadata

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agosettings-daemon: fix metadata
Dexuan Cui [Thu, 10 Jun 2010 13:30:05 +0000 (21:30 +0800)]
settings-daemon: fix metadata

Also change to use new patch parameter

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agolibxsettings-client: fix metadata and add MIT-style-license
Dexuan Cui [Thu, 10 Jun 2010 13:27:11 +0000 (21:27 +0800)]
libxsettings-client: fix metadata and add MIT-style-license

One tricky issue for license part. This package doesn't ship with its own COPYING file and autotools will install a GPLv2 one instead of the actual MIT-style license here. So create a MIT-style license on the fly to reflect the fact.

Use new patch parameters.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agobinutils: remove older versions
Nitin A Kamble [Wed, 16 Jun 2010 09:11:28 +0000 (02:11 -0700)]
binutils: remove older versions

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agolinux-libc-headers: Remove ioctls for deleted driver
Dike, Jeffrey G [Wed, 16 Jun 2010 21:32:49 +0000 (14:32 -0700)]
linux-libc-headers: Remove ioctls for deleted driver

2.6.33 removed the Hayes ESP driver.  The presence of these ioctls
makes setserial believe that ESP support should be built in, breaking its
build.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
14 years agoqemu: Fix linking of the native package on Fedora 13
Joshua Lock [Tue, 15 Jun 2010 11:22:01 +0000 (12:22 +0100)]
qemu: Fix linking of the native package on Fedora 13

Fedora 13 switched the default behaviour of the linker to no longer
indirectly link to required libraries (i.e. dependencies of a library
already linked to). Therefore we need to explicitly pass the depended on
libraries into the linker for building to work on Fedora 13.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agohandbook: Fix stylesheet
Joshua Lock [Mon, 14 Jun 2010 13:22:16 +0000 (14:22 +0100)]
handbook: Fix stylesheet

Some sizes where defined without units (in our case px) causing display of the
header of the handbook to be broken.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agosanity.bbclass: Fix test for i686 SDKMACHINE
Joshua Lock [Mon, 14 Jun 2010 11:51:34 +0000 (12:51 +0100)]
sanity.bbclass: Fix test for i686 SDKMACHINE

The 'is' keyword tests for object identity, returning True if the variables are
both referencing the same object. Changed the test to use the equality
operator, which compares the values of the objects.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agohandbook: Fix typo in last commit
Joshua Lock [Mon, 14 Jun 2010 11:12:09 +0000 (12:12 +0100)]
handbook: Fix typo in last commit

Managed to mangle the command...

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agohandbook: fix extraction command
Joshua Lock [Mon, 14 Jun 2010 11:07:03 +0000 (12:07 +0100)]
handbook: fix extraction command

We ship bzipped tarballs now so we need to pass j to tar, not z

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agohandbook: fix version reference
Joshua Lock [Mon, 14 Jun 2010 11:05:50 +0000 (12:05 +0100)]
handbook: fix version reference

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agohandbook: Fix references to the stable release
Joshua Lock [Mon, 14 Jun 2010 10:45:30 +0000 (11:45 +0100)]
handbook: Fix references to the stable release

The handbook was still talking about the purple release, we're green now

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoMerge branch 'distro/master' of ssh://git.pokylinux.org/poky-contrib
Richard Purdie [Fri, 11 Jun 2010 17:06:27 +0000 (18:06 +0100)]
Merge branch 'distro/master' of ssh://git.pokylinux.org/poky-contrib

14 years agohandbook: Fix generation of HTML handbook
Joshua Lock [Fri, 11 Jun 2010 14:27:23 +0000 (15:27 +0100)]
handbook: Fix generation of HTML handbook

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoUpdate version after Green release
Joshua Lock [Fri, 11 Jun 2010 13:00:35 +0000 (14:00 +0100)]
Update version after Green release

14 years agopackaged-staging.bbclass: fix typo in scan_cmd
Joshua Lock [Fri, 11 Jun 2010 13:42:00 +0000 (14:42 +0100)]
packaged-staging.bbclass: fix typo in scan_cmd

it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDPDIR_STAGE spotted by Chris Larson
<chris_larson@mentor.com>

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoxserver-kdrive: Disable dolt to fix build failures
Richard Purdie [Fri, 11 Jun 2010 10:36:37 +0000 (11:36 +0100)]
xserver-kdrive: Disable dolt to fix build failures

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolinux-moblin-2.6.33.2: Enable trackpads for netbooks
Joshua Lock [Fri, 11 Jun 2010 10:22:46 +0000 (11:22 +0100)]
linux-moblin-2.6.33.2: Enable trackpads for netbooks

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agosite/powerpc: Add popt site options
Richard Purdie [Fri, 11 Jun 2010 10:10:21 +0000 (11:10 +0100)]
site/powerpc: Add popt site options

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agognome-keyring: Add missing DEPENDS on gconf
Richard Purdie [Fri, 11 Jun 2010 10:09:58 +0000 (11:09 +0100)]
gnome-keyring: Add missing DEPENDS on gconf

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemuppc: Add ppc603e to PACKAGE_EXTRA_ARCHS, fixing image builds
Richard Purdie [Fri, 11 Jun 2010 09:27:02 +0000 (10:27 +0100)]
qemuppc: Add ppc603e to PACKAGE_EXTRA_ARCHS, fixing image builds

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopoky.bbclass: Add second fall-back sources mirror
Scott Garman [Wed, 9 Jun 2010 20:49:07 +0000 (13:49 -0700)]
poky.bbclass: Add second fall-back sources mirror

* Green and newer releases can now use http://autobuilder.pokylinux.org/sources/

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
14 years agotask-poky-tools: Disable kexec for powerpc
Richard Purdie [Fri, 11 Jun 2010 08:31:37 +0000 (09:31 +0100)]
task-poky-tools: Disable kexec for powerpc

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogypsy: Fix broken SRC_URI
Scott Garman [Fri, 11 Jun 2010 02:45:39 +0000 (19:45 -0700)]
gypsy: Fix broken SRC_URI

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoicu-native: LD_LIBRARY_PATH is required
Kevin Tian [Fri, 11 Jun 2010 03:57:22 +0000 (11:57 +0800)]
icu-native: LD_LIBRARY_PATH is required

Back to commit ea45876d7ba3d4d2b132fd38a2c40834a2385f34, LD_LIBRARY_PATH
is disable for cross-build, however it's required for native version. So
force noldlibpath.patch for non-native case only

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agoFix my own type of BPV -> BPN
Saul Wold [Fri, 11 Jun 2010 02:56:09 +0000 (19:56 -0700)]
Fix my own type of BPV -> BPN

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agoAdd an entry for ${BPN} in the handbook
Nitin A Kamble [Fri, 11 Jun 2010 00:25:25 +0000 (17:25 -0700)]
Add an entry for ${BPN} in the handbook

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoFixed bzip SRC_URI with ${BPN}
Saul Wold [Thu, 10 Jun 2010 23:31:17 +0000 (16:31 -0700)]
Fixed bzip SRC_URI with ${BPN}

Signed-off-by: Saul Wold <Saul.Wold@intel.com>
14 years agoRevert LICENSE fields for binutils recipe files
Nitin A Kamble [Fri, 11 Jun 2010 00:48:28 +0000 (17:48 -0700)]
Revert LICENSE fields for binutils recipe files

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoscripts/create_pull_request fix a typo
Nitin A Kamble [Thu, 10 Jun 2010 00:26:05 +0000 (17:26 -0700)]
scripts/create_pull_request fix a typo

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoupdate create_pull_request for distro/master
Nitin A Kamble [Wed, 9 Jun 2010 05:04:59 +0000 (22:04 -0700)]
update create_pull_request for distro/master

With this change the create_pull_request will be able to generate pull
requests to master as well as distro/master branch.

Some documentation is added in the Usage messange of the script.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoupdate distro tracking fields for libtool recipe
Nitin A Kamble [Wed, 9 Jun 2010 19:57:03 +0000 (12:57 -0700)]
update distro tracking fields for libtool recipe

a new release just went out.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoAdd distro tracking fields for gnu-config recipe
Nitin A Kamble [Wed, 9 Jun 2010 18:28:54 +0000 (11:28 -0700)]
Add distro tracking fields for gnu-config recipe

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agognu-config recipe: fix SECTION field
Nitin A Kamble [Wed, 9 Jun 2010 17:16:53 +0000 (10:16 -0700)]
gnu-config recipe: fix SECTION field

the SECTION is changed from base to devel.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoAdd distro tracking fields for more recipes
Nitin A Kamble [Wed, 9 Jun 2010 01:58:06 +0000 (18:58 -0700)]
Add distro tracking fields for more recipes

Added fields for these recipes
python-pyrex
python-scons
python-urlgrabber
python
yum-metadata-parser
quilt
tcl
unifdef
qmake-cross

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoAdd distro tracking fields for more recipes
Nitin A Kamble [Tue, 8 Jun 2010 22:52:54 +0000 (15:52 -0700)]
Add distro tracking fields for more recipes

Added fields for these recipes:
python-dbus
python-gst
python-imaging
python-iniparse
python-pycairo
python-pycurl
python-pygobject
python-pygtk

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoAdd distro tracking fields for some recipes
Nitin A Kamble [Tue, 8 Jun 2010 18:31:39 +0000 (11:31 -0700)]
Add distro tracking fields for some recipes

distro tracking fields are filled for these recipes:

binutils
gcc
autoconf
automake
bison
diffstat
exmap-console
flex
gdb
gtk-theme-torturer
intltool

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoFix metadata for libmad
Dongxiao Xu [Wed, 9 Jun 2010 08:09:10 +0000 (16:09 +0800)]
Fix metadata for libmad

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoFix metadata for libid3tag
Dongxiao Xu [Wed, 9 Jun 2010 08:03:33 +0000 (16:03 +0800)]
Fix metadata for libid3tag

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoFix metadata for liba52
Dongxiao Xu [Wed, 9 Jun 2010 07:54:19 +0000 (15:54 +0800)]
Fix metadata for liba52

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoFix metadata for libical
Dongxiao Xu [Wed, 9 Jun 2010 07:40:24 +0000 (15:40 +0800)]
Fix metadata for libical

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoFix metadata for hostap-utils
Dongxiao Xu [Wed, 9 Jun 2010 07:20:51 +0000 (15:20 +0800)]
Fix metadata for hostap-utils

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoFix metadata for lrzsz
Dongxiao Xu [Wed, 9 Jun 2010 05:23:15 +0000 (13:23 +0800)]
Fix metadata for lrzsz

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoAdd distro tracking for previous metadata fixes
Qing He [Wed, 9 Jun 2010 09:57:09 +0000 (17:57 +0800)]
Add distro tracking for previous metadata fixes

time
gdbm
pth
python-pycurl
bzip2
portmap

Signed-off-by: Qing He <qing.he@intel.com>
14 years agofix metadata for portmap
Qing He [Wed, 9 Jun 2010 09:50:40 +0000 (17:50 +0800)]
fix metadata for portmap

update license and homepage

Signed-off-by: Qing He <qing.he@intel.com>
14 years agofix metadata for bzip2
Qing He [Wed, 9 Jun 2010 09:11:38 +0000 (17:11 +0800)]
fix metadata for bzip2

update license and homepage
use $PN and $PV instead of literals

Signed-off-by: Qing He <qing.he@intel.com>
14 years agofix metadata for python-pycurl
Qing He [Wed, 9 Jun 2010 07:25:27 +0000 (15:25 +0800)]
fix metadata for python-pycurl

update homepage, license and ordering

Signed-off-by: Qing He <qing.he@intel.com>
14 years agofix metadata for pth
Qing He [Wed, 9 Jun 2010 03:27:02 +0000 (11:27 +0800)]
fix metadata for pth

update license fields

Signed-off-by: Qing He <qing.he@intel.com>
14 years agofix metadata for gdbm
Qing He [Wed, 9 Jun 2010 02:48:40 +0000 (10:48 +0800)]
fix metadata for gdbm

update license and homepage

Signed-off-by: Qing He <qing.he@intel.com>
14 years agofix metadata for time
Qing He [Tue, 8 Jun 2010 09:25:17 +0000 (17:25 +0800)]
fix metadata for time

update license related fields
slight ordering change
no version update

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoadd distro tracking fields for more recipes
Nitin A Kamble [Tue, 8 Jun 2010 21:02:54 +0000 (14:02 -0700)]
add distro tracking fields for more recipes

Added files for these recipes:

make
run-postinsts
staging-linkage
nasm
oprofile
perl
prelink

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agolttng-viewer_0.8.83.bb: Fix SRC_URI
Nitin A Kamble [Tue, 8 Jun 2010 20:21:07 +0000 (13:21 -0700)]
lttng-viewer_0.8.83.bb: Fix SRC_URI

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoAdd distro tracking fields for more recipes
Nitin A Kamble [Tue, 8 Jun 2010 20:12:12 +0000 (13:12 -0700)]
Add distro tracking fields for more recipes

Distro tracking metadata for these recipes is added

libtool
linux-libc-headers
lsof
lttng-control
lttng-viewer

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoflex.inc : update HOMEPAGE metadata field
Nitin A Kamble [Tue, 8 Jun 2010 19:25:25 +0000 (12:25 -0700)]
flex.inc : update HOMEPAGE metadata field

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agomake 2.20.1 as new default version for binutils
Nitin A Kamble [Fri, 4 Jun 2010 01:55:45 +0000 (18:55 -0700)]
make 2.20.1 as new default version for binutils

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agobinutils: upgrade to version 2.20.1
Nitin A Kamble [Fri, 4 Jun 2010 01:53:37 +0000 (18:53 -0700)]
binutils: upgrade to version 2.20.1

Added a entry for bugtracker.
updated LICENSE
updated LIC_FILES_CHKSUM

The x86 build of binutils is working fine.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agodistro_tracking_fields.inc: new file for tracking
Nitin A Kamble [Tue, 8 Jun 2010 18:31:39 +0000 (11:31 -0700)]
distro_tracking_fields.inc: new file for tracking

distro tracking fields are filled for these recipes:

binutils
gcc
autoconf
automake
bison
diffstat
exmap-console
flex
gdb
gtk-theme-torturer
intltool

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoAdd distro overrides for previous metadata fixes
Kevin Tian [Tue, 8 Jun 2010 05:42:37 +0000 (13:42 +0800)]
Add distro overrides for previous metadata fixes

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agoFix metadata for e2fsprogs
Kevin Tian [Tue, 8 Jun 2010 05:40:43 +0000 (13:40 +0800)]
Fix metadata for e2fsprogs

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agoFix metadata for dbus-wait
Kevin Tian [Tue, 8 Jun 2010 04:38:53 +0000 (12:38 +0800)]
Fix metadata for dbus-wait

Signed-off-by Kevin Tian <kevin.tian@intel.com>

14 years agojs: Fix mips build and other architecture inconsistency
Richard Purdie [Thu, 10 Jun 2010 21:12:55 +0000 (22:12 +0100)]
js: Fix mips build and other architecture inconsistency

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoicu: Fix LD_LIBRARY_PATH corruption causing build failures
Richard Purdie [Thu, 10 Jun 2010 21:04:20 +0000 (22:04 +0100)]
icu: Fix LD_LIBRARY_PATH corruption causing build failures

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolib/oe/patch.py: Fix patch application failure interaction handling
Richard Purdie [Thu, 10 Jun 2010 19:22:41 +0000 (20:22 +0100)]
lib/oe/patch.py: Fix patch application failure interaction handling

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopoky-env-internal: fix a typo
Joshua Lock [Thu, 10 Jun 2010 14:59:11 +0000 (15:59 +0100)]
poky-env-internal: fix a typo

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agopoky-evn-internal: Add some documentation about the config file and commonly used...
Richard Purdie [Thu, 10 Jun 2010 14:51:36 +0000 (15:51 +0100)]
poky-evn-internal: Add some documentation about the config file and commonly used build targets

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoopkg: ensure the data directory is created
Joshua Lock [Thu, 10 Jun 2010 14:04:38 +0000 (15:04 +0100)]
opkg: ensure the data directory is created

We need to ensure the data directory (/usr/lib/opkg) is created and shipped in
the package as it's used by opkg to create a lock file.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agorootfs_ipk.bbclass: ensure the package manager can create lock files
Joshua Lock [Thu, 10 Jun 2010 13:49:50 +0000 (14:49 +0100)]
rootfs_ipk.bbclass: ensure the package manager can create lock files

The opkg package manager uses /usr/lib/opkg to store lock files in, modify the
remove_package_data_files() function to create an empty directory once the data
files are removed so that the lock can be created.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoqemu-nativesdk: Make sure the compiler prefix is set fixing cross sdk builds
Richard Purdie [Thu, 10 Jun 2010 11:04:22 +0000 (12:04 +0100)]
qemu-nativesdk: Make sure the compiler prefix is set fixing cross sdk builds

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopackaged-staging.bbclass: Use a differnet opkg.conf for each TARGET_ARCH
Joshua Lock [Thu, 10 Jun 2010 10:29:09 +0000 (11:29 +0100)]
packaged-staging.bbclass: Use a differnet opkg.conf for each TARGET_ARCH

Assembling an appropriate opkg.conf in the pstage_helper is difficult when
building for multiple target architectures in one Poky directory, work around
this by generating an appropriate opkg.conf for the TARGET_ARCH and using an
${TARGET_ARCH}-opkg.conf for packaged staging.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoqemu-helper-nativesdk: Fix after file:// url handling changes
Richard Purdie [Thu, 10 Jun 2010 09:55:43 +0000 (10:55 +0100)]
qemu-helper-nativesdk: Fix after file:// url handling changes

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agom4: Set further site entries
Richard Purdie [Thu, 10 Jun 2010 09:42:21 +0000 (10:42 +0100)]
m4: Set further site entries

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoLICENSE: Clarify the license recipe source code is under
Richard Purdie [Thu, 10 Jun 2010 09:13:18 +0000 (10:13 +0100)]
LICENSE: Clarify the license recipe source code is under

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolinux-2.6.33.2: Ensure enable QEMU network drivers for qemux86
Joshua Lock [Wed, 9 Jun 2010 16:30:59 +0000 (17:30 +0100)]
linux-2.6.33.2: Ensure enable QEMU network drivers for qemux86

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoscripts: Fix setting up links to cc and gcc in runqemu
Joshua Lock [Wed, 9 Jun 2010 16:27:23 +0000 (17:27 +0100)]
scripts: Fix setting up links to cc and gcc in runqemu

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agokernel.bbclass: Drop code which is duplicated later in the function, fixing older...
Richard Purdie [Wed, 9 Jun 2010 13:27:13 +0000 (14:27 +0100)]
kernel.bbclass: Drop code which is duplicated later in the function, fixing older kernel builds

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agobootcdx86: This is dropped in favour of netbook iso images
Richard Purdie [Wed, 9 Jun 2010 11:58:46 +0000 (12:58 +0100)]
bootcdx86: This is dropped in favour of netbook iso images

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agopoky-image-sato-cd: This has been replaced by the -live image
Richard Purdie [Wed, 9 Jun 2010 11:58:06 +0000 (12:58 +0100)]
poky-image-sato-cd: This has been replaced by the -live image

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoxserver-kdrive-xomap: Bandaid for configure issues and modern autotools
Richard Purdie [Wed, 9 Jun 2010 11:56:21 +0000 (12:56 +0100)]
xserver-kdrive-xomap: Bandaid for configure issues and modern autotools

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agogcc-4.3.3: Drop unused patches
Richard Purdie [Wed, 9 Jun 2010 11:50:17 +0000 (12:50 +0100)]
gcc-4.3.3: Drop unused patches

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoudev: bump PR after cache fixes
Joshua Lock [Wed, 9 Jun 2010 11:07:59 +0000 (12:07 +0100)]
udev: bump PR after cache fixes

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoFix the boot process udev warning
Yu Ke [Wed, 9 Jun 2010 11:04:51 +0000 (12:04 +0100)]
Fix the boot process udev warning

Phenomena: there is udev warning in boot process
        tar: can't open '/etc/dev.tar': Read-only file system

The reason is that the init script /etc/rcS.d/S04udev will try to tar the /dev as cache to speed up udev at next boot time. Unfortunately, S04udev is too early and the filesystem is not writable yet.

To fix it, this patch split the cache action to another init script, and register it as /etc/rcS.d/S36, which is after the S35mountall, and the filesystem is already writable.

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agopciutils: Stop build breakage if HOST is set in the environment
Richard Purdie [Wed, 9 Jun 2010 10:29:30 +0000 (11:29 +0100)]
pciutils: Stop build breakage if HOST is set in the environment

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agocurl: Fix configure issue on mips
Richard Purdie [Wed, 9 Jun 2010 10:12:12 +0000 (11:12 +0100)]
curl: Fix configure issue on mips

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolinux: bump PR of linux-2.6.3243.2 after the fix for RTC
Joshua Lock [Wed, 9 Jun 2010 09:22:58 +0000 (10:22 +0100)]
linux: bump PR of linux-2.6.3243.2 after the fix for RTC

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agobusybox: bump the PR after the syslog fix
Joshua Lock [Wed, 9 Jun 2010 09:22:24 +0000 (10:22 +0100)]
busybox: bump the PR after the syslog fix

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agoFix the syslog starting failure
Zhai Edwin [Wed, 9 Jun 2010 06:55:13 +0000 (14:55 +0800)]
Fix the syslog starting failure

Should use "-Cxx" instead of "-C xx" as command line for syslog in busybox

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>