[oe] OE Changelog for 2011-07-11 to 2011-07-18

cliff.brake at gmail.com cliff.brake at gmail.com
Mon Jul 18 21:53:38 UTC 2011


Changelog for 2011-07-11 to 2011-07-18.  Projects included in this report:

bitbake: git://git.openembedded.org/bitbake
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://git.angstrom-distribution.org/meta-angstrom
meta-yocto: git://git.yoctoproject.org/poky
meta-texasinstruments: git://git.angstrom-distribution.org/meta-texasinstruments
meta-smartphone: http://git.shr-project.org/repo/meta-smartphone.git
meta-micro: git://git.openembedded.org/meta-micro
meta-slugos: git://github.com/kraj/meta-slugos
meta-nslu2: git://github.com/kraj/meta-nslu2
meta-intel: git://git.yoctoproject.org/meta-intel
openembedded: git://git.openembedded.org/openembedded

====================================================
Changelog for bitbake:

Joshua Lock (2):
  ui/crumbs/tasklistmodel: update brought in by column when possible
  ui/crumbs/tasklistmodel: fix automatic removal of orphaned items

Yu Ke (1):
  fetcher2: retry mirror if upstream checksum mismatch

====================================================
Changelog for openembedded-core:

Andrea Adami (2):
  image_types.bbclass: add support for tar.xz, cpio.xz, cpio.lzma
  kernel.bbclass: handle embedding of initramfs images

Chris Elston (1):
  Add support for BAD_RECOMMENDATIONS to rootfs_ipk

Darren Hart (1):
  bb-matrix: initial scripts to record TIME(1) metrics for BB and PM combinati

Joshua Lock (1):
  classes/image_types: add a variable to list available IMAGE_FSTYPE's

Koen Kooi (7):
  pulseaudio: try harder to disable HAL
  pulseaudio 0.9.15: delete, but keep 0.9.22 and 0.9.23
  webkit-gtk: update SRCREV
  pulseaudio: make it work out of the box
  ofono: fix packaging and clean up custom do_install
  connman-gnome: run oe-stylize over recipe
  pulseaudio: enable bluetooth support

Nitin A Kamble (5):
  kernel.bbclass: fix the broken lines
  glibc: fix false failure
  binutils: package unpackaged files
  eglibc: fix installed but not packaged files
  eglibc: fix runtime assertion failure

Otavio Salvador (2):
  libarchive: remove undistributable copyright content from source
  cmake: update to 2.8.5 release

Paul Eggleton (2):
  busybox: fix missing features due to lack of variable expansion
  insane.bbclass: skip rdepends QA checks for kernel / modules

Phil Blundell (3):
  kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workarou
  bluez-dtl1-workaround: deleted
  eglibc: ensure that NSS libs go into the right package when ${base_libdir} a

Richard Purdie (4):
  sysklogd: Drop ONLINE_PACKAGE_MANAGEMENT as per mailing list discussion
  update-rc.d: Switch from a tag to a sepcific revision
  sstate: Improve performance by moving files rather than using copy and delet
  python: Fix libdir usage which broke python packaging

Saul Wold (2):
  gcc: Fix packaging correctly
  Patches: Fix Upstream-Status info

Scott Garman (1):
  distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipes

Yu Ke (11):
  native.bbclass: generate libdir from libdir_native
  openssl: fix for non /usr/lib libdir case
  python: fix for libdir=/usr/lib64 case
  python-native: fix for non /usr/lib libdir case
  perl: fix for non /usr/lib libdir case
  libcap: fix for non /usr/lib libdir case
  rpm: fix for non /usr/lib libdir case
  sato-sdk: add clutter for sato-sdk image
  xserver-kdrive: add patch upstream status info
  sat-solver: fix for non /usr/lib libdir case
  libzypp: fix for non /usr/lib libdir case

====================================================
Changelog for meta-openembedded:

Khem Raj (2):
  icon-naming-utils: inherit allarch
  icon-naming-utils: Inherit perlnative

Koen Kooi (10):
  mm-common: add 0.9.5
  libsigc++: add 2.2.9
  glibmm: add 2.28.2
  cairo: update to 1.10.2
  cairomm: add 1.10.0
  pangomm: add 2.28.2
  gtkmm: add 2.20.0
  pavucontrol: add 0.9.10+git
  jack 0.121.0: import from OE.dev
  midori 0.3.6: fix source checksums

Tom Rini (1):
  icon-naming-utils-native: Fix long path to perl in icon-name-mapping

====================================================
Changelog for meta-angstrom:

