[oe] OE Changelog since 2016-02-07 until 2016-02-14

cliff.brake at gmail.com cliff.brake at gmail.com
Mon Feb 15 21:20:19 UTC 2016


Changelog since 2016-02-07 until 2016-02-14.  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-atmel: https://github.com/linux4sam/meta-atmel.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: https://github.com/schnitzeltony/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-jetson-tk1: https://github.com/cubicool/meta-jetson-tk1.git
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-nodejs: https://github.com/imyller/meta-nodejs.git
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:

Aníbal Limón (1):
  bb/fetch2: Move export_proxies function from wget to utils.

Belen Barros Pena (2):
  toaster: templates make build data breadcrumb consistent
  toaster: build section Improve display of builds when > 1 targets

Ed Bartosh (1):
  cooker: gracefully shutdown parsers

Elliot Smith (7):
  toaster: add merge migration to resolve conflict
  toaster: update customimagerecipe migration
  toaster: move recent builds query to model
  toaster: update custom image package table filters
  toaster: include locale and packagegroup packages in custom image
  toaster: make locale packages uneditable in custom image page
  buildinfohelper: unset brbe variable when build finishes

Michael Wood (56):
  toaster: localhostbecontroller CustomRecipe now base_recipe is Recipe
  toaster: models fall back to a sensible string for no vcs reference
  toaster: ToasterTables simplify filter function move common part to widget
  toaster: tablejs Add an event handler to manually trigger a data reload
  toaster: orm Add sum of dependencies size function to PackageDependencyManag
  toaster: orm make CustomImageRecipe inherit from Recipe
  toaster: orm: Add db migration for new CustomImageRecipe inheritance change
  toaster: orm Add CustomImagePackage table
  toaster: orm: Add db migration for new CustomImagePackage table
  toaster: buildinfohelper Add the concept of CustomImagePackage
  toaster: orm add CustomImageRecipe generate contents function
  toaster: move CustomImageRecipe generation to API entry point
  toaster: views Add view to download custom recipe
  toaster: tables Add table for Packages and update SelectPackagesTable
  toaster: Continue front end features to custom image recipe page.
  toaster: newcustomimage Move modal dialog out of newcustomimage template
  toaster: Add recipe details page
  toaster: toastertable remove title from Show all in table
  toaster: views xhr_customrecipe_packages clean up API
  toaster: toastergui tests Update to reflect changes to CustomImageRecipe
  toaster: toastergui tests Add unit test for download custom recipe
  toaster: orm get_project_layer_versions to return layer_version objects
  toaster: orm Add convenience method to get all pkgs in a CustomImageRecipe
  toaster: libtoaster Add createCustomRecipe method
  toaster: newcustomimage_modal use libtoaster method for new CustomRecipe
  toaster: tables add recipe download link to CustomImagesTable
  toaster: tables Change SelectPackagesTable to use ProjectPackage
  toaster: API allow CustomImageRecipe to be updated after creation
  toaster: xhr_customrecipe_id change to use CustomImagePackage
  toaster: xhr_customrecipe_packages add GET info for package response
  toaster: customrecipe Add further front end features using new API
  toaster: toastergui tests Update package test to use CustomImagePackage
  toaster: tables SelectPackagesTable rename recipe_id to custrecipeid
  toaster: toastergui tests Add addtional data to the setUp for new tables
  toaster: tables Check layer presence in project for customise_btn
  toaster: localhostbectrl Update the dirpath of customrecipe's base layer
  toaster: project builds Poll the server to get latest progress for build
  toaster: orm generate_recipe_file_contents Handler for require recipe
  toaster: CustomImageRecipe generate overwrite IMAGE_FEATURES
  toaster: tables move template logic into the pkg_add_rm_btn
  toaster: customrecipe Add dependency tracking to package selection
  toaster: models Invalidate ToasterTables cache when a m2m field changes
  toaster: views CustomRecipe API add size information to the package lists
  toaster: API CustomImageRecipe check the recipe name supplied is valid
  toaster: newcustomimage_modal add frontend name validation
  toaster: buildinfohelper CustomImagePackage update dependency info
  toaster: models add all_depends method for Package_DependencyManager
  toaster: pkg_dependencies_popover just show direct dependencies
  toaster: models add get_last_successful_built_target method
  toaster: orm Add last_updated field to CustomImageRecipe
  toaster: models Add update_package_list for CustomImageRecipe
  toaster: customrecipe page Add last successful build link and conditionals
  toaster: orm generate_recipe_content only exclude locale packages
  toaster: xhr_customrecipe_packages Add dependencies to included packages
  toaster: Enable Image Customisation feature
  toaster: models Remove manual transaction control from lsupdates

