]> code.ossystems Code Review - openembedded-core.git/log
openembedded-core.git
14 years agolatencytop: add dependency on gtk+ and bump PR
Kevin Tian [Thu, 22 Jul 2010 07:04:15 +0000 (15:04 +0800)]
latencytop: add dependency on gtk+ and bump PR

or else latencytop may be built earlier than gtk+...

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoopkg-utils: add do_install after NATIVE_INSTALL_WORKS
Kevin Tian [Thu, 22 Jul 2010 05:36:42 +0000 (13:36 +0800)]
opkg-utils: add do_install after NATIVE_INSTALL_WORKS

NATIVE_INSTALL_WORKS implicates an explicit do_install required or else
its binaries are not installed to sysroot, which result in error like:
   sh: opkg-build not found

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoDrop old broken menlow machine (replaced by emenlow)
Richard Purdie [Thu, 22 Jul 2010 08:22:15 +0000 (09:22 +0100)]
Drop old broken menlow machine (replaced by emenlow)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoemenlow: Make sure the provider of virtual/kernel is set
Richard Purdie [Wed, 21 Jul 2010 21:50:24 +0000 (22:50 +0100)]
emenlow: Make sure the provider of virtual/kernel is set

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoopkg-utils: Set NATIVE_INSTALL_WORKS otherwise we'd use legacy staging which is not...
Richard Purdie [Wed, 21 Jul 2010 21:48:48 +0000 (22:48 +0100)]
opkg-utils: Set NATIVE_INSTALL_WORKS otherwise we'd use legacy staging which is not correct

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolinux-wrs: Add COMPATIBLE_MACHINE definition to stop parsing errors on unsupported...
Richard Purdie [Wed, 21 Jul 2010 21:48:16 +0000 (22:48 +0100)]
linux-wrs: Add COMPATIBLE_MACHINE definition to stop parsing errors on unsupported machines

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agometa-emenlow: Layer for eMenlow-based systems.
Jeff Dike [Wed, 21 Jul 2010 21:31:45 +0000 (17:31 -0400)]
meta-emenlow: Layer for eMenlow-based systems.

This layer provides a kernel suitable for booting on eMenlow-based systems,
plus support for Poulsbo graphics.  The Poulsbo support includes a
kernel patch for the graphics driver, a couple of libraries, the 2D
and 3D X drivers, and a properly configured X server.

The closed portions of this support are in the 3D driver, xpsb-glx.
This package contains the binaries for the libraries that communicate
with the kernel driver and a mesa library which uses those libraries.

There is a README in meta-emenlow/ describing how to enable this layer.

Where possible, the recipes use bitbake's new .bbappend facility in
order to avoid copying recipes from meta/.

There are checksums and license information for all of the new packages.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
14 years agoscripts/runqemu: Path fixes
Saul Wold [Wed, 21 Jul 2010 20:49:09 +0000 (21:49 +0100)]
scripts/runqemu: Path fixes

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agodistro-tracking: correction for previous recipes
Kevin Tian [Wed, 21 Jul 2010 13:20:54 +0000 (21:20 +0800)]
distro-tracking: correction for previous recipes

  libpng
  module-init-tools
  apmd
  prism-firmware
  initramfs-live-boot

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agosqlite3: no need to inherit pkgconfig_stage
Kevin Tian [Wed, 21 Jul 2010 07:03:52 +0000 (15:03 +0800)]
sqlite3: no need to inherit pkgconfig_stage

since its makefile does right steps to install .pc now

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agomodule-init-tools: upgrade to 3.12
Kevin Tian [Wed, 21 Jul 2010 05:21:49 +0000 (13:21 +0800)]
module-init-tools: upgrade to 3.12

[Patches]
  KEEP    _ignore_arch_directory_: ignore /etc/modprobe.d/arch, not sure reason now.
                                   keep it and to be verified later
  REMOVE  _module-init-tools-remove-index.patch_: in upstream
  NEW     _disable_man.patch_: a simpler patch to replace below removed two
  REMOVE  _manpagesopt_: due to above new patch
  REMOVE  _no_man_rebuild_: ditto
  KEEP    _modutils_extension_: poky has its own name convention and thus need such knowledge
                                in code

[Recipe]
  - adjust indention
  - remove some old lines like ${S} and EXTRA_OECONF

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agolibpng: upgrade to 1.2.44
Kevin Tian [Tue, 20 Jul 2010 11:39:57 +0000 (19:39 +0800)]
libpng: upgrade to 1.2.44

