[OE-core] OE Changelog since 2014-02-09 until 2014-02-16

cliff.brake at gmail.com cliff.brake at gmail.com
Wed Feb 19 15:55:59 UTC 2014


Changelog since 2014-02-09 until 2014-02-16.  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://github.com/Angstrom-distribution/meta-angstrom.git
meta-arago: git://arago-project.org/git/meta-arago.git
meta-beagleboard: git://github.com/beagleboard/meta-beagleboard.git
meta-browser: git://github.com/OSSystems/meta-browser.git
meta-bug: git://github.com/buglabs/meta-bug.git
meta-chicken: git://github.com/OSSystems/meta-chicken
meta-efikamx: git://github.com/kraj/meta-efikamx.git
meta-ettus: http://github.com/koenkooi/meta-ettus.git
meta-fsl-arm: git://git.yoctoproject.org/meta-fsl-arm
meta-fsl-arm-extra: git://github.com/Freescale/meta-fsl-arm-extra.git
meta-fsl-ppc: git://git.yoctoproject.org/meta-fsl-ppc
meta-guacamayo: git://github.com/Guacamayo/meta-guacamayo.git
meta-gumstix: git://github.com/gumstix/meta-gumstix.git
meta-gumstix-community: git://gitorious.org/schnitzeltony-oe-meta/meta-gumstix-community.git
meta-handheld: git://git.openembedded.org/meta-handheld
meta-igep: http://github.com/ebutera/meta-igep.git
meta-intel: git://git.yoctoproject.org/meta-intel
meta-ivi: git://git.yoctoproject.org/meta-ivi
meta-java: git://github.com/woglinde/meta-java
meta-kde: git://gitorious.org/openembedded-core-layers/meta-kde.git
meta-micro: git://git.openembedded.org/meta-micro
meta-mono: git://git.yoctoproject.org/meta-mono.git
meta-netbookpro: git://github.com/tworaz/meta-netbookpro
meta-nslu2: git://github.com/kraj/meta-nslu2
meta-opie: git://git.openembedded.org/meta-opie
meta-qt3: git://git.yoctoproject.org/meta-qt3
meta-qt5: git://github.com/meta-qt5/meta-qt5.git
meta-slugos: git://github.com/kraj/meta-slugos
meta-systemd: git://git.yoctoproject.org/meta-systemd
meta-raspberrypi: git://github.com/djwillis/meta-raspberrypi.git
meta-smartphone: http://git.shr-project.org/repo/meta-smartphone.git
meta-ti: git://git.yoctoproject.org/meta-ti
meta-webos: git://github.com/openwebos/meta-webos.git
meta-xilinx: git://git.yoctoproject.org/meta-xilinx
meta-yocto: git://git.yoctoproject.org/meta-yocto
openembedded: git://git.openembedded.org/openembedded

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

Richard Purdie (3):
  runqueue: Fix setscene hard dependency problems
  runqueue: Ensure we do run 'masked' setscene tasks if specified as targets
  runqueue: Fix silly variable overlap

Scott Rifenbark (14):
  user-manual-ref-variables.xml: Added BB* variables to glossary.
  user-manual-ref-variables.xml: Added FAKEROOT* variables to glossary.
  user-manual-ref-variables.xml: Added PREFERRED_PROVIDERS to glossary.
  user-manual-ref-variables.xml: Edits to PREFERRED_PROVIDER.
  user-manual-ref-variables.xml: Added 6 new variables to glossary:
  user-manual-ref-variables.xml: Edits to FILESPATH.
  user-manual-ref-variables.xml: Added 11 new variables to glossary.
  user-manual-ref-variables.xml: Review edits to several variables in glossary
  user-manual-metadata.xml: Added "Checksums (Signatures)" section.
  user-manual-intro.xml: General edits to Introduction chapter.
  user-manual-metadata.xml: Edits through syntax section
  user-manual-metadata.xml: Edits to "Defining Pure Python Functions"
  user-manual-metadata.xml: Edits to "Conditional Syntax (Overrides)"
  user-manual-metadata.xml: Edits to the "Sharing Functionality" section.

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

Alexandre Belloni (1):
  kernel: use oldnoconfig before yes '' | make oldconfig

Andreea Proca (1):
  report-error.bbclass: new class to save build information when errors occur