Richard Purdie (8):
  utils: Drop datastore function inspection during exception
  BBHandler/ast: Merge handMethod and handleMethodFlags
  data_smart: Avoid expanding anonymous python functions
  data: Don't expand python functions for variable dependencies
  cooker: Don't expand python functions in variable dumps
  build/data: Don't expand python functions before execution [API change]
  build: Improve python execution tracebacks
  Bump version post release to 1.29.0

Schroeder, Henning (1):
  cooker: extended dot styling

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

Alejandro Hernandez (1):
  python-setuptools: Add python-compile on RDEPENDS

Alexander Kanavin (7):
  ffmpeg: update to 2.8.6
  gstreamer1.0: fix upstream check for unstable versions from git
  bash-completion: fix upstream version check
  iso-codes: update to 3.65
  libwnck3: update to 3.14.1
  webkitgtk: update to 2.10.7
  pixz: fix upstream version check

Andre McCurdy (16):
  strace: build fix for MIPS + musl libc
  gdb: build fix for MIPS + musl libc
  gdb: drop unnecessary CC_FOR_BUILD etc exports
  nettle.inc: drop duplicate LIC_FILES_CHKSUM and SRC_URI hashes
  curl: update 7.47.0 -> 7.47.1
  libproxy: replace PACKAGECONFIG equivalent with the real thing
  libproxy: add PACKAGECONFIG control for gnome3
  curl: drop obsolete pkgconfig_fix.patch
  gstreamer1.0-meta-base: make gstreamer1.0-plugins-base-alsa conditional
  alsa-lib: avoid including <sys/poll.h> directly
  db: update HOMEPAGE
  curl: add PACKAGECONFIG options for less common / legacy protocols
  gstreamer1.0-plugins-good_git: fix gst_structure_get() compiler warning
  gstreamer1.0-plugins-bad_git: fix gst_structure_get() etc compiler warnings
  freetype: minor formatting improvements
  freetype: update 2.6.2 -> 2.6.3

Aníbal Limón (24):
  testimage: Modularize helper functions for get test lists.
  classes/testsdk: Add new class testsdk.
  classes/testimage: Add defeault inherit for testsdk.
  populate_sdk_ext: Set TOOLCHAINEXT_OUTPUTNAME.
  get_test_suites: Add sdkext type for load test suites.
  classes/testsdk: Add testsdkext task only install.
  classes/testsdk: Add call to export_proxies on testsdkext.
  toolchain-shar-extract.sh: Add proxy variable to new env.
  testimage/testsdk: Modularize TestContext.
  testimage/testsdk: Move get test suites routine inside TestContext.
  oetest.py/TestContext: Move loadTests and runTests inside it.
  classes/testsdk: Add function run_test_context
  oeqa/oetest: oeSDKTest when run a command redirect env output to null
  classes/testsdk: Add compatibility SDK testsuite to eSDK
  testsdkext: Add skeleton for support Extensible SDK tests.
  classes/populate_sdk_ext: Add SDK_EXT_TARGET_MANIFEST and SDK_EXT_HOST_MANIF
  oeqa/oetest: Fix compatibility SDK tests using eSDK.
  oeqa/sdkext: Add devtool basic tests for eSDK.
  oeqa/sdkext/devtool.py: Add location test to ensure that devtool is the eSDK
  classes/testsdk: Add help information on how to run tests.
  classes/testimage: Fix exportTests function.
  classes/sanity: check_perl_modules provide output when fail
  classes/testsdk: do_testsdkext avoid STAGING_DIR/BASE_WORKDIR in PATH
  nativesdk-buildtools-perl-dummy.bb: Fix variable expansion in python code

Armin Kuster (5):
  glibc-locale: fix QA warning
  qemu: Security fix CVE-2016-1568
  qemu: Security fix CVE-2016-2197
  qemu: Security fix CVE-2016-2198
  libbsd: Security fix and update 0.8.2

Arnold Csorvasi (1):
  image_types_uboot: add cpio.gz.uboot to supported IMAGE_TYPES

Bruce Ashfield (3):
  linux-yocto/4.4: update to v4.4.1
  linux-yocto/4.1: update to v4.1.17
  linux-yocto/4.1: galileo backports and support

Christopher Larson (1):
  recipetool.newappend: add -e/--edit argument

Ed Bartosh (1):
  oeqa: setup bitbake logger after tinfoil.shutdown

Jens Rehsack (2):
  initscripts: populate-volatiles.sh: add mount-bind feature
  initscripts: start urandom after populate-volatiles