Khem Raj (3):
  angstrom-bleeding: Pin eglibc-locale version
  angstrom-uclibc: Use tclibc-uclibc defaults from oe-core
  angstrom-eglibc: Use tclibc-eglibc defaults from oe-core

Koen Kooi (2):
  angstrom: prefer cairo 1.10.2
  angstrom-zeroconf-audio: move to tasks and clean up

====================================================
Changelog for meta-yocto:

Andrea Adami (3):
  image_types.bbclass: add support for tar.xz, cpio.xz, cpio.lzma
  kernel.bbclass: handle embedding of initramfs images
  kernel.bbclass: remove unintended change of INITRAMFS_TASK

Chris Elston (1):
  Add support for BAD_RECOMMENDATIONS to rootfs_ipk

Darren Hart (2):
  bb-matrix: initial scripts to record TIME(1) metrics for BB and PM combinati
  bb-matrix: correct BB and PM number canonicalization

Joshua Lock (4):
  ui/crumbs/tasklistmodel: update brought in by column when possible
  ui/crumbs/tasklistmodel: fix automatic removal of orphaned items
  classes/image_types: add a variable to list available IMAGE_FSTYPE's
  cooker: only return *Found events if something was actually found

Khem Raj (1):
  opkg-utils: Print out License field

Koen Kooi (8):
  pulseaudio: try harder to disable HAL
  pulseaudio 0.9.15: delete, but keep 0.9.22 and 0.9.23
  webkit-gtk: update SRCREV
  pulseaudio: make it work out of the box
  ofono: fix packaging and clean up custom do_install
  connman-gnome: run oe-stylize over recipe
  pulseaudio: enable bluetooth support
  package_ipk: add License field to control file

Mark Hatle (1):
  ncurses: Fix site_config

Nitin A Kamble (5):
  kernel.bbclass: fix the broken lines
  glibc: fix false failure
  binutils: package unpackaged files
  eglibc: fix installed but not packaged files
  eglibc: fix runtime assertion failure

Otavio Salvador (2):
  libarchive: remove undistributable copyright content from source
  cmake: update to 2.8.5 release

Paul Eggleton (2):
  busybox: fix missing features due to lack of variable expansion
  insane.bbclass: skip rdepends QA checks for kernel / modules

Phil Blundell (7):
  kernel.bbclass, task-base: remove references to obsolete bluez-dtl1-workarou
  bluez-dtl1-workaround: deleted
  eglibc: ensure that NSS libs go into the right package when ${base_libdir} a
  openssl: pass ${mandir} explicitly to "make install"
  insane: make GNU_HASH check slightly more robust (avoids false negatives wit
  busybox: respect ${LDFLAGS}
  eglibc: fix packaging of thread_db

Richard Purdie (4):
  sysklogd: Drop ONLINE_PACKAGE_MANAGEMENT as per mailing list discussion
  update-rc.d: Switch from a tag to a sepcific revision
  sstate: Improve performance by moving files rather than using copy and delet
  python: Fix libdir usage which broke python packaging

Robert P. J. Day (1):
  scripts: Rename "adt-install" to "adt-installer" in user help.

Saul Wold (2):
  gcc: Fix packaging correctly
  Patches: Fix Upstream-Status info

Scott Garman (1):
  distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipes

Tom Rini (4):
  hicolor-icon-theme: Use ${BPN}-${PV} not ${P} to unbreak nativesdk
  groff: Disable x11 support
  libpcre: Add bzip2, zlib and readline to DEPENDS
  perl: Use SITEINFO variables not functions

Yu Ke (12):
  native.bbclass: generate libdir from libdir_native
  openssl: fix for non /usr/lib libdir case
  python: fix for libdir=/usr/lib64 case
  python-native: fix for non /usr/lib libdir case
  perl: fix for non /usr/lib libdir case
  libcap: fix for non /usr/lib libdir case
  rpm: fix for non /usr/lib libdir case
  sato-sdk: add clutter for sato-sdk image
  fetcher2: retry mirror if upstream checksum mismatch
  xserver-kdrive: add patch upstream status info
  sat-solver: fix for non /usr/lib libdir case
  libzypp: fix for non /usr/lib libdir case

====================================================
Changelog for meta-texasinstruments:

====================================================
Changelog for meta-smartphone:

====================================================
Changelog for meta-micro:

====================================================
Changelog for meta-slugos:

====================================================
Changelog for meta-nslu2:

====================================================
Changelog for meta-intel:

Tom Zanussi (1):
  meta-emenlow: fix glx bug

====================================================
Changelog for openembedded:

Marco Cavallini (2):
  kaeilos.conf: changed version identifier
  linux-2.6.28/mh355/defconfig: updated configuration file for mh355 kernel






More information about the Openembedded-devel mailing list