although the latest version is 1.4.3, some API changes happen which are not
compatible to some packages (such as libmatchbox using png_check_sig which
is abandoned in 1.4 version). I didn't check fully about other broken places,
and then be conservative to choose 1.2.44 as the target instead atm.

[Patches]
  REMOVE    _makefile_fix.patch_: a specific fix for libtool2.2.2. with 2.2.10, it's
                                  not required then
[Recipe]
  - add license checksum
  - remove old do_install and do_package
  - clean up package split
  - remove inherit pkgconfig_stage, since its own Makefile handles it well

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agolibidn: upgrade to 0.6.14(GPLv2), and 1.19 (GPLv3)
Kevin Tian [Tue, 20 Jul 2010 05:10:14 +0000 (13:10 +0800)]
libidn: upgrade to 0.6.14(GPLv2), and 1.19 (GPLv3)

libidn changed to GPLv3 since 2007 (its 1.0 release), so this upgrade includes two:

0.6.14 (GPLv2):
  - change SRC_URI as original doesn't work
  - remove original do_configure_prepend, which doesn't make any sense when inheriting
    autotools
  - this version includes a local copy of AC_USE_SYSTEM_EXTENSIONS which conflicts with
    latest autoconf. Actually it's not necessary and remove all references to local version

1.19 (GPLv3):
  - split a new package 'idn' for command line tools, which are licensed under GPLv3.
    keep other bits in libidn licensed under LGPLv2.1

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agogperf: upgrade to 3.0.4
Kevin Tian [Mon, 19 Jul 2010 02:21:28 +0000 (10:21 +0800)]
gperf: upgrade to 3.0.4

[Patches]
  REMOVE    _autoreconf.patch_: no need to duplicate acinclude.m4 in every subdirectory

[Recipe]
  - Keep original 3.0.3 version for GPLv2 requirement. 3.0.4 has bumped to GPLv3+
  - add gperf.inc for common lines
  - instead of duplicating acinclude.m4 in every subdirectory, use " -I ${S}" to
    ensure acinlude.m4 successfully found by m4_include

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agodbus-glib: add license checksum
Kevin Tian [Fri, 16 Jul 2010 06:26:07 +0000 (14:26 +0800)]
dbus-glib: add license checksum

it's missing in last upgrade

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agodbus: add license checksum
Kevin Tian [Fri, 16 Jul 2010 06:22:59 +0000 (14:22 +0800)]
dbus: add license checksum

it's missed in last upgrade.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agoapmd: upgrade to 3.2.2-14
Kevin Tian [Tue, 13 Jul 2010 08:46:46 +0000 (16:46 +0800)]
apmd: upgrade to 3.2.2-14

[Patches]
  KEEP    _unlinux.patch_: remove reference to build system paths
  DISABLE _libtool.patch_: this patch adds a "--tag=CC" to be compatible with libtool2.2.4.
                           however with latest 2.2.10 libtool, w/o this patch it still works. From
                           the manual, CC is the default tag actually. So disable it for now, and once
                           same error happens again, it'll be re-neabled and if necessary push to upstream
  DISABLE _workaround.patch_: a SIGUSR1 is hooked to signal suspend event as a so-called 'workaround'.
                              however no exact commit is found for exact usage case. So disable it.
  REMOVE  _debian.patch_: in upstream

[Recipe]
  Add license checksum

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
14 years agocmake.bbclass: Make sure EXTRA_OECMAKE has a sane default
Richard Purdie [Wed, 21 Jul 2010 20:43:38 +0000 (21:43 +0100)]
cmake.bbclass: Make sure EXTRA_OECMAKE has a sane default

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agolibproxy: Disabled webkit support
Jeff Dike [Wed, 21 Jul 2010 17:20:40 +0000 (13:20 -0400)]
libproxy: Disabled webkit support

This package changed from autoconf to cmake during the last recipe
upgrade.  This made the existing EXTRA_OECONF, which disabled wekbit
support among other things, non-functional, which in turn, broke the
build.

This patch disables webkit in a CMAKE way by adding EXTRA_OECMAKE to
the cmake class description, and setting it to "-DWEBKIT=no" in the
libproxy recipe and also reproduces the EXTRA_OECONF settings.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
14 years agogcc-cross-canadian/meta-toolchain: Fix C++ compiler location and path issues
Joshua Lock [Wed, 21 Jul 2010 17:35:09 +0000 (18:35 +0100)]
gcc-cross-canadian/meta-toolchain: Fix C++ compiler location and path issues

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agodistro tracking: gconf-dbus, elfutils, spectrum-fw and sqlite3
Yu Ke [Wed, 21 Jul 2010 05:31:01 +0000 (13:31 +0800)]
distro tracking: gconf-dbus, elfutils, spectrum-fw and sqlite3