Jussi Kukkonen (6):
  systemd: Don't depend on gcrypt unnecessarily
  wpa-supplicant: Only depend on libgcrypt when needed
  libsoup-2.4: Remove unnecessary gnutls dependency
  xserver-xorg: Add PACKAGECONFIG for crypto libraries
  openssh: Fix regex that sets sftp-server path for tests
  openssh: Properly skip ptrace test if tools are missing

Khem Raj (3):
  musl: Upgrade to tip of tree
  uclibc-ng: Bump up to 1.0.12 release
  ltp: Upgrade to 20160126 and fix build on musl

Maciej Borzecki (7):
  systemd: move bash completion into separate package
  systemd: realign packages list
  classes/useradd: handle whitespace only USERADD/GROUPADD/GROUPMEMS
  systemd: move some tools into systemd-extra-utils package
  systemd: rename systemd-zsh to systemd-zsh-completion
  systemd: extend PACKAGECONFIG flags
  systemd: tighten timesyncd and journal-gateway user accounts

Marek Vasut (6):
  binutils: Repair nios2 PLT and GP handling
  guile: Fix nios2 support
  nspr: Add nios2 support
  oprofile: Add nios2 support
  strace: Fix build for arc, metag, nios2, or1k, tile
  liburcu: Add nios2 support

Mark O'Donovan (1):
  udhcpc: specify full path for ip command calls

Markus Lehtonen (2):
  oe/gpg_sign: fix incorrect variable name
  sign_package_feed.bbclass: fix task dependencies

Maxin B. John (5):
  quota: update to version 4.03
  iproute2: update to version 4.4.0
  iproute2: update to version 4.4.0
  mdadm: update to version 3.4
  mmc-utils: upgrade to latest git version

Mike Crowe (13):
  perl: Explicitly set EXTRA_OEMAKE as required
  apmd: Explicitly set EXTRA_OEMAKE as required
  libacpi: Explicitly set EXTRA_OEMAKE as required
  dmidecode: Explicitly set EXTRA_OEMAKE as required
  gptfdisk: Explicitly set EXTRA_OEMAKE as required
  ed: Explicitly set EXTRA_OEMAKE as required
  iputils: Explicitly set EXTRA_OEMAKE as required
  pigz: Explicitly set EXTRA_OEMAKE as required
  stat: Explicitly set EXTRA_OEMAKE as required
  sysklogd: Explicitly set EXTRA_OEMAKE as required
  unzip: Explicitly set EXTRA_OEMAKE as required
  ptest-runner: Explicitly set EXTRA_OEMAKE as required
  hdparm: Explicitly set EXTRA_OEMAKE as required

Nathan Rossi (1):
  insane.bbclass: Support MicroBlaze with musl

Nicolas Dechesne (1):
  mesa: upgrade 10.6.3 -> 11.1.1

Pascal Bach (1):
  lib/oe/terminal: set workdir for konsole terminal

Patrick Ohly (3):
  meta/conf/layer.conf: adapt to more flexible initramfs-framework RDEPENDS
  uninative.bbclass: capture stdout/err from patchelf-uninative
  base.bbclass: fix support for gitsm://

Paul Eggleton (11):
  classes/externalsrc: disable rm_work when active
  classes/externalsrc: create symlinks for workdir and logs
  devtool: commit for extra tasks that modify source when extracting
  recipetool: create: support cmake find_library directive
  recipetool: create: determine name/version from github/bitbucket URLs
  devtool: modify: make -x the default behaviour
  devtool: add: fix adding from a local source directory
  recipetool: create: ensure URL parameters don't make it into the name
  recipetool: create: convert http git URLs that don't end in .git but contain
  recipetool: create: set S when we set SRC_URI from local git repo
  oe-selftest: devtool: add another devtool add test

Peter Seebach (1):
  pseudo: uprev to 1.7.5

Randy MacLeod (2):
  Remove obsolete references to exmap
  buildstats.bbclass: remove dead URL from comment

Richard Purdie (14):
  bitbake.conf/base: Improve handling of SRCPV
  base: Make do_cleansstate nostamp
  package_deb: Ensure allarch deb packages aren't target specific
  sstate: Ensure populate_lic sstate objects are cleaned
  oeqa: Improve test failure messages
  oeqa/prservice: Fix whitespace problem
  cdrtools-native: Explicitly set EXTRA_OEMAKE as required
  e2fsprogs: Fix multiple xattr handling
  sanity: Bump minimum version to 1.29.0
  scripts/runqemu-internal: Work around qemux86 PAT bugs in linux 4.4.1
  autotools: Correct dependency search logic error
  autotools: Fix interaction with bitbake -b
  debian: Fix superfluous setting for RPROVIDES
  buildhistory: Fix regex to handle versions without spaces