Bruce Ashfield (7):
  kernel: stop using -exec rm for deleting files
  linux-yocto/3.10: integrate LTSI
  linux-yocto/3.10: add powermanagement config to 32 bit common-pc
  linux-yocto/3.10: update to v3.10.28
  linux-yocto/3.10: arbitrary write with CONFIG_X86_X32 (CVE-2014-0038)
  linux-yocto/3.10: add minnow-io feature to LTSI
  linux-yocto/3.10: enable CONFIG_FHANDLE for standard and preempt-rt kernels

Chen Qi (3):
  sysstat: upgrade to 10.2.1
  busybox-syslog: add more comments to systemd configuration file
  initscripts: fix syntax error in postinsts

Chong Lu (2):
  flex: upgrade to 2.5.38
  flex: enable ptest support

Cristian Iorga (4):
  telepathy-mission-control: typo in connectivity switch
  harfbuzz: upgrade to 0.9.26
  runqemu: enforce right CPU type for qemux86/x86-64
  flac: upgrade to 1.3.0

Darren Hart (1):
  linux-yocto: Use PACKAGE_ARCH in build dir

David Nyström (1):
  license.bbclass: Dont create a manifest when using BUILD_IMAGES_FROM_FEEDS

Dmitry Eremin-Solenikov (2):
  image_types bbclass: use compression framework for jffs2 sum images
  image_types: sum.jffs2 is replaced by jffs2.sum

Hongxu Jia (19):
  lib/oe/manifest.py: add rpm image manifest creation
  lib/oe/package_manager.py: support RpmPM
  lib/oe/rootfs.py: support RpmRootfs
  lib/oe/rootfs.py: Tweak the rootfs removing operation
  rootfs.py: fix uninstall uneeded pkgs failed
  rootfs.py: strip kernel-abiversion useless readline
  lib/oe/image.py: fix get rootfs_extra_space failed
  image.bbclass/license.bbclass: ajustment list_installed_packages invoking
  license.bbclass: fix license_create_manifest failed
  lib/oe/sdk.py: support RpmRootfs
  image.bbclass/populate_sdk_base.bbclass: shift position of sdk complementary
  Cleanup rootfs_rpm,package_rpm bbclass files
  lib/oe/rootfs.py: fix invoking rpm _handle_intercept_failure failed
  lib/oe/package_manager.py: fix invoking rpm save_rpmpostinist failed
  lib/oe/rootfs.py: fix invoking _run_intercepts failed
  populate_sdk_rpm.bbclass: remove old shell code
  package_manger.py/rootfs.py: rename save_rpmpostinist with save_rpmpostinst
  lib/oe/package_manager.py: moving global SCRIPTLET_FORMAT and DB_CONFIG_CONT
  socat: upgrade to 1.7.2.3

Khem Raj (3):
  systemd: Fix misc journald memory bugs
  systemd: Enable building microhttpd via PACKAGECONFIG
  systemd: Refresh patches for uclibc

Koen Kooi (2):
  package.bbclass: fix strip and split logic
  curl: fix https certificate problems

Laurentiu Palcu (43):
  lib/oe/utils.py: add pre/post process helper function
  lib/oe/image.py: add new image creation library
  lib/oe/manifest.py: add library for image manifest creation
  lib/oe/package_manager.py: add new package management library
  lib/oe/rootfs.py: add new library for rootfs creation
  Activate the new python rootfs/image creation routines
  oe/manifest.py: Add manifest creation for opkg
  package_(deb|ipk).bbclass: remove the stamp when creating package from cache
  lib/oe/manifest.py: create global variables for package types
  lib/oe/package_manager.py: add deploy dir locking mechanism
  lib/oe/package_manager.py: use the bitbake APT_ARGS variable
  lib/oe/package_manager.py: add support for opkg backend
  lib/oe/rootfs.py: add support for opkg backend
  Cleanup image,rootfs_ipk,package_ipk bbclass files
  image.bbclass, lib/oe/rootfs.py: remove intercept_scripts directory
  lib/oe/manifest.py: create manifests for SDK too
  lib/oe/rootfs.py: use Manifest.INSTALL_ORDER
  lib/oe/package_manager.py: fixes for dpkg backend
  lib/oe/sdk.py: add SDK class
  populate_sdk_base.bbclass: activate the new python routines
  image.bbclass: change POPULATE_SDK_POST_TARGET_COMMAND
  populate_sdk_(deb|ipk).bbclass: remove old shell code
  lib/oe/package_manager.py: RpmPM fixes
  lib/oe/rootfs.py: warn the user if intercept hooks fail
  scripts/postinst-intercepts: do not redirect errors to /dev/null
  lib/oe/package_manager.py: DpkgPM, use lock on deploy dir
  lib/oe/image.py: fix image size calculation routine
  lib/oe/package_manager.py: OpkgPM/DpkgPM fixes
  lib/oe/rootfs.py: OpkgRootfs, fix issue in _get_delayed_postinsts()
  lib/oe/package_manager.py: do not use stamps
  lib/oe/package_manager.py: OpkgPM, bad recommendation handling change
  rootfs.py, package_manager.py, sdk.py: Fix building from feeds feature for o
  lib/oe/package_manager.py: check that package list is not empty
  lib/oe/package_manager.py: RpmPM: fix issue with multilib builds
  image.py, package_manager.py, rootfs.py: dump command output on error
  gmp: add configure.ac patch to append user provided compilation flags
  (image|rootfs_ipk).bbclass, rootfs.py: ipk multilib fixes
  lib/oe/rootfs.py: fix RPM multilib issue
  buildhistory.bbclass: create wrapper functions around buildhistory_get_sdk_i
  package_manager.py, rootfs.py, sdk.py: add Indexer class
  package-index.bb: use the new python indexing routines
  package_*.bbclass: remove references to the old bash indexing routines
  package_manager.py: move multilib prefix list computation function to RpmInd