update the distro tracking field.

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agosqlite3: upgrade to 3.6.23.1
Yu Ke [Tue, 20 Jul 2010 08:26:40 +0000 (16:26 +0800)]
sqlite3: upgrade to 3.6.23.1

also remove the cross-compile.patch and ldflags.patch,
since they are no longer used.

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agospectrum-fw.bb: Change SRC_URI to somewhere fetchable.
Yu Ke [Tue, 20 Jul 2010 07:50:43 +0000 (15:50 +0800)]
spectrum-fw.bb: Change SRC_URI to somewhere fetchable.

Borrow code from open embedded spectrum-fw.bb

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoelfutils: upgrade to version 0.148
Yu Ke [Fri, 16 Jul 2010 04:26:46 +0000 (12:26 +0800)]
elfutils: upgrade to version 0.148

reuse the open embedded elfutils_0.143.bb recipe to fix
the cross compiling issue.

Also pick patches from debian elfutils-0.148-1 pkg

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agogconf-dbus: upgrade to SVN r705
Yu Ke [Fri, 16 Jul 2010 01:51:50 +0000 (09:51 +0800)]
gconf-dbus: upgrade to SVN r705

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agodistro_tracking: Add tracking field for db, opkg, and opkg-utils
Dongxiao Xu [Wed, 21 Jul 2010 07:24:39 +0000 (15:24 +0800)]
distro_tracking: Add tracking field for db, opkg, and opkg-utils

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoopkg-utils: Upgraded to revision 4747
Dongxiao Xu [Wed, 21 Jul 2010 07:23:57 +0000 (15:23 +0800)]
opkg-utils: Upgraded to revision 4747

Update the default revision for opkg-utils in poky-default-revisions.inc
Remove "inherit autotools" since opkg-utils is not autotools based
Fix recipe metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoopkg: Upgraded to version 0.1.8
Dongxiao Xu [Wed, 21 Jul 2010 02:58:28 +0000 (10:58 +0800)]
opkg: Upgraded to version 0.1.8

Use stable release as default recipe.
Remove logfix.patch since the logic is already in latest version package
Also fix the metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agodistro tracking: Update fileds for gnome-vfs, avahi, libassuan, liboil...
Zhai Edwin [Wed, 21 Jul 2010 07:06:16 +0000 (15:06 +0800)]
distro tracking: Update fileds for gnome-vfs, avahi, libassuan, liboil...

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agogpgme: Update to 1.3.0
Zhai Edwin [Wed, 21 Jul 2010 07:06:16 +0000 (15:06 +0800)]
gpgme: Update to 1.3.0

gpgme 1.3.0 requires gpgconf&g13 from gnupg, otherwise got configure failure.
Adding gnupg need a lot of efforts and still has issue:g13 only exist in
development branch. So add a patch to disable the check error, just like
non-cross-compile environment.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agolibassuan: Update to 2.0.0
Zhai Edwin [Wed, 21 Jul 2010 07:06:03 +0000 (15:06 +0800)]
libassuan: Update to 2.0.0

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agolibgpg-error: Update to 1.8
Zhai Edwin [Wed, 21 Jul 2010 03:40:16 +0000 (11:40 +0800)]
libgpg-error: Update to 1.8

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agoliboil: Fix the meta data
Zhai Edwin [Wed, 21 Jul 2010 03:40:16 +0000 (11:40 +0800)]
liboil: Fix the meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agoavahi: Update to 0.6.27
Zhai Edwin [Wed, 21 Jul 2010 03:40:16 +0000 (11:40 +0800)]
avahi: Update to 0.6.27

Add "--disable-gtk3" to fix build error

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agognome-vfs: Update to 2.24.3
Zhai Edwin [Wed, 21 Jul 2010 03:40:16 +0000 (11:40 +0800)]
gnome-vfs: Update to 2.24.3

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agodistro tracking: update distro tracking field for font-alias and liberation-fonts.
Dexuan Cui [Wed, 21 Jul 2010 07:12:16 +0000 (15:12 +0800)]
distro tracking: update distro tracking field for font-alias and liberation-fonts.