Ross Burton (9):
  uclibc: fetch from master branch not 1.0
  piglit: add missing dependency on python-xml
  python: merge python-elementtree into python-xml
  tune-corei7.inc: tell qemu to emulate a matching processor
  libproxy: remove GPLv3 logic and spurious exports
  bitbake.conf: remove unused ALLOWED_FLAGS
  oeqa/selftest/sstatetests.py: check that PARALLEL_MAKE doesn't change signat
  piglit: upgrade SRCREV
  libdrm: don't detect components that have been disabled

Urs Fässler (1):
  initrdscripts: fix mmc device as install target

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

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

Koen Kooi (1):
  angstrom: move to gcc 5.2

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

Anand Balagopalakrishnan (1):
  weston: restrict udev enumeration to /dev/dri/card0

Denys Dmytriyenko (7):
  layer.conf: add opencl to ABI safe list
  images: fix BAD_RECOMMENDATIONS
  arago-base-tisdk-image: add coreutils-dev to BAD_RECOMMENDATIONS
  k2-initramfs: update with new NETCP PA firmware images
  arago.conf: bump distro version
  busybox: enable more options for ps
  packagegroup-arago-test: add procps

Jacob Stiffler (5):
  ti-tisdk-makefile: Strip modules while installing
  packagegroup-arago-tisdk-addons-sdk-target: Add back ipsecmgr dev packages
  arago.conf: Swap including arago-source-ipk.inc before branding.inc
  packagegroup-arago-tisdk-addons: Add protobuf for am3/4/5
  packagegroup-arago-tisdk-addons: Add nodejs-npm for am3/4/5

e-ruei1 at ti.com (1):
  weston: add multi-display and visual_id=0 fixes

====================================================
Changelog for meta-atmel:

====================================================
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:

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

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

====================================================
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:

Rahul Kumar Gupta (1):
  meta-isg: openssl-qat: Add support for v0.4.9-009

Reinette Chatre (1):
  intel-gpu-tools: modify packaging to support different usages

Ross Burton (1):
  lms7: pass expand to getVar

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

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

====================================================
Changelog for meta-jetson-tk1:

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

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

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

Alex J Lennon (2):
  README: Update testing on PPC (qemu) with Poky/Jethro
  mono: update git recipe for new mono/*-api paths

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

====================================================
Changelog for meta-nodejs:

Ilkka Myller (5):
  2016-02-09, Version 0.10.42 (Maintenance)
  2016-02-09, Version 0.12.10 (LTS)
  2016-02-09, Version 4.3.0 'Argon' (LTS)
  2016-02-09, Version 5.6.0 (Stable)
  Fixed README formatting

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

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

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

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

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

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

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

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

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

Adam YH Lee (1):
  libgles-omap3: fix RPM compatibility by faking hardcoded deps

Denys Dmytriyenko (12):
  k2hk-evm: increase max_leb_cnt
  ti-ipc-rtos: also install IPU M4 images
  pru-icss: actually bump SRCREV for previous change
  ompa5-evm.conf: bump max_leb_cnt
  common-csl-ip: only rtos part is machine-specific, not main package
  layer.conf: add cppi-lld, qmss-lld and multiprocmgr to ABI safe list
  u-boot-ti-staging: update with latest fixes
  linux-ti-staging: update with latest fixes
  u-boot-ti-staging: update with few more fixes
  linux-ti-staging: update with platform, connectivity and A/D merges
  ti-sci-fw: update to 0.1.1.1 version
  netcp-pa-fw: update to 3.0.1.8 version

Jacob Stiffler (1):
  ipc-transport: Extract source info to common inc file

Jason Reeder (1):
  pru-icss: update RPMsg folder names for am437x

Sam Nelson (1):
  ti-ipc: Update to new version 3.42.0.0_eng

Thomas Perrot (1):
  conf: change GUI_MACHINE_CLASS to MACHINE_GUI_CLASS

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

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

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

Alejandro Hernandez (2):
  linux-yocto: Update SRCREV for genericx86* for 4.1
  linux-yocto: Update SRCREV for genericx86* for 4.4

Bruce Ashfield (1):
  poky: update qemu* to prefer 4.4 kernel

Maciej Borzecki (2):
  scripts/lib/bsp/engine: fix path separator
  scripts/lib/bsp/engine: trailing whitespace cleanup

Maxin B. John (1):
  maintainers.inc: include libjpeg-turbo and mmc-utils

Ross Burton (1):
  maintainers: remove gtk-theme-torturer and gnome-mime-data

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





More information about the Openembedded-devel mailing list