Marius Avram (1):
  puzzles: upgrade to r10116

Mark Hatle (2):
  useradd-staticids: Fix groupadd when --user-group is selected
  useradd-staticids: Adjust USERADD_ERROR_DYNAMIC condition and error message

Maxin B. John (1):
  rt-tests: version bump to 0.87

Nitin A Kamble (1):
  systemtap_git: update to newer version to fix a build issue

Otavio Salvador (1):
  kernel.bbclass, base.bbclass: Fix support for old kernel configuration

Paul Eggleton (3):
  conf/bitbake.conf: default HOMEPAGE to blank instead of unknown
  python-smartpm: really ignore conflicts during install with --attempt
  classes/buildhistory: avoid buildhistory triggering rebuilds (again)

Richard Purdie (6):
  sstate: Exclude SSTATE_EXTRAPATH from checksums
  systemd-serialgetty: Update to match version in recent systemd
  meta/recipes: Remove virtclass references
  package: Remove the before do_build constraint of the do_package task
  Revert "nss: avoid to use the hardcode kernel version"
  hwatdetect: Fix build failures from undeclared INC_PR

Ross Burton (1):
  initscripts: mask initscripts from systemd

Roy Li (1):
  nss: avoid to use the hardcode kernel version

Stefan Stanacar (3):
  oeqa/utils: targetbuild: take proxy into account
  testimage: fail if no package manifest is found
  oeqa/runtime: smart: don't run in auto mode when rpm is not the pm

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

Matthieu Crapet (1):
  libnetfilter-log: add newrecipe for version 1.0.1

Roy Li (3):
  inetutils: disable rpath
  quagga: fix a typOS
  proftpd: move the runing created file under /var/run

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

====================================================
Changelog for meta-arago:

====================================================
Changelog for meta-beagleboard:

====================================================
Changelog for meta-browser:

====================================================
Changelog for meta-bug:

====================================================
Changelog for meta-chicken:

====================================================
Changelog for meta-efikamx:

====================================================
Changelog for meta-ettus:

====================================================
Changelog for meta-fsl-arm:

Andreas Henriksson (1):
  u-boot-imx: fix typo in 2009.08 recipe

Eric Nelson (1):
  image_types_fsl: explicitly state the origin of boot scripts

John Weber (1):
  libdrm: change .bbappend to use %

Otavio Salvador (6):
  imx31pdf, imx35pdf: Remove duplicate inclusion of soc-family.inc
  imx-test: Fix package strip logic
  gpu-viv-bin-mx6q: Fix package strip logic
  gpu-viv-g2d: Fix package strip logic
  libfslcodec: Fix package strip logic
  libfslparser: Fix package strip logic

Rogerio Nunes (1):
  gstreamer1.0-imx: rename to gstreamer1.0-plugins-imx

Sébastien Taylor (1):
  qtbase: change .bbappend to use %

====================================================
Changelog for meta-fsl-arm-extra:

Andreas Henriksson (1):
  linux-imx: fix missing initial space for cgtqmx6 patch

John Weber (3):
  wandboard-dual: Add myself as maintainer
  wandboard-solo: Add myself as maintainer
  wandboard-quad: Add myself as maintainer

Otavio Salvador (1):
  linux-boundary, u-boot-script-boundary: Set compatible machine

Patrick Keil (1):
  linux-wandboard-3.0.35: Add kernel configs for Systemd