font-alias: change the RECIPE_STATUS to green as the license issue is clarified.
liberation-fonts: add "# OK" to indicate we don't update it from 1.04 to 1.05.2.20091019 for now.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agolinux: 2.6.33.2: turn on CONFIG_OPROFILE and CONFIG_LATENCYTOP for netbook and qemux86
Dexuan Cui [Wed, 21 Jul 2010 05:20:28 +0000 (13:20 +0800)]
linux: 2.6.33.2: turn on CONFIG_OPROFILE and CONFIG_LATENCYTOP for netbook and qemux86

profile/profileui and latencytop need the kernel supports.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agodistro tracking: add distro tracking field for oprofileui, powertop, latencytop.
Dexuan Cui [Tue, 20 Jul 2010 11:59:07 +0000 (19:59 +0800)]
distro tracking: add distro tracking field for oprofileui, powertop, latencytop.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agotask-poky-tools: add latencytop into RDEPENDS_task-poky-tools-profile
Dexuan Cui [Tue, 20 Jul 2010 11:34:13 +0000 (19:34 +0800)]
task-poky-tools: add latencytop into RDEPENDS_task-poky-tools-profile

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agolatencytop: upgrade from 0.4 to the latest version 0.5
Dexuan Cui [Tue, 20 Jul 2010 11:07:52 +0000 (19:07 +0800)]
latencytop: upgrade from 0.4 to the latest version 0.5

Add BUGTRACKER
Rebase the patch latencytop-makefile.patch and update the patch folder's name
Add LIC_FILES_CHKSUM
Reset PR to "r0"

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agopowertop: upgrade from 1.10 to the latest version 1.11
Dexuan Cui [Tue, 20 Jul 2010 10:15:15 +0000 (18:15 +0800)]
powertop: upgrade from 1.10 to the latest version 1.11

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agooprofile: fix metadata
Dexuan Cui [Tue, 20 Jul 2010 10:00:03 +0000 (18:00 +0800)]
oprofile: fix metadata

Add HOMEAPGE,BUGTRACKER
Fix LICENSE and add LIC_FILES_CHKSUM
Update PREFERRED_VERSION_oprofile

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agooprofileui: upgrade from r194 to the latest version r197
Dexuan Cui [Tue, 20 Jul 2010 09:23:47 +0000 (17:23 +0800)]
oprofileui: upgrade from r194 to the latest version r197

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agotask-poky-tools: fix RDEPENDS_task-poky-tools-profile_qemux86
Dexuan Cui [Tue, 20 Jul 2010 08:32:04 +0000 (16:32 +0800)]
task-poky-tools: fix RDEPENDS_task-poky-tools-profile_qemux86

Change
RDEPENDS_task-poky-tools-profile_qemux86 += "valgrind"
to
RDEPENDS_append_task-poky-tools-profile_qemux86 = "valgrind", or else
RDEPENDS_task-poky-tools-profile would be overriden and only holds valgrind,
as a result, the 5 packages oprofile/oprofileui-server/powertop/... aren't
built into the target image at all.

Thanks Kevin a lot for tracking the issue down.

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoDistro tracking: Update the eds-dbus, jpeg, webkit-gtk....
Zhai Edwin [Fri, 16 Jul 2010 02:13:31 +0000 (10:13 +0800)]
Distro tracking: Update the eds-dbus, jpeg, webkit-gtk....

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agojpeg: Update to 8b
Zhai Edwin [Thu, 15 Jul 2010 05:34:26 +0000 (13:34 +0800)]
jpeg: Update to 8b

Original patch status:

ldflags.patch:
paths.patch:
libtool_tweak.patch:
    Dropped as the issues got fixed in 8b

debian.patch:
    This patch comes from debian distro. Original version can't apply, so
    replace it by latest version

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agoeds-dbus: Update to 2.30.2 from git repo
Zhai Edwin [Fri, 16 Jul 2010 00:08:30 +0000 (08:08 +0800)]
eds-dbus: Update to 2.30.2 from git repo

Also backport a patch from upstream(f001953f7d60) to compile imapx provider
optionally, which is the default behavior of current version. Else we get build
error when compiling imapx.

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agoweb-webkit: Update to 110
Zhai Edwin [Wed, 14 Jul 2010 01:44:16 +0000 (09:44 +0800)]
web-webkit: Update to 110

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agooh-puzzles: Fix the meta data
Zhai Edwin [Wed, 14 Jul 2010 00:52:46 +0000 (08:52 +0800)]
oh-puzzles: Fix the meta data

Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
14 years agodistro_tracking: valgrind, formfactor, makedevs, and bluez-dtl1-workaround.
Dongxiao Xu [Fri, 16 Jul 2010 06:10:34 +0000 (14:10 +0800)]
distro_tracking: valgrind, formfactor, makedevs, and bluez-dtl1-workaround.

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agovalgrind_3.5.0.bb: Fix recipe metadata
Dongxiao Xu [Fri, 16 Jul 2010 05:47:04 +0000 (13:47 +0800)]
valgrind_3.5.0.bb: Fix recipe metadata

Fix LICENSE information
Add BUGTRACKER and LIC_FILES_CHKSUM

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agomakedevs_1.0.0.bb: Fix recipe metadata
Dongxiao Xu [Fri, 16 Jul 2010 05:16:04 +0000 (13:16 +0800)]
makedevs_1.0.0.bb: Fix recipe metadata

Fix LICENSE information

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoformfactor_0.0.bb: Fix recipe metadata
Dongxiao Xu [Fri, 16 Jul 2010 05:13:37 +0000 (13:13 +0800)]
formfactor_0.0.bb: Fix recipe metadata

Add LICENSE information

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agopseudo: Uprev to the latest git version
Mark Hatle [Wed, 21 Jul 2010 13:15:53 +0000 (06:15 -0700)]
pseudo: Uprev to the latest git version

Uprev pseudo to the latest head version to resolve a number of issues
on older hosts such as RHEL 5.  In addition sqlite was changed to link
statically into pseudo to avoid a potential LD_LIBRARY_PATH issue.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
14 years agoEnable build dir outside of the poky directory
Joshua Lock [Wed, 21 Jul 2010 13:55:39 +0000 (14:55 +0100)]
Enable build dir outside of the poky directory

You need to first set up the build directory by sourcing the poky build script,
after that builds can be run in that directory so long as bitbake is in $PATH
removing the need to source the init script for each build.

i.e:
$ . poky-init-build-env ~/my-build
$ bitbake some-image
<<later, in a different shell>>
$ cd ~/my-build
$ export PATH=/path/to/bitbake/bin:$PATH
$ bitbake an-image

This patch also removes use of OEROOT in recipes, etc.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agobitbake.conf: move PSTAGE_DIR and DL_DIR with build output
Joshua Lock [Mon, 19 Jul 2010 10:31:40 +0000 (11:31 +0100)]
bitbake.conf: move PSTAGE_DIR and DL_DIR with build output

Having PSTAGE_DIR be a top level directory by default doesn't make sense, move
it to be a child of the build directory so that it lives with all other built
output. Also move DL_DIR to a child of the build directory for the use case of
an unwriteable $OEROOT.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agolinux_wrs: update SRCREVs for 2.6.34.1
Bruce Ashfield [Mon, 19 Jul 2010 18:02:46 +0000 (14:02 -0400)]
linux_wrs: update SRCREVs for 2.6.34.1

14 years agolinux_wrs: remove duplicate PV
Bruce Ashfield [Mon, 19 Jul 2010 18:02:06 +0000 (14:02 -0400)]
linux_wrs: remove duplicate PV

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agolayer.conf: Set BBPATH correctly
Richard Purdie [Tue, 20 Jul 2010 13:20:04 +0000 (14:20 +0100)]
layer.conf: Set BBPATH correctly

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years agoqemu/mips: arrange for vmlinux to be bootable
Bruce Ashfield [Thu, 24 Jun 2010 19:00:48 +0000 (15:00 -0400)]
qemu/mips: arrange for vmlinux to be bootable

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoqemu: update kernel mapping to return x86 for i586 TARGET_ARCH
Bruce Ashfield [Fri, 18 Jun 2010 05:08:12 +0000 (01:08 -0400)]
qemu: update kernel mapping to return x86 for i586 TARGET_ARCH

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agoqemu machines: Switch to use linux-wrs
Bruce Ashfield [Fri, 9 Jul 2010 13:27:48 +0000 (14:27 +0100)]
qemu machines: Switch to use linux-wrs

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agokernel: create base recipe for Wind River Linux kernel building
Bruce Ashfield [Fri, 18 Jun 2010 05:09:42 +0000 (01:09 -0400)]
kernel: create base recipe for Wind River Linux kernel building

This base recipe implements support for building a git based
Wind River Linux kernel repository.

There are several restrictions in this first import:

  - no patching (needs guilt)
  - missing Wind River features (config audit, etc)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agokern_tools: wrs kernel manipulation tools