Pavel Kopylov (2):
  linux-imx (3.0.35): Enable devtmpfs for cgtqmx6
  linux-imx (3.0.35): Enable USB for cgtqmx6

====================================================
Changelog for meta-fsl-ppc:

Zhenhua Luo (1):
  fmc: add t2080qds support

Zongchun Yu (14):
  t2080qds: add machine configure files
  fm-ucode: add support for t2080qds and t2080qds-64b
  u-boot:add srio image support
  u-boot: update license according the source code
  asf: update the SHA for SDK T2080QDS
  cst: update SHA for SDK T2080QDS
  hv-cfg: update SHA for SDK T2080QDS
  hypervisor: update SHA for SDK T2080QDS
  fmlib: update SHA for SDK T2080QDS
  flib: update SHA for SDK T2080QDS
  linux: update SHA for SDK T2080QDS
  rcw: update SHA for SDK T2080QDS
  usdpaa: update the SHA for SDK T2080QDS
  u-boot: update SHA for SDK T2080QDS

====================================================
Changelog for meta-guacamayo:

====================================================
Changelog for meta-gumstix:

====================================================
Changelog for meta-gumstix-community:

====================================================
Changelog for meta-handheld:

====================================================
Changelog for meta-igep:

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

Darren Hart (2):
  jasperforest: Correct typo in machine config tune file
  linux-yocto: Add intel-common linux-yocto-3.10 recipe

Koen Kooi (1):
  emgd-driver-bin: Limit build to x86

====================================================
Changelog for meta-ivi:

Holger Behrens (4):
  xserver-xorg: follow upstream to 1.15.0
  ecryptfs-utils: upgrade to 104
  fuse: upgrade to 2.9.3
  keyutils: upgrade to version 1.5.8

Noor, Ahsan (1):
  ecryptfs-utils: Resolve undefined macro

====================================================
Changelog for meta-java:

====================================================
Changelog for meta-kde:

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

====================================================
Changelog for meta-mono:

====================================================
Changelog for meta-netbookpro:

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

====================================================
Changelog for meta-opie:

====================================================
Changelog for meta-qt3:

====================================================
Changelog for meta-qt5:

Denys Dmytriyenko (1):
  meta-toolchain-qt5: add Qt5 SDK standalone meta recipe

Otavio Salvador (4):
  packagegroup-qt5-toolchain-target: Add packagegroup
  populate_sdk_qt5.bbclass: Allow generation of toolchain
  nativesdk-qtbase: Fix install error in case install task is rerun
  nativesdk-qtbase.inc: Remove unused contents

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

====================================================
Changelog for meta-systemd:

====================================================
Changelog for meta-raspberrypi:

Andrei Gherzan (1):
  Merge "tune-arm1176jzfs-s.inc: Add hard float profile, arm1176jzfshf, in AVA

Sébastien Mennetrier (1):
  Add initramfs support

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

Martin Jansa (3):
  busybox: rename .bbappend to match new version from oe-core
  xserver-xorg: Rename .bbappend to match new version from oe-core

====================================================
Changelog for meta-ti:

Denys Dmytriyenko (6):
  u-boot-ti-staging: update with QSPI partition size changes
  linux-ti-staging: update with PM, connectivity and Display/Audio fixes
  linux-ti-staging: apply network performance and LCD fixes locally for now
  am33x-cm3: update with I2C clock rate calculation fixes
  linux-ti-staging: update with v2 of LCD resume fixes
  linux-ti-staging: update with QSPI partition fixes and properly list LCD pat

====================================================
Changelog for meta-webos:

Alekseyev Oleksandr (1):
  webos-image: libpbnjson=28,v2.4.0

Alexandr Smoktal (2):
  webos-image: luna-service2=173,v3.6.0
  webos-image: luna-service2=174

Gayathri Srinivasan (1):
  webos-image: pmlogdaemon=117

Keith Derrick (1):
  nyx-modules: Add runtime dependency on gzip

Mykola Kryvonos (1):
  webos-image: libpbnjson=27,v2.3.0

Nikolay Orliuk (1):
  webos-image: luna-sysservice=35

Oleksii Uratkin (2):
  webos-image: db8=123, v 3.2.0
  webos-image: db8=124

====================================================
Changelog for meta-xilinx:

Nathan Rossi (1):
  gdb: Upgrade recipes to newer 7.6.2

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

Olof Johansson (1):
  poky.conf: Add Debian-7.4 to SANITY_TESTED_DISTROS

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





More information about the Openembedded-core mailing list