Bruce Ashfield [Fri, 18 Jun 2010 05:04:26 +0000 (01:04 -0400)]
kern_tools: wrs kernel manipulation tools

These tools are largely unused at the moment, but represent
a baseline set of functionality for working with a Wind River
Linux kernel.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agolinux-libc-headers: create a libc-headers based on Wind River kernel
Bruce Ashfield [Sat, 26 Jun 2010 05:25:11 +0000 (01:25 -0400)]
linux-libc-headers: create a libc-headers based on Wind River kernel

Put PREFERRED_PROVIDER_linux-libc-headers = "linux-libc-headers-wrs"
in your configuration, and this package will be used to generate a
set of kernel headers from the -standard branch of the Wind River kernel.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
14 years agovte: upgrade to 0.24.3 to fix security vulnerability
Yu Ke [Mon, 19 Jul 2010 08:13:14 +0000 (16:13 +0800)]
vte: upgrade to 0.24.3 to fix security vulnerability

The detail of the security vulnerablility is in
http://secunia.com/advisories/40635

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agocpan-base.bbclass: fix perl version finding function
Nitin A Kamble [Thu, 15 Jul 2010 15:03:17 +0000 (08:03 -0700)]
cpan-base.bbclass: fix perl version finding function

Now perl version is in two digits like 12 in 5.12.1. Fix the old
function to work with multi digit version strings.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agodistro-track: update fields for base section
Qing He [Wed, 14 Jul 2010 14:37:24 +0000 (22:37 +0800)]
distro-track: update fields for base section

new upgrades:
  genext2fs
  pcmciautils
  pkgconfig
  shared-mime-info

add missing:
  util-linux
  libusb1

misc:
  latest version typo in libusb
  add # OK flag to openssl
  clarify tinylogin

Signed-off-by: Qing He <qing.he@intel.com>
14 years agorsync: upgrade to version 3.0.7
Qing He [Tue, 6 Jul 2010 08:56:06 +0000 (16:56 +0800)]
rsync: upgrade to version 3.0.7

from 2.6.9
2.6.9 is also preserved as the last known GPL2 version

changes:
  - 3.0.7 has some new change to the autotools scripts, it uses
    and configure.sh and checks its existence in Makefile, adapt
    this by adding do_configure_{prepend,append}
  - aclocal.m4 now also contains custom m4 macros, add acinclude.m4
    in the files/
  - add popt as build dependency. Besides, rsync can also link to
    libacl and libattr. Possibly need to add them in the future, for
    now, document the dependency

Signed-off-by: Qing He <qing.he@intel.com>
14 years agopcmciautils: upgrade to version 017
Qing He [Wed, 14 Jul 2010 05:09:18 +0000 (13:09 +0800)]
pcmciautils: upgrade to version 017

from 014

changes:
  - put LEX=flex into EXTRA_OEMAKE, from openembedded project
  - add RDEPENDS only to ${PN}, from openembedded project
  - remove modalias_update patch, it's in upstream
  - rebase the other two patches
  - starting from 017 (or maybe 016), two helper binaries are put
    into /usr/lib/udev instead of /sbin, adapt this change by adding
    the new path into package

Signed-off-by: Qing He <qing.he@intel.com>
14 years agoshared-mime-info: upgrade to version 0.71
Qing He [Tue, 13 Jul 2010 07:31:32 +0000 (15:31 +0800)]
shared-mime-info: upgrade to version 0.71

Signed-off-by: Qing He <qing.he@intel.com>
14 years agopkgconfig: upgrade to version 0.25
Qing He [Tue, 13 Jul 2010 07:04:13 +0000 (15:04 +0800)]
pkgconfig: upgrade to version 0.25

from 0.23

changes:
  - remove sysrootfix patch, it's now in upstream
  - use external popt instead of the included one

Signed-off-by: Qing He <qing.he@intel.com>
14 years agogenext2fs: upgrade to version 1.4.1
Qing He [Mon, 12 Jul 2010 04:45:51 +0000 (12:45 +0800)]
genext2fs: upgrade to version 1.4.1

from version 1.3

changes:
  - autotools adaption
  - remove the patches since their base 1.3 diverges considerably
    from the latest version

Signed-off-by: Qing He <qing.he@intel.com>
14 years agodistro tracking field: fix xserver-xf86-config version
Yu Ke [Thu, 15 Jul 2010 05:01:13 +0000 (13:01 +0800)]
distro tracking field: fix xserver-xf86-config version

the trailing comments is not compatible with tracking tool,
so remove it

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxserver-nodm-init: fix distro tracking data
Yu Ke [Thu, 15 Jul 2010 05:01:12 +0000 (13:01 +0800)]
xserver-nodm-init: fix distro tracking data

the trainling comment is not compatible with tracking tool,
so remove it.

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agoxf86-input-vmmouse: upgrade to 12.6.9
Yu Ke [Thu, 15 Jul 2010 05:01:12 +0000 (13:01 +0800)]
xf86-input-vmmouse: upgrade to 12.6.9

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agodistro tracking: add distro tracking field for qemugl, vte and web-webkit
Yu Ke [Thu, 15 Jul 2010 05:01:11 +0000 (13:01 +0800)]
distro tracking: add distro tracking field for qemugl, vte and web-webkit

Signed-off-by: Yu Ke <ke.yu@intel.com>
14 years agodistro_tracking: Add/change tracking fields for glibc, tremor, libproxy
Dongxiao Xu [Thu, 15 Jul 2010 12:44:07 +0000 (20:44 +0800)]
distro_tracking: Add/change tracking fields for glibc, tremor, libproxy

Add "# OK" to indicate the recipe is not upgraded to the latest version

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agowpa-supplicant: Upgraded to version 0.7.2
Dongxiao Xu [Thu, 15 Jul 2010 12:43:41 +0000 (20:43 +0800)]
wpa-supplicant: Upgraded to version 0.7.2

Removed local patches since the changes have accpeted in latest version
Rename wpa-supplicant-0.5.inc to wpa-supplicant-0.7.inc
Modify ${S} since the new code structure is changed
Also fixed recipe metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agolibproxy: Upgraded to version 0.4.2
Dongxiao Xu [Thu, 15 Jul 2010 12:43:13 +0000 (20:43 +0800)]
libproxy: Upgraded to version 0.4.2

Remove the patch since build tool has changed from autotool to cmake
Export poky variable to system environment since cmake needs it
Also fix the metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agocmake-native: Upgraded to version 2.8.2
Dongxiao Xu [Wed, 14 Jul 2010 12:27:50 +0000 (20:27 +0800)]
cmake-native: Upgraded to version 2.8.2

Also fix the metadata

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
14 years agoDistro Tracking: update distro tracking field for recipes of Graphics libs
Dexuan Cui [Thu, 15 Jul 2010 14:39:01 +0000 (22:39 +0800)]
Distro Tracking: update distro tracking field for recipes of Graphics libs

libxsettings-client: the latest version should be "0.10" rather than "0.1";
font-util: the license has been updated;
xorg-minimal-fonts: the license has been updated;
randrproto: fix the latest version: it should be "1.3.1" rather than "0.11";
libxfont: the package has been upgraded from "1.4.1" to "1.4.2" recently;
libxcalibrate: fix the git version's format.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agoxorg-minimal-fonts: fix metadata
Dexuan Cui [Thu, 15 Jul 2010 08:46:05 +0000 (16:46 +0800)]
xorg-minimal-fonts: fix metadata

There is no explicit license info in the local directory.

I used "fontforge" to open the fontdata file (.pcf.gz file) in the
xorg-minimal-fonts/misc/ and found fontforge's menu
"Element->Other Info->BDF info" says the "COPYRIGHT" is
"Public domain font. Share and enjoy. Actually
"cat *.pcf.gz | gunzip | strings | grep 'Public domain'" also shows
the same string.
So I think the license of xorg-minimal-fonts should be Public Domain.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
14 years agodistro_tracking: note devel upgrades so far
Nitin A Kamble [Tue, 13 Jul 2010 12:34:24 +0000 (05:34 -0700)]
distro_tracking: note devel upgrades so far

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agompfr: upgrade from 2.3.1 to 3.0.0
Nitin A Kamble [Mon, 12 Jul 2010 07:19:32 +0000 (00:19 -0700)]
mpfr: upgrade from 2.3.1 to 3.0.0

Change SECTION to devel

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agogmp: upgrade from 4.2.4 to 5.0.1
Nitin A Kamble [Mon, 12 Jul 2010 07:18:43 +0000 (00:18 -0700)]
gmp: upgrade from 4.2.4 to 5.0.1

Change SECTION to devel
Rebased the configure patch to the newer code.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agodistro_tracking: add gmp & mpfr packages in the devel tracking file
Nitin A Kamble [Mon, 12 Jul 2010 07:39:57 +0000 (00:39 -0700)]
distro_tracking: add gmp & mpfr packages in the devel tracking file

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython-pygobject: upgrade from 2.16.0 to 2.21.1
Nitin A Kamble [Wed, 7 Jul 2010 11:14:34 +0000 (04:14 -0700)]
python-pygobject: upgrade from 2.16.0 to 2.21.1

python-pygobject-native: upgrade from 2.16.0 to 2.21.1

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython-pygtk: upgrade from 2.10.4 to 2.17.0
Nitin A Kamble [Wed, 7 Jul 2010 11:40:08 +0000 (04:40 -0700)]
python-pygtk: upgrade from 2.10.4 to 2.17.0

Rebased this patch to the newer code
nodocs.patch

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython-scons: upgrade from 0.97 to 1.3.0
Nitin A Kamble [Wed, 7 Jul 2010 11:08:27 +0000 (04:08 -0700)]
python-scons: upgrade from 0.97 to 1.3.0

python-scons-native: upgrade from 0.97 to 1.3.0

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython-pyrex: upgrade from 0.9.8.5 to 0.9.9
Nitin A Kamble [Wed, 7 Jul 2010 11:05:17 +0000 (04:05 -0700)]
python-pyrex: upgrade from 0.9.8.5 to 0.9.9

python-pyrex-native: upgrade from 0.9.8.5 to 0.9.9

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython-iniparse: upgrade from 0.2.3 to 0.3.2
Nitin A Kamble [Wed, 7 Jul 2010 11:00:27 +0000 (04:00 -0700)]
python-iniparse: upgrade from 0.2.3 to 0.3.2

python-iniparse-native: upgrade from 0.2.3 to 0.3.2

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython-imaging: upgrade from 1.1.6 to 1.1.7
Nitin A Kamble [Wed, 7 Jul 2010 10:55:53 +0000 (03:55 -0700)]
python-imaging: upgrade from 1.1.6 to 1.1.7

Rebased the path.patch to the newer code

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agopython-dbus: upgrade from 0.83.0 to 0.83.1
Nitin A Kamble [Wed, 7 Jul 2010 10:46:08 +0000 (03:46 -0700)]
python-dbus: upgrade from 0.83.0 to 0.83.1

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoyum-metadata-parser : upgrade from 1.1.2 to 1.1.4
Nitin A Kamble [Wed, 7 Jul 2010 10:41:04 +0000 (03:41 -0700)]
yum-metadata-parser : upgrade from 1.1.2 to 1.1.4

yum-metadata-parser-native : upgrade from 1.1.2 to 1.1.4

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
14 years agoUse pseudo rather than fakeroot for fake root privileges
Joshua Lock [Wed, 23 Jun 2010 14:19:06 +0000 (15:19 +0100)]
Use pseudo rather than fakeroot for fake root privileges

Make use of the ability to configure the fake root provider and use Wind
River's pseudo utility.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agopseudo: various enhancements to integrate with Poky
Joshua Lock [Wed, 14 Jul 2010 09:25:06 +0000 (10:25 +0100)]
pseudo: various enhancements to integrate with Poky

Pseudo defaults to storing state files in ${prefix}/var/pseudo, we want them in
$(localstatedir) so a quick hack (path-munge.patch) makes pseudo use a data
directory specified with --data, and defaults to pseudo's way if it's not set.

Touching LD_LIBRARY_PATH can confuse the system into running Python against a
staging python library. When these two are sufficiently diverse in version
significant breakage can occur.

HOMEPAGE and LIC_FILES_CHKSUM are handy metadata variables to have defined.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agostaging: fix staging of empty directories and add localstatedir
Joshua Lock [Fri, 25 Jun 2010 12:56:04 +0000 (13:56 +0100)]
staging: fix staging of empty directories and add localstatedir

If a program creates an empty directory during its build it's probably for a
good reason, so if it exists it seems sensible to stage it.
Some programs require localstatedir to operate so we should be sure to stage
it.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
14 years agobitbake: Add support for .bbappend files (see mailing lists for detais)
Richard Purdie [Fri, 16 Jul 2010 14:10:22 +0000 (15:10 +0100)]
bitbake: Add support for .bbappend files (see mailing lists for detais)

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 years ago*: use print() as a function
Bernhard Reutner-Fischer [Fri, 18 Jun 2010 10:50:15 +0000 (12:50 +0200)]
*: use print() as a function

to make python3 happy

(Bitbake rev: c82926ccdd4ec4e3ad6e78a381dacb96adf9b409)

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>